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
/
tests
/
admin_views
Age
Commit message (
Expand
)
Author
2020-10-09
[3.1.x] Fixed #32091 -- Fixed admin search bar width on filtered admin page.
Tim Schilling
2020-09-02
[3.1.x] Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with hea...
Mariusz Felisiak
2020-08-11
[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug l...
Carlton Gibson
2020-06-17
[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and co...
David Smith
2020-05-28
[3.1.x] Refs #31034 -- Improved accessibility of admin navigation sidebar.
Tom Carrick
2020-05-15
[3.1.x] Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty Q...
kjpc-tech
2020-05-14
[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context ...
Jon Dufresne
2020-05-11
Fixed #31034 -- Added a navigation sidebar to the admin.
Tom Carrick
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-03-25
Fixed #29724 -- Fixed timezone handling in ModelAdmin.date_hierarchy queries.
Hasan Ramezani
2020-03-25
Added tests for date_hierarchy template tag with models.DateTimeField.
Alexander Holmbäck
2020-03-25
Fixed intermittent SeleniumTests.test_prepopulated_fields failure.
Carlton Gibson
2020-03-16
Fixed #31361 -- Fixed invalid action="" in admin forms.
Jon Dufresne
2020-03-16
Added novalidate HTML attribute to ModelAdmin.add_view() and change_view() te...
Jon Dufresne
2020-03-09
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...
Jon Dufresne
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-02
Refs #29892 -- Made Selenium tests wait for popups to be ready.
Jon Dufresne
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-11-29
Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests.
Carlton Gibson
2019-11-28
Fixed #29892 -- Added .wait_page_loaded() in SeleniumTests.test_first_field_f...
Jon Dufresne
2019-11-27
Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...
Johannes Hoppe
2019-11-27
Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.
Johannes Hoppe
2019-11-19
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...
Hasan Ramezani
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-09-16
Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin.
Hasan Ramezani
2019-08-27
Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
Federico Jaramillo Martínez
2019-07-10
Updated Select2 to version 4.0.7.
Johannes Hoppe
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-06-30
Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.
Mariusz Felisiak
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-14
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2019-04-01
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...
Mariusz Felisiak
2019-03-24
Fixed #30259 -- Added support for admin_order_field attribute on properties i...
Jani Tiainen
2019-02-28
Fixed #30221 -- Made label suffix of admin's read-only fields translatable.
Etienne Chové
2019-01-17
Refs #21221 -- Removed staticfiles and admin_static template tag libraries.
Tim Graham
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-01
Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...
Tim Graham
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-10
Moved choices inside of test models per coding style.
Manan
2018-12-03
Fixed #29930 -- Allowed editing in admin with view-only inlines.
Carlton Gibson
[next]