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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
widgetadmin.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00