This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
js_tests
/
admin
History
Thomas Grainger
cbaa3ee3ee
Refs
#25165
-- Removed unnecessary HTML unescaping in admin add/edit popups.
...
Because we now load data into the page via JSON, we don't need to unescape it anymore.
2016-01-08 18:24:04 -05:00
..
actions.test.js
…
core.test.js
Fixed
#24980
-- Fixed day determination in admin calendar widget.
2016-01-07 11:13:05 -05:00
DateTimeShortcuts.test.js
Fixed
#25845
-- Fixed incorrect timezone warnings in custom admin templates.
2015-12-17 14:35:13 -05:00
inlines.test.js
Fixed
#15760
-- Added JavaScript events for admin inline forms.
2015-09-21 15:34:44 -04:00
jsi18n-mocks.test.js
…
RelatedObjectLookups.test.js
Refs
#25165
-- Removed unnecessary HTML unescaping in admin add/edit popups.
2016-01-08 18:24:04 -05:00
SelectBox.test.js
…
SelectFilter2.test.js
…
timeparse.test.js
…