mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
[1.10.x] Replaced "django" with "Django" in spelling_wordlist.
Backport of 74ed20b49a from master
This commit is contained in:
@@ -974,7 +974,7 @@ subclass::
|
||||
class FilterWithCustomTemplate(admin.SimpleListFilter):
|
||||
template = "custom_template.html"
|
||||
|
||||
See the default template provided by django (``admin/filter.html``) for
|
||||
See the default template provided by Django (``admin/filter.html``) for
|
||||
a concrete example.
|
||||
|
||||
.. attribute:: ModelAdmin.list_max_show_all
|
||||
|
||||
Reference in New Issue
Block a user