django-select2/tests/testapp
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
..
templates Fix Test suite for Django 1.10+ 2016-11-04 15:52:29 +01:00
__init__.py Added initial tests 2015-03-29 22:32:19 +02:00
forms.py Add support for custom to_field names for foreign keys (#486) 2018-06-30 14:56:32 +02:00
manage.py Upgrade to select2 4.0 2015-09-29 13:55:05 +02:00
models.py Add support for custom to_field names for foreign keys (#486) 2018-06-30 14:56:32 +02:00
settings.py Add support for Django 2.0 2017-11-25 18:56:46 +01: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