index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Collapse
)
Author
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
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review.
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ↵
Flavio Curella
ForeignKey/OneToOneField
2015-06-18
Fixed #24962 -- Added newline to characters escaped by ↵
Tim Graham
contrib.admin.utils.quote() Thanks alito for the report and patch.
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