mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list views as a context variable. Thanks to diegueus9 for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
[
|
||||
{
|
||||
"model": "generic_views.artist",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "Rene Magritte"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "generic_views.author",
|
||||
"pk": 1,
|
||||
|
||||
Reference in New Issue
Block a user