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_utils
/
tests.py
Age
Commit message (
Expand
)
Author
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-08
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...
krishbharadwaj
2016-05-07
Fixed #26582 -- Added prettier admin display for list values.
Dan Watson
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2015-12-28
Moved LogEntry-related tests to their own test case
Claude Paroz
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-09-04
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
elky
2015-08-27
Fixed #20597 -- Replaced admin GIF/PNG icons by SVG
elky
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-06-18
Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...
Tim Graham
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-04-14
Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.
Eric Rouleau
2015-04-14
Added tests with number fields for admin.utils.display_for_field().
Eric Rouleau
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-31
Renamed tests for util -> utils moves; refs #17627.
Tim Graham