index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_utils
/
test_logentry.py
Age
Commit message (
Expand
)
Author
2017-06-19
Completed test coverage for admin's LogEntry model.
Anton Samarchyan
2017-06-09
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
Collin Anderson
2017-04-04
Updated tests after French translation update
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-05
Refs #27218 -- Fixed LogEntry tests on MySQL 5.5.
Tim Graham
2016-10-04
Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.
François Freitag
2016-10-01
Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...
Claude Paroz
2016-08-01
Fixed admin_utils test failures due to translation updates.
Tim Graham
2016-02-08
Made @override_settings(ROOT_URLCONF=...) consistent.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-01-10
Refs #21113 -- Updated test to allow for bad MySQL time resolution
Claude Paroz
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-28
Moved LogEntry-related tests to their own test case
Claude Paroz