mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[4.0.x] Improved @display(empty_value) example in ModelAdmin.empty_value_display docs.
Backport of eb901681ab
from main
This commit is contained in:
parent
c46e996307
commit
b93fb3d6be
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ subclass::
|
|||
from django.contrib import admin
|
||||
|
||||
class AuthorAdmin(admin.ModelAdmin):
|
||||
fields = ('name', 'title', 'view_birth_date')
|
||||
list_display = ('name', 'title', 'view_birth_date')
|
||||
|
||||
@admin.display(empty_value='???')
|
||||
def view_birth_date(self, obj):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue