mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
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
Block a user