[1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt

Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
This commit is contained in:
Tim Graham 2016-06-15 08:31:11 -04:00
parent b789d81c95
commit ab7a0b5d17

View File

@ -248,7 +248,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