diff options
Diffstat (limited to 'tests/admin_views/admin.py')
| -rw-r--r-- | tests/admin_views/admin.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/admin_views/admin.py b/tests/admin_views/admin.py index 0da6126c01..2db28c6f51 100644 --- a/tests/admin_views/admin.py +++ b/tests/admin_views/admin.py @@ -508,8 +508,7 @@ class CoverLetterAdmin(admin.ModelAdmin): """ A ModelAdmin with a custom get_queryset() method that uses defer(), to test verbose_name display in messages shown after adding/editing CoverLetter - instances. - Note that the CoverLetter model defines a __unicode__ method. + instances. Note that the CoverLetter model defines a __str__ method. For testing fix for ticket #14529. """ @@ -545,8 +544,7 @@ class TelegramAdmin(admin.ModelAdmin): """ A ModelAdmin with a custom get_queryset() method that uses only(), to test verbose_name display in messages shown after adding/editing Telegram - instances. - Note that the Telegram model defines a __unicode__ method. + instances. Note that the Telegram model defines a __str__ method. For testing fix for ticket #14529. """ |
