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