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
/
django
/
contrib
/
admin
Age
Commit message (
Expand
)
Author
2021-12-06
[4.0.x] Updated translations from Transifex.
Mariusz Felisiak
2021-10-06
[4.0.x] Fixed #33156 -- Used sessionStorage to preserve quick filter for admi...
Maxim Milovanov
2021-09-21
[4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...
Carlton Gibson
2021-09-21
[4.0.x] Updated source translation catalogs.
Mariusz Felisiak
2021-09-21
[4.0.x] Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when...
Hasan Ramezani
2021-09-21
[4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sideba...
Mariusz Felisiak
2021-09-21
[4.0.x] Fixed #33070 -- Fixed loading translations with language subtags in a...
Cleiton Lima
2021-09-20
Fixed #32504 -- Updated admin's jQuery to 3.6.0.
Mariusz Felisiak
2021-09-18
Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...
Ken Whitesell
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-13
Fixed #33104 -- Fixed wrapping of long words in admin readonly fields.
Aakash Singh
2021-09-10
Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...
antoinehumbert
2021-09-08
Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...
Siburg
2021-08-27
Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...
Hasan Ramezani
2021-08-10
Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...
Mart Sõmermaa
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-15
Fixed #32910 -- Unified different plural equations for the same language in c...
Mariusz Felisiak
2021-07-05
Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.
Eduardo Aldair Ahumada Garcia Jurado
2021-06-29
Fixed #32884 -- Fixed centering of the header on admin login page.
Lou Huang
2021-06-28
Updated translations from Transifex.
Claude Paroz
2021-06-23
Removed options parameter from djangoAdminSelect2.
Adam Johnson
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
2021-06-07
Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.
saeedblanchette
2021-05-26
Fixed #32543 -- Added search_help_text to ModelAdmin.
Hasan Ramezani
2021-05-20
Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log...
David Sanders
2021-05-20
Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.
David Sanders
2021-05-19
Fixed #32766 -- Removed unused ORDER_TYPE_VAR.
David Sanders
2021-05-18
Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.
Slava Skvortsov
2021-05-13
Fixed #32031 -- Added model class for each model to AdminSite.each_context().
Raffaele Salmaso
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-29
Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().
Mariusz Felisiak
2021-04-29
Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.
David Wobrock
2021-04-27
Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for ...
Mariusz Felisiak
2021-04-27
Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
Mariusz Felisiak
2021-04-26
Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
Zain Patel
2021-04-21
Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...
Carlton Gibson
2021-04-14
Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against p...
Mariusz Felisiak
2021-04-09
Added missing "event" argument to addEventListener() call in actions.js.
Raymond Nunez
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-03-31
Removed unnecessary left/right in admin sidebar CSS.
Mariusz Felisiak
2021-03-31
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
Maxim Milovanov
2021-03-18
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
Johannes Maron
2021-03-10
Fixed #32512 -- Fixed admin dark theme for autocomplete fields.
mimi89999
2021-03-09
Refs #32018 -- Corrected color variable for toggle links in admin.
Mariusz Felisiak
2021-03-09
Refs #32018 -- Used --darkened-bg for <pre> elements.
Mariusz Felisiak
2021-03-04
Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...
Hasan Ramezani
2021-03-04
Corrected messages of admin checks for invalid model field names.
Hasan Ramezani
2021-03-03
Fixed #32493 -- Removed redundant never_cache uses from admin views.
tim-mccurrach
2021-02-24
Fixed #32468 -- Corrected usage of never_cache in contrib.admin.
Haki Benita
[next]