summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin.txt
AgeCommit message (Expand)Author
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-02-24Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Ga...Jacob Kaplan-Moss
2009-02-22Fixed #10030 -- Corrected a typo in a reference to the login_required decorat...Russell Keith-Magee
2009-01-16Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-11-14Fixed #9507 -- Correct an example in the admin docs. Thanks, john_scott andMalcolm Tredinnick
2008-09-17Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)Adrian Holovaty
2008-09-14Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffiel...Russell Keith-Magee
2008-09-14Fixed #9067: Added a note that you can register a model with the admin withou...Russell Keith-Magee
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed #7943: added documentation on overriding admin templates. Thanks, mwdiersJacob Kaplan-Moss
2008-09-02Added a rough draft of the 1.0 porting guide, and an obviously incomplete pla...Jacob Kaplan-Moss
2008-08-30Fix inadvertent formatting introduced in [8732]James Bennett
2008-08-30Fixed #8247: Added explanation to admin docs to point out that AdminSite can ...James Bennett
2008-08-29Fixed #7893 -- Gave `fieldsets` dictionary options a better visual display to...Brian Rosner
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss