| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-18 | [1.8.x] Fixed #25549 -- Documented auth_user_password_change URL. | Tim Graham | |
| Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master | |||
| 2015-11-17 | [1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does. | Alex Morozov | |
| Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master | |||
| 2015-11-14 | [1.8.x] Fixed #25531 -- Documented that admin_order_field supports lookups. | René Fleschenberg | |
| Backport of 2c727101113770d41e0907b333568bc2c25435e0 from master | |||
| 2015-11-05 | [1.8.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry | Alex Morozov | |
| Backport of 99c58c27d5a8e4a66230c413380508af223d12a8 from master | |||
| 2015-11-03 | [1.8.x] Updated admindocs instructions for the deprecation of patterns(). | Tim Graham | |
| Backport of 4dea29ec7b09e743268fff17d12171cc5498ae81 from master | |||
| 2015-10-28 | [1.8.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-09-28 | [1.8.x] Fixed #24323 -- Documented @admin.register can't be used with ↵ | Tim Graham | |
| super(XXXAdmin in __init__(). Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master | |||
| 2015-07-27 | [1.8.x] Fixed #25159 -- Removed brackets from class/function/method ↵ | Tim Graham | |
| signatures in docs. Thanks hellbeast for the initial patch. Backport of 87d55081ea398c65b2503d22ed3907a9175ec729 from master | |||
| 2015-07-20 | [1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs. | Ali Vakilzade | |
| Backport of ecf4ed246ae192f8d381b799b921a892fd7afa85 from master | |||
| 2015-06-27 | [1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin ↵ | Tim Graham | |
| dependencies. Backport of f59667c121272ba7a1161e8bc4787654d929f6f1 from master | |||
| 2015-05-21 | [1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txt | I am Clinton | |
| Backport of 32f0c8f79697391e7067f1479045aa910ffa2c4e from master | |||
| 2015-05-20 | [1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt | latyas(懒) | |
| Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master | |||
| 2015-05-01 | [1.8.x] Updated capitalization in the word "JavaScript" for consistency | Dave Hodder | |
| Backport of 08c980d752bc7f31f146facadfec3d284c4115c6 from master | |||
| 2015-04-20 | [1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284. | Tim Graham | |
| Thanks Carsten Fuchs. Backport of e15c55e2bf5eb2f1073d18b4ee6fdce2369820f2 from master | |||
| 2015-04-09 | [1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt | andredelorme | |
| Backport of d5d92260bbc5b00abc9d59a1987efb6a322bd3cd from master | |||
| 2015-03-14 | [1.8.x] Fixed doc typos. | Floris den Hengst | |
| Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master | |||
| 2015-02-13 | [1.8.x] Added each_context() and a template tip to custom admin view docs. | Joe Simpson | |
| Backport of 648e516b8d5694c01a225fe27429f0bf7776fb43 from master | |||
| 2015-01-20 | [1.8.x] Fixed #24186 -- Fixed a typo in the admin docs. | Simon Charette | |
| Thanks to Keryn Knight for the report. Backport of dccf41cff0f46a94aa1d853d1bad9052079bb454 from master | |||
| 2015-01-17 | [1.8.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs ↵ | Tim Graham | |
| #20702. | |||
| 2015-01-13 | Fixed bad model example in admin docs. | Collin Anderson | |
| 2015-01-10 | Fixed #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-01 | Fixed typo in docs/ref/contrib/admin/index.txt. | Tim Graham | |
| 2014-12-31 | Fixed #22295 -- Replaced permission check for displaying admin user-tools | Thomas Tanner | |
| 2014-12-28 | Deprecated TEMPLATE_CONTEXT_PROCESSORS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated current_app in TemplateResponse and render(_to_response). | Aymeric Augustin | |
| 2014-12-28 | Deprecated some arguments of django.shortcuts.render(_to_response). | Aymeric Augustin | |
| dictionary and context_instance and superseded by context. Refactored tests that relied context_instance with more modern idioms. | |||
| 2014-12-26 | Documented AdminSite.has_permission(); refs #22295. | Tim Graham | |
| 2014-12-22 | Upgrade jQuery from 1.11.1 to 1.11.2 | Collin Anderson | |
| refs #23355 | |||
| 2014-12-12 | Fixed template tag braces spacing. | Kevin Marsh | |
| 2014-12-03 | Removed redundant numbered parameters from str.format(). | Berker Peksag | |
| Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}". | |||
| 2014-11-25 | Added warning about get_inline_instances() permission checking; refs #23754. | Simon Charette | |
| 2014-11-15 | Fixes a race condition in the documentation. | Peter Sagerson | |
| The example for django.contrib.admin.ModelAdmin.get_form modifies self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests.[1] This updated documentation demonstrates a safe method to override admin forms on a per-request basis. [1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA | |||
| 2014-10-30 | Explained why admindocs omits model methods with arguments. | Zan Anderle | |
| 2014-10-30 | Added missing imports to example from previous commit. | Tim Graham | |
| 2014-10-30 | Fixed #23575 -- Added a code example for custom AdminSite. | Berker Peksag | |
| 2014-10-29 | Added cross reference in admin docs to topic about saving objects in formsets. | P.A. SCHEMBRI | |
| 2014-10-06 | Updated links in admin docs to use :ref: | Kostochko Dmitriy | |
| per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references. | |||
| 2014-09-26 | Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query. | Thomas Chaumeny | |
| Thanks lidaobing for the suggestion. | |||
| 2014-08-27 | Fixed #13749 -- Added link from admin site to front-end site. | areski | |
| Thanks romankrv for the suggestion. | |||
| 2014-08-26 | Fixed #17707, #20734 -- Added examples to URL namespacing docs. | Tim Graham | |
| Thanks Daniele Procida for review. | |||
| 2014-08-24 | Fixed #23355 -- Updated admin jQuery to 1.11.1. | Tim Graham | |
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-13 | Refs #23276 -- Added missing url() in some places. | Collin Anderson | |
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham | |
| 2014-08-04 | Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. | Stanislas Guerra | |
| 2014-07-31 | Fixed #13163 -- Added ability to show change links on inline objects in admin. | Nick Sandford | |
| Thanks DrMeers for the suggestion. | |||
| 2014-07-29 | Fixed a typo in the admin documentation. | David Arcos | |
| The 'app' subpackage does not exist, should be 'app'. | |||
| 2014-07-29 | Fixed #23123 -- Don't use a bare except in ModelAdmin documentation | Baptiste Mispelon | |
| Thanks to wkschwartz for the report and to Tim for the patch. | |||
| 2014-07-22 | Fixed typo in docs/ref/contrib/admin/index.txt. | africa itcase | |
