diff options
| author | Denis Afonso <denisra@users.noreply.github.com> | 2016-04-10 14:19:54 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-10 14:20:20 -0400 |
| commit | cc38262d40b51198fa3e15074e2b8daa37646e8f (patch) | |
| tree | 57be464e6255b534c123d6b1b33c5d85677d1f26 /docs/intro | |
| parent | bdbfa1b1f81536642cb4518877bdb4ecd18e83b7 (diff) | |
[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
Backport of b1b05a017ac87ef0ede3236a89a0627bf11d053a from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial07.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
