mirror of
https://github.com/django/django.git
synced 2025-11-12 00:34:32 +00:00
Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
This commit is contained in:
parent
1b407050dd
commit
abec15ad81
1 changed files with 0 additions and 1 deletions
|
|
@ -255,7 +255,6 @@ subclass::
|
||||||
def view_birth_date(self, obj):
|
def view_birth_date(self, obj):
|
||||||
return obj.birth_date
|
return obj.birth_date
|
||||||
|
|
||||||
view_birth_date.short_name = 'birth_date'
|
|
||||||
view_birth_date.empty_value_display = '???'
|
view_birth_date.empty_value_display = '???'
|
||||||
|
|
||||||
.. attribute:: ModelAdmin.exclude
|
.. attribute:: ModelAdmin.exclude
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue