1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/admin_widgets
Johannes Maron 3071660acf
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields.
* Fixed #29010 -- Added limit_choices_to support to autocomplete fields.
* Fixed #29138 -- Allowed autocomplete fields to target a custom
  to_field rather than the PK.
2021-01-12 11:37:38 +01:00
..
__init__.py
models.py Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields. 2021-01-12 11:37:38 +01:00
test_autocomplete_widget.py Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields. 2021-01-12 11:37:38 +01:00
tests.py Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields. 2021-01-12 11:37:38 +01:00
urls.py
widgetadmin.py