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
/
views
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-10
Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...
Mart Sõmermaa
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-19
Fixed #32766 -- Removed unused ORDER_TYPE_VAR.
David Sanders
2021-04-29
Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().
Mariusz Felisiak
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-03-18
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
Johannes Maron
2021-01-12
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2020-08-06
Refs #25513 -- Adjusted admin pagination to be 1-indexed.
Nick Pope
2020-05-20
Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.
Fran Hrzenjak
2020-02-19
Fixed #31187 -- Fixed detecting of existing total ordering in admin changelis...
Fabio Sangiovanni
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...
Hasan Ramezani
2019-10-29
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
Erwin Junge
2019-08-22
Fixed #30064 -- Added form to validate admin search fields query input.
Carlton Gibson
2019-03-24
Fixed #30259 -- Added support for admin_order_field attribute on properties i...
Jani Tiainen
2019-02-27
Removed AutocompleteJsonView.paginator_class.
Johannes Hoppe
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-17
Refs #17198 -- Detected existing total ordering in admin changelist.
Simon Charette
2018-08-06
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
Vlastimil Zíma
2018-06-18
Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...
Carlton Gibson
2018-06-14
Fixed #29428 -- Fixed admin changelist crash when using a query expression wi...
Tim Graham
2018-05-23
Fixed #29417 -- Corrected two admin page titles for view-only users.
Ramiro Morales
2018-02-15
Fixed #27810 -- Allowed query expressions in admin_order_field.
Andreas Pelme
2018-02-14
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
Haki Benita
2018-02-07
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Alexander Gaevsky
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-27
Fixed #28958 -- Fixed admin changelist crash when using a query expression in...
Mariusz Felisiak
2017-12-07
Fixed #28907 -- Removed unnecessary if statements.
Tim Graham
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-12-06
Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doe...
nmhung89
2016-06-08
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...
krishbharadwaj
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-11-18
Fixed #22810 -- Corrected admin changelist count for list filters that filter...
Nick Sandford
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-12
Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -
Tim Graham
[next]