This website requires JavaScript.
Explore
Help
Sign In
p15693087
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b4b8ca4895
django
/
tests
/
admin_widgets
History
Mariusz Felisiak
5968a23e15
[2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.
2020-07-02 10:59:15 +02:00
..
__init__.py
…
models.py
[2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
2020-06-03 09:33:38 +02:00
test_autocomplete_widget.py
[2.2.x]
Fixed
#30179
-- Fixed form Media merging when pairwise merging is insufficient.
2019-02-27 17:16:58 -05:00
tests.py
[2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.
2020-07-02 10:59:15 +02: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