Removed nonexistent attribute in docs/ref/contrib/admin/index.txt

This commit is contained in:
Tim Graham 2016-06-15 08:31:11 -04:00
parent 1b407050dd
commit abec15ad81
1 changed files with 0 additions and 1 deletions

View File

@ -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