mirror of
https://github.com/django/django.git
synced 2025-06-03 02:29:13 +00:00
* 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.