django-select2/django_select2
Johannes Hoppe f31beec0c4
Add support for custom to_field names for foreign keys (#486)
Django's ForeignKey supports custom to_fields. The to field is the
primary key by default, but can be modified. The to field is also
used by forms to reduce database lookups.

This patch add support for custom to_field names on both model or
form layer.
2018-06-30 14:56:32 +02:00
..
static/django_select2 Chained select2 2017-04-18 10:57:33 +02:00
__init__.py Add support for Django 2.0 2017-11-25 18:56:46 +01:00
apps.py Add support for Django 2.0 2017-11-25 18:56:46 +01:00
cache.py Drop Python 2 support 2017-11-25 18:56:46 +01:00
conf.py Improving documentation (#455) 2018-02-02 10:26:51 +01:00
forms.py Add support for custom to_field names for foreign keys (#486) 2018-06-30 14:56:32 +02:00
urls.py Drop Python 2 support 2017-11-25 18:56:46 +01:00
views.py Drop Python 2 support 2017-11-25 18:56:46 +01:00