index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...
sarahboyce
2023-03-16
1
-1
/
+10
*
Refs #1873 -- Used GET.lists() in admin filters.
sarahboyce
2023-03-16
1
-0
/
+7
*
Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.
David Wobrock
2022-08-23
1
-1
/
+9
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-62
/
+88
*
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
mgaligniana
2022-01-11
1
-1
/
+1
*
Fixed #19721 -- Allowed admin filters to customize the list separator.
Shreya Bamne
2021-12-08
1
-2
/
+2
*
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-11-03
1
-4
/
+4
*
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-29
1
-1
/
+1
*
Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().
Mariusz Felisiak
2021-04-29
1
-3
/
+4
*
Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...
Qi Zhao
2020-10-09
1
-1
/
+2
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-1
/
+1
*
Fixed #31157 -- Fixed displaying read-only JSONField values in admin.
dbxnr
2020-05-08
1
-0
/
+5
*
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-27
1
-1
/
+1
*
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
1
-0
/
+2
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-2
/
+2
*
Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.
Simon Charette
2019-10-09
1
-3
/
+3
*
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2019-06-14
1
-3
/
+23
*
Simplified contrib.admin.utils.unquote().
Sergey Fedoseev
2018-10-02
1
-16
/
+5
*
Simplified contrib.admin.utils.quote().
Sergey Fedoseev
2018-10-01
1
-8
/
+3
*
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...
Tim Graham
2018-08-20
1
-1
/
+5
*
Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permissi...
Henk Kahlfuß
2018-06-15
1
-7
/
+5
*
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
1
-1
/
+1
*
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-20
1
-2
/
+2
*
Removed using argument from admin's get_deleted_objects().
Tim Graham
2018-02-24
1
-2
/
+8
*
Removed unused opts argument from admin's get_deleted_objects().
Tim Graham
2018-02-21
1
-1
/
+1
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-5
/
+2
*
Fixed #28517 -- Fixed admin delete confirmation view crash when related model...
Paulo
2018-01-04
1
-4
/
+4
*
Fixed #28986 -- Prevented boolean values in admin list display from being for...
Jonas Haag
2018-01-03
1
-0
/
+2
*
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
1
-2
/
+2
*
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Krzysztof Nazarewski
2017-11-18
1
-13
/
+14
*
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
Ville Skyttä
2017-10-31
1
-5
/
+3
*
Merged isinstance() calls.
Mariusz Felisiak
2017-09-13
1
-1
/
+1
*
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
1
-1
/
+1
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-10
/
+9
*
Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.
Josh Schneier
2017-03-15
1
-0
/
+2
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-6
/
+5
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-4
/
+2
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
1
-11
/
+12
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-4
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-3
/
+3
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-5
/
+2
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-4
/
+4
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-11
1
-1
/
+1
*
Removed unused contrib.admin.utils.remove_trailing_data_field().
Tim Graham
2016-10-10
1
-9
/
+0
*
Fixed #27273 -- Added a construct_change_message() admin utility function.
Tim Graham
2016-10-05
1
-1
/
+43
*
Fixed #26524 -- Fixed crash in admin change view when displaying many to many...
Jon Dufresne
2016-09-12
1
-1
/
+1
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
1
-1
/
+1
*
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...
krishbharadwaj
2016-06-08
1
-2
/
+16
*
Fixed #26582 -- Added prettier admin display for list values.
Dan Watson
2016-05-07
1
-1
/
+3
[next]