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
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
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-16
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
Fixed #16552: Noted that contrib.sessions is a requirement for the admin.
James Bennett
2011-09-08
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...
Jannis Leidel
2011-09-03
Two very simple docs fixes.
Ramiro Morales
2011-08-13
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-12
Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...
Jannis Leidel
2011-07-29
Fixed #16377 -- Fixed docs about how to disable the admin actions conditional...
Jannis Leidel
2011-07-03
Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...
Jannis Leidel
2011-07-01
Fixed #15974 -- Correctly link to static files handling in deployment docs. T...
Jannis Leidel
2011-06-12
Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...
Jannis Leidel
2011-06-11
Fixed #16195 -- Added docs for ModelAdmin's get_changelist method. Thanks, ms...
Jannis Leidel
2011-06-08
Fixed #14206 - dynamic list_display support in admin
Luke Plant
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-14
Added ability to describe grouping of form fields in the same row to the `fie...
Ramiro Morales
2011-05-04
Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...
Jannis Leidel
2011-05-03
Corrected the behavior of the SimpleFilter.lookups method to also be able to ...
Jannis Leidel
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-04-22
Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...
Jannis Leidel
2011-04-07
Fixed #15757 - removed remaining instances of get_and_delete_messages
Luke Plant
2011-04-03
Fixed #15746. Clarified updated list_filter documentation.
Simon Meers
2011-02-21
Fixed #11058 - list_display_links doesn't allow callables not defined in the ...
Luke Plant
2011-02-16
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...
Gabriel Hurley
2011-02-14
Fixed a couple of documentation typos.
Ramiro Morales
2011-02-02
Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks julien.
Timo Graham
2011-01-29
Fixed #14993 - Improved docs for ModelAdmin.filter_horizontal adding that it'...
Timo Graham
2011-01-16
Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez ...
Timo Graham
2011-01-08
Fixed #15003 - assorted edits to admin docs; thanks adamv.
Timo Graham
2010-12-31
Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ...
Ramiro Morales
2010-12-29
Fixed #12469 - Add a few clarifications to the ModelAdmin.get_urls() docs. Th...
Timo Graham
2010-12-27
Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelAdmin met...
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
[next]