summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Collapse)Author
2016-10-17[1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master
2016-10-04[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
Backport of 9e26a8331dd593c674ac94f2582093da01b070e8 from master
2016-10-04[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master
2016-09-27[1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons
Backport of 0f6829a68afb91abfdea8489008ebffac3d5220c from master
2016-09-26[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
2016-09-02[1.10.x] Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master
2016-06-30[1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 from master
2016-06-15[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
2016-05-17Updated admin's jQuery to 2.2.3.Tim Graham
2016-04-28Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-27Fixed typo in docs/ref/contrib/admin/index.txteltronix
2016-04-20Fixed #16327 -- Redirected "Save as new" to change view instead of the ↵Markus Amalthea Magnuson
changelist.
2016-04-04Fixed #26450 -- Corrected "Save as new" button label in docs.Markus Amalthea Magnuson
2016-02-18Added intended use in the admin's introduction.Tim Graham
2016-02-09Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.userimack
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-30Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
Thanks Tim Graham for the review.
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
Thanks to Tim Graham for the review.
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
This includes the ability to collapse inlines by specifying a class named 'collapse'.
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵Johannes Hoppe
installed.
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
This allows setting a Content-Security-Policy HTTP header (refs #15727). Special thanks to blighj, the original author of this patch.
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-18Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
2015-11-05Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
2015-11-03Updated admindocs instructions for the deprecation of patterns().Tim Graham
2015-10-28Fixed #21516 -- Updated imports paths for some formset functions/classes.Bryan Marty
Since refs #21489, FormSet classes and factories are exposed on the django.forms package.
2015-10-26Fixed typo in docs/ref/contrib/admin/index.txtTim Graham
2015-10-24Optimized docs images and documented the process.Curtis Maloney
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a ↵Dheerendra Rathor
subpath. Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been customized from the default value of '/'.
2015-09-28Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin ↵Tim Graham
in __init__().
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
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