summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/test_autocomplete_widget.py
AgeCommit message (Collapse)Author
2018-03-15[2.0.x] Fixed #29221 -- Corrected admin's autocomplete widget to add a space ↵Artem Tabolin
after custom classes. Backport of a2f7433adc610cb0a85b3e23a1fec2267591f866 from master
2018-03-13[2.0.x] Fixed #29213 -- Fixed autocomplete widget's translations for ↵dzhuang
zh-hans/zh-hant. Backport of e17088a108e604cad23b000a83189fdd02a8a2f9 from master
2017-12-01[2.0.x] Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add ↵Tim Graham
another" inlines. Also allowed autocomplete widgets to work on AdminSites with a name other than 'admin'. Backport of 81057645f61fe545f4f11737dbd3040043ed2436 from master
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ↵Johannes Hoppe
ManyToManyField in the admin. Thanks Florian Apolloner and Tim Graham for review and contributing to the patch.