index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
admin
Age
Commit message (
Expand
)
Author
2021-04-27
[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
Mariusz Felisiak
2021-01-20
[3.2.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.
Matthias Kestenholz
2021-01-14
Fixed #31259 -- Added admin dark theme.
mimi89999
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2021-01-12
Fixed #31747 -- Fixed model enumeration via admin URLs.
Jon Dufresne
2021-01-07
Fixed #32018 -- Extracted admin colors into CSS variables.
Matthias Kestenholz
2020-12-16
Fixed #32273 -- Doc'd AdminSite.unregister().
Hasan Ramezani
2020-12-11
Corrected docs regarding attributes required for logging in to the admin.
Jan Pieter Waagmeester
2020-11-30
Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.
Hasan Ramezani
2020-11-14
Doc'd that admin site booleans are tri-state.
Nick Pope
2020-11-14
Improved examples in ModelAdmin.list_display docs.
Nick Pope
2020-11-13
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-09-25
Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignK...
Mariusz Felisiak
2020-08-20
Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.
Enderson Menezes
2020-07-29
Corrected admin.register() signature in docs.
Andrzej Bartosiński
2020-07-13
Fixed #21528 -- Added note about filtering form field's queryset based on ins...
Caio Ariede
2020-07-02
Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
Carlton Gibson
2020-06-18
Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...
Alix
2020-05-27
Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.
Scott Cranfill
2020-05-14
Refs #31034 -- Documented admin requires django.template.context_processors.r...
Jon Dufresne
2020-05-13
Fixed numbered list in admin overview docs.
Jon Dufresne
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-11
Fixed #31034 -- Added a navigation sidebar to the admin.
Tom Carrick
2020-05-05
Fixed #31485 -- Updated admin's jQuery to 3.5.1.
Mariusz Felisiak
2020-04-16
Improved message example in admin actions documentation.
Nick Pope
2020-03-03
Documented default value of InlineModelAdmin.extra.
Adam Johnson
2020-01-29
Refs #25778 -- Updated some links to HTTPS and new locations.
Mariusz Felisiak
2020-01-03
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
Federico Jaramillo Martínez
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-11-06
Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin...
Daniel Fairhead
2019-10-07
Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySe...
Tamer Sherif
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-23
Fixed #30507 -- Updated admin's jQuery to 3.4.1.
Dulmandakh
2019-05-31
Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is the pare...
parth
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-04-17
Fixed #27755 -- Added ModelAdmin.get_inlines() hook.
Hasan Ramezani
2019-03-24
Fixed #30259 -- Added support for admin_order_field attribute on properties i...
Jani Tiainen
2019-02-12
Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.
Hasan Ramezani
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-11
Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...
MaximZemskov
2018-11-28
Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when t...
Tim Graham
2018-11-09
Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.
Matthias Kestenholz
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-21
Polished the admin overview docs.
Rodrigo
2018-08-03
Clarified the values accepted by ModelAdmin.fields.
Adam Johnson
2018-07-18
Added doc links for django.utils.html.escape().
Claude Paroz
2018-06-18
Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...
Carlton Gibson
[next]