1
0
mirror of https://github.com/django/django.git synced 2025-03-12 18:30:48 +00:00

4 Commits

Author SHA1 Message Date
Artem Tabolin
a2f7433adc Fixed -- Corrected admin's autocomplete widget to add a space after custom classes. 2018-03-15 10:55:34 -04:00
dzhuang
e17088a108 Fixed -- Fixed autocomplete widget's translations for zh-hans/zh-hant. 2018-03-13 10:58:34 -04:00
Tim Graham
81057645f6 Fixed -- Fixed initialization of autocomplete widgets in "Add another" inlines.
Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.
2017-12-01 22:14:32 -05:00
Johannes Hoppe
94cd8efc50 Fixed -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
2017-09-18 13:48:02 -04:00