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
/
tests
/
admin_views
/
admin.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
sarahboyce
2023-03-03
1
-0
/
+2
*
Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...
David Sanders
2022-09-28
1
-2
/
+10
*
Fixed #11803 -- Allowed admin select widgets to display new related objects.
mgaligniana
2022-04-15
1
-0
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-286
/
+441
*
Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.
Shubh1815
2021-11-25
1
-0
/
+19
*
Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...
Shubh1815
2021-11-16
1
-1
/
+15
*
Fixed #33029 -- Allowed multiple popups for self-related fields in admin.
Yash Jhunjhunwala
2021-09-30
1
-2
/
+3
*
Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...
Ken Whitesell
2021-09-18
1
-0
/
+2
*
Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
Mariusz Felisiak
2021-04-27
1
-2
/
+4
*
Removed unused code in admin_views tests.
Jacob Walls
2021-02-26
1
-7
/
+0
*
Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...
manav014
2021-02-15
1
-0
/
+6
*
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2021-01-13
1
-27
/
+27
*
Fixed #31747 -- Fixed model enumeration via admin URLs.
Jon Dufresne
2021-01-12
1
-2
/
+29
*
Fixed #31181 -- Added links to related models for admin's readonly fields.
Julien Rebetez
2020-10-08
1
-2
/
+7
*
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-28
1
-1
/
+1
*
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-12-02
1
-9
/
+0
*
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...
Hasan Ramezani
2019-11-19
1
-2
/
+11
*
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
1
-2
/
+3
*
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
1
-1
/
+1
*
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2019-06-14
1
-0
/
+19
*
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...
Mariusz Felisiak
2019-04-01
1
-1
/
+1
*
Fixed #30259 -- Added support for admin_order_field attribute on properties i...
Jani Tiainen
2019-03-24
1
-1
/
+1
*
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-16
1
-1
/
+3
*
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-02
1
-4
/
+8
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
1
-2
/
+2
*
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...
Basil Dubyk
2018-11-28
1
-0
/
+8
*
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...
Tim Graham
2018-08-20
1
-1
/
+10
*
Fixed #29663 -- Made admin change view redirect to changelist with view permi...
Jon Dufresne
2018-08-17
1
-0
/
+9
*
Fixed #29487 -- Accounted for object level permissions when calculating chang...
Paulo
2018-06-15
1
-0
/
+10
*
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-16
1
-0
/
+4
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-7
/
+2
*
Fixed #27810 -- Allowed query expressions in admin_order_field.
Andreas Pelme
2018-02-15
1
-0
/
+8
*
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Alexander Gaevsky
2018-02-07
1
-0
/
+40
*
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...
Vasilis Aggelou
2018-01-05
1
-0
/
+4
*
Fixed #28517 -- Fixed admin delete confirmation view crash when related model...
Paulo
2018-01-04
1
-5
/
+19
*
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-28
1
-3
/
+3
*
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-09-18
1
-5
/
+36
*
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
Lincoln Smith
2017-06-14
1
-8
/
+9
*
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
Paulo
2017-06-06
1
-1
/
+1
*
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...
Paulo
2017-06-05
1
-6
/
+9
*
Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.
Anton Samarchyan
2017-03-06
1
-1
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-29
/
+19
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-2
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Tim Graham
2017-01-17
1
-5
/
+1
*
Refs #26961 -- Fixed invalid ModelAdmins in tests.
Adam Chainz
2017-01-07
1
-4
/
+6
*
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-12-14
1
-0
/
+1
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+12
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-2
/
+0
[next]