1
0
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:
akki
2016-11-16 03:30:50 +05:30
committed by Tim Graham
parent af0f01558b
commit d2fc204694
21 changed files with 62 additions and 66 deletions

View File

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