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
Age
Commit message (
Expand
)
Author
2013-02-25
[1.5.x] Minor edits to some recently-added admin docs.
Carl Meyer
2013-02-23
[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ...
Tim Graham
2013-02-02
[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...
Nick Sandford
2013-01-31
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...
Aymeric Augustin
2013-01-29
[1.5.x] Fixed typos in docs and comments
Tim Graham
2013-01-25
[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.
Tim Graham
2013-01-22
[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.
Tim Graham
2013-01-15
[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.
Tim Graham
2013-01-15
[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2013-01-13
[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.
Tim Graham
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-03
[1.5.x] Update doc example for overriding change_form.html
Chris Beaven
2012-11-25
[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...
Julien Phalip
2012-11-19
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-11-17
[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.
Aymeric Augustin
2012-11-06
[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the Model...
Tim Graham
2012-11-03
[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methods
Tim Graham
2012-11-02
[1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for read-...
Tim Graham
2012-11-02
[1.5.X] Cleaned up contrib.admin install instructions.
Tim Graham
2012-10-24
Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the...
Tim Graham
2012-10-20
Fixed arguments for get_inline_instances example; refs #17856
Tim Graham
2012-10-20
Fixed #17856 -- Passed obj to get_inline_instances
Aymeric Augustin
2012-10-20
Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()
Tim Graham
2012-09-27
Fixed #11460 - Added a FAQ regarding missing rows in the admin.
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-31
Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more sp...
Tim Graham
2012-08-15
Fixed comment to match the code
Tom Mortimer-Jones
2012-08-05
Merge pull request #233 from rafikdraoui/modeladmin-doc
Tim Graham
2012-08-02
Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.
Tim Graham
2012-07-25
Updated example of customized ModelAdmin in documentation for 1.4
Rafik Draoui
2012-07-25
Fixed a typo in the admin reference docs.
Aymeric Augustin
2012-07-08
Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.
Tim Graham
2012-06-18
Fixed #18444 -- Replace hard coded "View on Site" URLs
Daniel Hepper
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-20
Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflec...
Claude Paroz
2012-03-21
Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` documenta...
Julien Phalip
2012-02-24
Fixed #17749 - Documented better way of overriding ModelAdmin; thanks chrisdp...
Timo Graham
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-09
Fixed #17515 -- Added ability to override the template of custom admin Filter...
Jannis Leidel
2011-12-30
Moved 'User-requested password resets' docs from [17266] from auth docs to ad...
Adrian Holovaty
2011-12-09
Made some small clarifications to contrib/admin/index.txt
Adrian Holovaty
2011-12-03
Added a versionadded directive for the 'admin_urlname' filter introduced at r...
Aymeric Augustin
2011-10-26
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...
Julien Phalip
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-13
Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...
Julien Phalip
2011-10-10
Removed use of non-standard indentation rules in docs, and the custom transfo...
Luke Plant
2011-10-10
Fixed a bunch of ReST errors that resulted in interpretation as block quotations
Luke Plant
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-10-03
Added some sphinx cross-reference links to the built-in template tags and fil...
Julien Phalip
[next]