Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
This commit is contained in:
parent
1b407050dd
commit
abec15ad81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue