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
/
docs
/
ref
/
contrib
/
admin.txt
Age
Commit message (
Expand
)
Author
2009-07-11
[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thank...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in ...
Russell Keith-Magee
2009-06-24
[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. ...
Russell Keith-Magee
2009-06-24
[1.0.X] Fixed #10415 -- Added documentation for features added in r7627 and r...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks to...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10776 -- Added metadata targets for the contrib.admin docs, an...
Russell Keith-Magee
2009-04-03
[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...
Jacob Kaplan-Moss
2009-04-01
[1.0.x] Fixed #9452. InlineModelAdmin docs now mention the right default for ...
Joseph Kocherhans
2009-04-01
[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.
Jacob Kaplan-Moss
2009-03-30
[1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define `list_...
Gary Wilson Jr
2008-11-14
[django-1.0.X] Fixed #9507 -- Correct an example in the admin docs. Thanks,
Malcolm Tredinnick
2008-09-17
Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)
Adrian Holovaty
2008-09-14
Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffiel...
Russell Keith-Magee
2008-09-14
Fixed #9067: Added a note that you can register a model with the admin withou...
Russell Keith-Magee
2008-09-09
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
Adrian Holovaty
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
Fixed #7943: added documentation on overriding admin templates. Thanks, mwdiers
Jacob Kaplan-Moss
2008-09-02
Added a rough draft of the 1.0 porting guide, and an obviously incomplete pla...
Jacob Kaplan-Moss
2008-08-30
Fix inadvertent formatting introduced in [8732]
James Bennett
2008-08-30
Fixed #8247: Added explanation to admin docs to point out that AdminSite can ...
James Bennett
2008-08-29
Fixed #7893 -- Gave `fieldsets` dictionary options a better visual display to...
Brian Rosner
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss