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.
Which should read: '''a''' model.
--
Ticket URL: <https://code.djangoproject.com/ticket/26485>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* owner: => denisra
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26485#comment:1>
* has_patch: 0 => 1
* stage: Unreviewed => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/26485#comment:2>
--
Ticket URL: <https://code.djangoproject.com/ticket/26485#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b1b05a017ac87ef0ede3236a89a0627bf11d053a" b1b05a01]:
{{{
#!CommitTicketReference repository=""
revision="b1b05a017ac87ef0ede3236a89a0627bf11d053a"
Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26485#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"cc38262d40b51198fa3e15074e2b8daa37646e8f" cc38262d]:
{{{
#!CommitTicketReference repository=""
revision="cc38262d40b51198fa3e15074e2b8daa37646e8f"
[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
Backport of b1b05a017ac87ef0ede3236a89a0627bf11d053a from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26485#comment:5>