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
Age
Commit message (
Expand
)
Author
2026-02-20
Fixed #36127 -- Applied default empty display value to links otherwise contai...
SiHyunLee
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-17
Fixed #35959 -- Displayed password reset button in admin only when user has s...
Sarah Boyce
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
2025-01-10
Fixed #36032 -- Rendered URLField values as links in the admin.
antoliny0919
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-02-05
Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.
Tom Carrick
2024-01-11
Refs #28404 -- Made displaying property values in admin respect non-None empt...
Alexander Lazarević
2024-01-10
Fixed #28404 -- Made displaying values in admin respect Field's empty_values.
Alexander Lazarević
2024-01-09
Refs #28404 -- Split test_null_display_for_field() test.
Alexander Lazarević
2023-10-31
Fixed #34462 -- Made admin log actions in bulk.
Akash Kumar Sen
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-03-16
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...
sarahboyce
2023-02-08
Fixed #34303 –- Allowed customizing admin site log entry list.
Jacob Rief
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-10-07
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2020-10-09
Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...
Qi Zhao
2020-06-25
Added test for django.contrib.admin.utils.help_text_for_field().
Mariusz Felisiak
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-05-08
Fixed #31157 -- Fixed displaying read-only JSONField values in admin.
dbxnr
2020-05-08
Refs #31157 -- Added tests for display_for_field() with empty JSONField.
dbxnr
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-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-08-20
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...
Tim Graham
2018-05-07
Fixed #29370 -- Added choices to LogEntry.action_flag field.
Nicolas Noé
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-03
Fixed #28986 -- Prevented boolean values in admin list display from being for...
Jonas Haag
2018-01-03
Added display_for_value() tests for boolean values.
Jonas Haag
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
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-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
[next]