summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
2012-03-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` documenta...Julien Phalip
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks chrisdp...Timo Graham
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ad...Adrian Holovaty
2011-12-09Made some small clarifications to contrib/admin/index.txtAdrian Holovaty
2011-12-03Added a versionadded directive for the 'admin_urlname' filter introduced at r...Aymeric Augustin
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16552: Noted that contrib.sessions is a requirement for the admin.James Bennett
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-09-03Two very simple docs fixes.Ramiro Morales
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-07-29Fixed #16377 -- Fixed docs about how to disable the admin actions conditional...Jannis Leidel
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-07-01Fixed #15974 -- Correctly link to static files handling in deployment docs. T...Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-11Fixed #16195 -- Added docs for ModelAdmin's get_changelist method. Thanks, ms...Jannis Leidel
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-04Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...Jannis Leidel
2011-05-03Corrected the behavior of the SimpleFilter.lookups method to also be able to ...Jannis Leidel
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-03Fixed #15746. Clarified updated list_filter documentation.Simon Meers
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-14Fixed a couple of documentation typos.Ramiro Morales
2011-02-02Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks julien.Timo Graham
2011-01-29Fixed #14993 - Improved docs for ModelAdmin.filter_horizontal adding that it'...Timo Graham
2011-01-16Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez ...Timo Graham
2011-01-08Fixed #15003 - assorted edits to admin docs; thanks adamv.Timo Graham
2010-12-31Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ...Ramiro Morales
2010-12-29Fixed #12469 - Add a few clarifications to the ModelAdmin.get_urls() docs. Th...Timo Graham
2010-12-27Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelAdmin met...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham