index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_widgets
/
test_autocomplete_widget.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-21
Fixed #33070 -- Fixed loading translations with language subtags in admin's S...
Cleiton Lima
2021-03-18
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
Johannes Maron
2021-01-12
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2019-08-27
Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
Federico Jaramillo Martínez
2019-02-27
Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.
Matthias Kestenholz
2018-03-15
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...
Artem Tabolin
2018-03-13
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
dzhuang
2017-12-01
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...
Tim Graham
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe