Fixed #26485 -- Fixed typo in docs/intro/tutorial07.

This commit is contained in:
Denis Afonso 2016-04-10 14:19:54 -04:00 committed by Tim Graham
parent c1aec0feda
commit b1b05a017a
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
"Question" field: