summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Collapse)Author
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-11-18[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
2015-11-17[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
2015-11-14[1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
Backport of 2c727101113770d41e0907b333568bc2c25435e0 from master
2015-11-05[1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
Backport of 99c58c27d5a8e4a66230c413380508af223d12a8 from master
2015-11-03[1.9.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
Backport of 4dea29ec7b09e743268fff17d12171cc5498ae81 from master
2015-10-28[1.9.x] Fixed #21516 -- Updated imports paths for some formset ↵Bryan Marty
functions/classes. Since refs #21489, FormSet classes and factories are exposed on the django.forms package. Backport of 455034d4df048010de4ae0a9a2392b70d1463c61 from master
2015-10-24[1.9.x] Optimized docs images and documented the process.Curtis Maloney
Backport of 35440ceab72ea3c24f3faaea9765271c7dac78f7 from master
2015-09-28[1.9.x] Fixed #24323 -- Documented @admin.register can't be used with ↵Tim Graham
super(XXXAdmin in __init__(). Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-11Renamed admin doc image files to match the documentation they are for.Ryan Allen
2015-09-11Fixed #25200 -- Updated admin screenshots in docs.Ryan Allen
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
Thanks Jaap Roes for the idea and initial patch.
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella
ForeignKey/OneToOneField
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
Thanks hellbeast for the initial patch.
2015-07-20Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-07-13Fixed #25116 -- Removed long-broken admindocs bookmarkletsBen Spaulding
These were broken back in commit 64e11a6.
2015-06-27Fixed #25033 -- Added context_processors.auth to documented admin dependencies.Tim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-05-29Optimise the rest of the PNGs in docsCurtis
2015-05-21Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txtI am Clinton
2015-05-20Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-11Fixed #24553 -- Added the list of available applications to ↵Riccardo Magliocchetti
AdminSite.each_context()
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-20Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.Tim Graham
Thanks Carsten Fuchs.
2015-04-09Fixed typo in docs/ref/contrib/admin/index.txtandredelorme
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list ↵Tim Graham
value." This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe. There are several test failures that need to be fixed.
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-03-19Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent
2015-03-13Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov
2015-03-07Fixed typos and updated spelling wordlist.Floris den Hengst
2015-02-13Added missing parameter to each_context() in doc example.Tim Graham
2015-02-13Added each_context() and a template tip to custom admin view docs.Joe Simpson
2015-02-05Documented that m2m_changed isn't triggered when M2M is displayed as admin ↵Loic Bistuer
inline. Refs #6707.
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-20Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
Thanks to Keryn Knight for the report.
2015-01-17Removed ModelAdmin.get_formsets() per deprecation timeline; refs #20702.Tim Graham
2015-01-17Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson
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
Thanks to Collin Anderson for the review and suggestions and Tim for the final review.
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