mirror of
https://github.com/django/django.git
synced 2025-08-10 22:08:21 +00:00
[1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad81
from master
This commit is contained in:
parent
b789d81c95
commit
ab7a0b5d17
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,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