Kaydet (Commit) b1b05a01 authored tarafından Denis Afonso's avatar Denis Afonso Kaydeden (comit) Tim Graham

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

üst c1aec0fe
...@@ -33,7 +33,7 @@ the ``admin.site.register(Question)`` line with: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment