summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
2015-11-18[1.8.x] Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
2015-11-17[1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-14[1.8.x] Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
2015-11-05[1.8.x] Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
2015-11-03[1.8.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
2015-10-28[1.8.x] Fixed #21516 -- Updated imports paths for some formset functions/clas...Bryan Marty
2015-09-28[1.8.x] Fixed #24323 -- Documented @admin.register can't be used with super(X...Tim Graham
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-20[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-06-27[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dep...Tim Graham
2015-05-21[1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txtI am Clinton
2015-05-20[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-20[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
2015-04-09[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtandredelorme
2015-03-14[1.8.x] Fixed doc typos.Floris den Hengst
2015-02-13[1.8.x] Added each_context() and a template tip to custom admin view docs.Joe Simpson
2015-01-20[1.8.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
2015-01-17[1.8.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #2...Tim Graham
2015-01-13Fixed bad model example in admin docs.Collin Anderson
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2015-01-01Fixed typo in docs/ref/contrib/admin/index.txt.Tim Graham
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-26Documented AdminSite.has_permission(); refs #22295.Tim Graham
2014-12-22Upgrade jQuery from 1.11.1 to 1.11.2Collin Anderson
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-25Added warning about get_inline_instances() permission checking; refs #23754.Simon Charette
2014-11-15Fixes a race condition in the documentation.Peter Sagerson
2014-10-30Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30Added missing imports to example from previous commit.Tim Graham
2014-10-30Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
2014-10-29Added cross reference in admin docs to topic about saving objects in formsets.P.A. SCHEMBRI
2014-10-06Updated links in admin docs to use :ref:Kostochko Dmitriy
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-29Fixed a typo in the admin documentation.David Arcos
2014-07-29Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-22Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase