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
/
django
/
contrib
/
admin
/
util.py
Age
Commit message (
Expand
)
Author
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-10
Ensure that NullBooleanField displays the appropriate icon for null values in...
James Bennett
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-01
Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...
Jannis Leidel
2010-01-10
Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o...
Brian Rosner
2010-01-09
Fixed #12550 -- better handling with choices and null fields when displaying ...
Brian Rosner
2010-01-01
Fixed #12477 - Fields specified in ModelAdmin.readonly_fields now respect Fie...
Jannis Leidel
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2009-03-25
Fixed a ungettext() call to prevent spurious string extraction by xgettext.
Malcolm Tredinnick
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2008-12-16
Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...
Karen Tracey
2008-12-16
Fixed #9859 -- Added another missing force_unicode needed in admin when runni...
Karen Tracey
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-26
Fixed #6101 -- Tweaked a couple of places in the delete-related-objects
Malcolm Tredinnick
2008-08-18
Moved admin form helpers to their own module to clean-up django/contrib/admin...
Brian Rosner
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner