summaryrefslogtreecommitdiff
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio2019-01-163-5/+89
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-022-31/+40
* Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...Tim Graham2019-01-011-0/+19
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-315-26/+24
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Moved choices inside of test models per coding style.Manan2018-12-101-12/+9
* Fixed #29930 -- Allowed editing in admin with view-only inlines.Carlton Gibson2018-12-031-0/+90
* Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...Basil Dubyk2018-11-282-0/+27
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-272-9/+9
* Adjusted code style of a few test data setup methods.Simon Charette2018-11-271-6/+7
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-273-21/+18
* Fixed typo in tests/admin_views/tests.py.Tim Graham2018-11-161-1/+1
* Simplified AdminFieldExtractionMixin.get_admin_form_fields().Sergey Fedoseev2018-09-251-10/+3
* Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham2018-08-202-1/+11
* Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne2018-08-173-0/+25
* Refs #27804 -- Used subTest in AdminViewPermissionsTest.Jon Dufresne2018-08-121-52/+56
* Fixed typos in comments and docs.luz.paz2018-08-011-3/+3
* Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz2018-07-191-1/+1
* Refs #27398 -- Simplified some tests with assertRedirects().Tim Graham2018-06-201-37/+8
* Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...Carlton Gibson2018-06-181-10/+12
* Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson2018-06-181-2/+5
* Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo2018-06-153-0/+23
* Fixed #29417 -- Corrected two admin page titles for view-only users.Ramiro Morales2018-05-231-0/+4
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-163-3/+152
* Added assertion for admin change form's "save and continue editing" message.Tim Graham2018-05-151-1/+10
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-7/+1
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-25/+18
* Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad2018-04-051-2/+2
* Refs #27728 -- Fixed BytesWarning in admin_views tests.Jon Dufresne2018-04-031-12/+10
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-2/+2
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-7/+2
* Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.Josh Schneier2018-03-151-0/+14
* Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham2018-03-011-18/+19
* Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso2018-02-2810-2/+152
* Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith2018-02-243-1/+26
* Tested the admin's delete_selected action when it receives nonexistent pks.Tim Graham2018-02-241-0/+11
* Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII...a85687302018-02-231-13/+8
* Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme2018-02-152-0/+34
* Added tests for the date_hierarchy template tag.Haki Benita2018-02-141-1/+44
* Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky2018-02-073-0/+71
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-15/+13
* Fixed imports per isort 4.3.1.Tim Graham2018-02-021-1/+2
* Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham2018-02-011-1/+4
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-2/+1
* Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.Jon Dufresne2018-01-232-14/+30
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-13/+13
* Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou2018-01-052-0/+18
* Fixed #28517 -- Fixed admin delete confirmation view crash when related model...Paulo2018-01-043-8/+47
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-3/+3