summaryrefslogtreecommitdiff
path: root/tests/admin_utils
Commit message (Expand)AuthorAgeFilesLines
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham2018-08-201-0/+16
* Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé2018-05-071-0/+7
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-0/+4
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-3/+3
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-3/+3
* Fixed #28986 -- Prevented boolean values in admin list display from being for...Jonas Haag2018-01-031-0/+2
* Added display_for_value() tests for boolean values.Jonas Haag2018-01-031-0/+11
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+1
* Completed test coverage for admin's LogEntry model.Anton Samarchyan2017-06-191-0/+9
* Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.Collin Anderson2017-06-092-8/+11
* Updated tests after French translation updateClaude Paroz2017-04-041-3/+4
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-5/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-182-7/+6
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-5/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Refs #27218 -- Fixed LogEntry tests on MySQL 5.5.Tim Graham2016-10-051-1/+1
* Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag2016-10-041-0/+8
* Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...Claude Paroz2016-10-011-2/+18
* Fixed admin_utils test failures due to translation updates.Tim Graham2016-08-011-3/+4
* Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...krishbharadwaj2016-06-081-0/+1
* Fixed #26582 -- Added prettier admin display for list values.Dan Watson2016-05-071-2/+9
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-3/+1
* Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham2016-02-081-1/+1
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-6/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-4/+2
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-1/+2
* Refs #21113 -- Updated test to allow for bad MySQL time resolutionClaude Paroz2016-01-101-2/+2
* Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz2016-01-084-10/+104
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Moved LogEntry-related tests to their own test caseClaude Paroz2015-12-285-27/+165
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky2015-09-041-1/+1
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-271-1/+1
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-101-3/+3
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-6/+11
* Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...Tim Graham2015-06-181-1/+4
* Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent2015-06-041-20/+22
* Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.Eric Rouleau2015-04-141-0/+6
* Added tests with number fields for admin.utils.display_for_field().Eric Rouleau2015-04-141-1/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+10
* Renamed tests for util -> utils moves; refs #17627.Tim Graham2014-12-313-0/+425