mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of fed7004b8a0658d9f898c7139e127a17deff7bba from master
This commit is contained in:
parent
cc5c4ae35d
commit
472c54084b
@ -641,7 +641,7 @@ subclass::
|
||||
|
||||
admin.site.empty_value_display = '(None)'
|
||||
|
||||
You can also use :attr:`AdminSite.empty_value_display`::
|
||||
You can also use :attr:`ModelAdmin.empty_value_display`::
|
||||
|
||||
class PersonAdmin(admin.ModelAdmin):
|
||||
empty_value_display = 'unknown'
|
||||
|
Loading…
x
Reference in New Issue
Block a user