summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
2017-11-09[2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args.Tim Graham
2017-10-28[2.0.x] Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works ...Botond Beres
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-19Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.Johannes Hoppe
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe
2017-09-02Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham
2017-01-11Fixed typos in docs/ref/contrib/admin/index.txtTim Graham
2016-12-19Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang
2016-12-15Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2016-12-08Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() d...Doug Harris
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-10-17Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-04Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-09-27Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons
2016-09-26Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
2016-09-02Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-06-30Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-15Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-04Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
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 change...Markus Amalthea Magnuson
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
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
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