Commit cc38262d authored by Denis Afonso's avatar Denis Afonso Committed by Tim Graham
Browse files

[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.

Backport of b1b05a01 from master
parent bdbfa1b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: