index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
admin.py
Age
Commit message (
Expand
)
Author
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-28
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...
Basil Dubyk
2018-08-20
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...
Tim Graham
2018-08-17
Fixed #29663 -- Made admin change view redirect to changelist with view permi...
Jon Dufresne
2018-06-15
Fixed #29487 -- Accounted for object level permissions when calculating chang...
Paulo
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-15
Fixed #27810 -- Allowed query expressions in admin_order_field.
Andreas Pelme
2018-02-07
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Alexander Gaevsky
2018-01-05
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...
Vasilis Aggelou
2018-01-04
Fixed #28517 -- Fixed admin delete confirmation view crash when related model...
Paulo
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-06-14
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
Lincoln Smith
2017-06-06
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
Paulo
2017-06-05
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...
Paulo
2017-03-06
Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Tim Graham
2017-01-07
Refs #26961 -- Fixed invalid ModelAdmins in tests.
Adam Chainz
2016-12-14
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-13
Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...
Halil Kaya
2016-08-11
Fixed #26919 -- Added the action form's media in the changelist view.
Stanislav Karpov
2016-08-10
Fixed admin_views clashing field check error.
Adam Chainz
2016-06-08
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...
Emad Mokhtar
2016-06-04
Fixed #19963 -- Added support for date_hierarchy across relations.
Vytis Banaitis
2016-04-20
Fixed #16327 -- Redirected "Save as new" to change view instead of the change...
Markus Amalthea Magnuson
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-25
Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...
Tim Graham
2016-02-02
Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS...
Tim Graham
2016-01-21
Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...
Alexander Gaevsky
2016-01-08
Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.
Alexander Gaevsky
2015-12-29
Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Alexander Gaevsky
2015-12-21
Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Tim Graham
2015-11-19
Renamed __unicode__() to __str__() in some test comments.
Tim Graham
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-10-29
Fixed #25622 -- Accounted for generic relations in the admin to field validation
Simon Charette
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-08
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Ola Sitarska
2015-09-03
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...
sarthakmeh
2015-08-28
Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-06
Refs #4960 -- Fixed selenium test failures for CharField strip changes.
Tim Graham
[next]