This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
admin_utils
History
Qi Zhao
8c403b17f9
[3.1.x]
Fixed
#32080
-- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.
...
Backport of de81676b51e4dad510ef387c3ae625f9091fe57f from master
2020-10-09 08:44:32 +02:00
..
__init__.py
Renamed tests for util -> utils moves; refs
#17627
.
2014-12-31 11:26:27 -05:00
admin.py
Fixed
#12952
-- Adjusted admin log change messages to use form labels instead of field names.
2019-06-14 18:20:29 +02:00
models.py
Refs
#27953
-- Removed hardcoded uses of Model.__str__() in tests.
2017-06-09 13:28:50 -04:00
test_logentry.py
Fixed
#30400
-- Improved typography of user facing strings.
2019-06-28 16:46:18 +02:00
tests.py
[3.1.x]
Fixed
#32080
-- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.
2020-10-09 08:44:32 +02:00
urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00