0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00

Removed nonexistent attribute in docs/ref/contrib/admin/index.txt

This commit is contained in:
Tim Graham 2016-06-15 08:31:11 -04:00
parent 1b407050dd
commit abec15ad81

View File

@ -255,7 +255,6 @@ subclass::
def view_birth_date(self, obj):
return obj.birth_date
view_birth_date.short_name = 'birth_date'
view_birth_date.empty_value_display = '???'
.. attribute:: ModelAdmin.exclude