summaryrefslogtreecommitdiff
path: root/tests/admin_utils/test_logentry.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-081-1/+28
* Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...Mariusz Felisiak2022-10-071-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-80/+134
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+0
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-6/+9
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-3/+3
* Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana2019-06-141-9/+11
* Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé2018-05-071-0/+7
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-3/+3
* 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-091-8/+8
* Updated tests after French translation updateClaude Paroz2017-04-041-3/+4
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-2/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-5/+5
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* 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
* 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 #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-081-3/+85
* 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-281-0/+146