summaryrefslogtreecommitdiff
path: root/tests/admin_utils/test_logentry.py
AgeCommit message (Collapse)Author
2016-10-01[1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed ↵Claude Paroz
field detection Thanks Ramiro Morales for the report and Tim Graham for the review. Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master.
2016-08-01[1.10.x] Fixed admin_utils test failures due to translation updates.Tim Graham
Backport of 24123c31362b5f3783d84d133c160e9fe16805fe from master
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
Thanks Tim Graham for the review.
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
Thanks to Tim Graham for the review.
2015-12-28Moved LogEntry-related tests to their own test caseClaude Paroz
Thanks Tim Graham for reviewing and contributing to the patch. Refs #21113.