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
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-12
Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actio...
Adam Johnson
2025-03-04
Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...
antoliny0919
2025-01-15
Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_acti...
Sarah Boyce
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2023-10-31
Fixed #34462 -- Made admin log actions in bulk.
Akash Kumar Sen
2023-02-08
Fixed #34303 –- Allowed customizing admin site log entry list.
Jacob Rief
2022-10-07
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-14
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2018-05-07
Fixed #29370 -- Added choices to LogEntry.action_flag field.
Nicolas Noé
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
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