summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin/index.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh2019-08-231-1/+5
* Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is the pare...parth2019-05-311-1/+7
* Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa2019-04-231-1/+3
* Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani2019-04-171-0/+10
* Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen2019-03-241-2/+4
* Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani2019-02-121-0/+11
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-39/+0
* Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov2019-01-111-1/+3
* Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when t...Tim Graham2018-11-281-3/+3
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-10/+10
* Polished the admin overview docs.Rodrigo2018-08-211-27/+27
* Clarified the values accepted by ModelAdmin.fields.Adam Johnson2018-08-031-12/+10
* Added doc links for django.utils.html.escape().Claude Paroz2018-07-181-1/+1
* Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...Carlton Gibson2018-06-181-0/+3
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-4/+0
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-161-3/+18
* Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N2018-05-131-2/+2
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-10/+10
* Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.Kelly Hogan2018-05-021-1/+2
* Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne2018-04-041-2/+7
* Documented InlineModelAdmin.has_(add/change/delete)_permission().Jon Dufresne2018-04-041-4/+16
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-3/+2
* Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham2018-03-011-1/+3
* Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso2018-02-281-0/+16
* Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith2018-02-241-0/+30
* Added backticks around obj argument in admin docs.Jon Dufresne2018-02-221-10/+10
* Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme2018-02-151-0/+18
* Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky2018-02-071-0/+34
* Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso2018-02-031-0/+49
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-3/+2
* Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou2018-01-051-0/+9
* Fixed #28956 -- Updated admin's jQuery to 3.2.1.Tim Graham2017-12-261-1/+5
* Fixed typo in docs/ref/contrib/admin/index.txt.Sam Collins2017-12-071-1/+1
* Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski2017-11-181-41/+29
* Fixed #28777 -- Clarified the docs for admin.register's args.Tim Graham2017-11-091-3/+3
* Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works on add f...Botond Beres2017-10-281-0/+4
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-12/+0
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-20/+24
* Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.Johannes Hoppe2017-09-191-3/+3
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-3/+66
* Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers2017-09-021-0/+25
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-13/+13
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-10/+6
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-21/+0
* Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham2017-01-171-8/+0
* Fixed typos in docs/ref/contrib/admin/index.txtTim Graham2017-01-111-6/+22
* Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang2016-12-191-1/+1
* Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas2016-12-151-0/+4