mirror of
https://github.com/django/django.git
synced 2025-08-13 23:38:32 +00:00
[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
Backport of b1b05a017a
from master
This commit is contained in:
parent
bdbfa1b1f8
commit
cc38262d40
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ the ``admin.site.register(Question)`` line with:
|
||||||
|
|
||||||
You'll follow this pattern -- create a model admin class, then pass it as the
|
You'll follow this pattern -- create a model admin class, then pass it as the
|
||||||
second argument to ``admin.site.register()`` -- any time you need to change the
|
second argument to ``admin.site.register()`` -- any time you need to change the
|
||||||
admin options for an model.
|
admin options for a model.
|
||||||
|
|
||||||
This particular change above makes the "Publication date" come before the
|
This particular change above makes the "Publication date" come before the
|
||||||
"Question" field:
|
"Question" field:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue