Akash Kumar Sen
|
40b3975e7d
|
Fixed #34462 -- Made admin log actions in bulk.
This also deprecates ModelAdmin.log_deletion() and
LogEntryManager.log_action().
|
2023-10-31 18:06:44 +01:00 |
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Nick Pope
|
9204485396
|
Fixed #16117 -- Added decorators for admin action and display functions.
Refs #25134, #32099.
|
2021-01-13 17:19:22 +01:00 |
Mariusz Felisiak
|
1e96de4f97
|
Added test for django.contrib.admin.utils.help_text_for_field().
|
2020-06-25 11:23:26 +02:00 |
Collin Anderson
|
7c9cb1ed37
|
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
|
2017-06-09 13:28:50 -04:00 |
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Claude Paroz
|
cf7894be88
|
Fixed #21113 -- Made LogEntry.change_message language independent
Thanks Tim Graham for the review.
|
2016-01-08 20:34:59 +01:00 |
Claude Paroz
|
35c41987ec
|
Moved LogEntry-related tests to their own test case
Thanks Tim Graham for reviewing and contributing to the patch.
Refs #21113.
|
2015-12-28 20:29:08 +01:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Tim Graham
|
8a9b0c15a6
|
Renamed tests for util -> utils moves; refs #17627.
|
2014-12-31 11:26:27 -05:00 |