mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
This commit is contained in:
parent
c37f9253a6
commit
539ccfbf62
@ -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…
x
Reference in New Issue
Block a user