From b1b05a017ac87ef0ede3236a89a0627bf11d053a Mon Sep 17 00:00:00 2001 From: Denis Afonso <denisra@users.noreply.github.com> Date: Sun, 10 Apr 2016 14:19:54 -0400 Subject: [PATCH] Fixed #26485 -- Fixed typo in docs/intro/tutorial07. --- docs/intro/tutorial07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index cc39abf247..59237ebc7e 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -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: