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
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
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
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-06-08
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...
krishbharadwaj
2016-05-07
Fixed #26582 -- Added prettier admin display for list values.
Dan Watson
2016-04-08
Fixed E128 flake8 warnings in tests/.
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-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
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
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-09-04
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
elky
2015-08-27
Fixed #20597 -- Replaced admin GIF/PNG icons by SVG
elky
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-18
Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...
Tim Graham
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
[next]