summaryrefslogtreecommitdiff
path: root/tests/admin_utils/test_logentry.py
AgeCommit message (Expand)Author
2018-05-07Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé
2018-02-07Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham
2017-06-19Completed test coverage for admin's LogEntry model.Anton Samarchyan
2017-06-09Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.Collin Anderson
2017-04-04Updated tests after French translation updateClaude Paroz
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-10-05Refs #27218 -- Fixed LogEntry tests on MySQL 5.5.Tim Graham
2016-10-04Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag
2016-10-01Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...Claude Paroz
2016-08-01Fixed admin_utils test failures due to translation updates.Tim Graham
2016-02-08Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2016-01-10Refs #21113 -- Updated test to allow for bad MySQL time resolutionClaude Paroz
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-28Moved LogEntry-related tests to their own test caseClaude Paroz