--
Ticket URL: <https://code.djangoproject.com/ticket/26312>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* needs_docs: => 0
Comment:
I think I'd rather put the advice in tutorial 2 "Database setup". Since
most new users probably use SQLite, it would be nice to avoid another
special call out for others where we already have one in tutorial 2 (also
it's likely easier to do all your database configuration once). Feel free
to submit a patch if you can.
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:1>
* status: new => assigned
* owner: nobody => UltraBob
Comment:
A patch for this is available at
https://github.com/UltraBob/django/tree/ticket_26312
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:2>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:3>
Comment (by MoritzS):
Just create a pull request, it's easier to review that way.
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:4>
* needs_better_patch: 0 => 1
Comment:
Created a [https://github.com/django/django/pull/6241 PR] and left
comments for improvement.
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:5>
* cc: django@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b388c294eb5745b3e01dedf0220636fae87ea9a2" b388c294]:
{{{
#!CommitTicketReference repository=""
revision="b388c294eb5745b3e01dedf0220636fae87ea9a2"
Fixed #26312 -- Documented "create database" requirement in tutorial 2.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e16a0b0998e456d011327a28ce68ba8afbddfa9a" e16a0b0]:
{{{
#!CommitTicketReference repository=""
revision="e16a0b0998e456d011327a28ce68ba8afbddfa9a"
[1.9.x] Fixed #26312 -- Documented "create database" requirement in
tutorial 2.
Backport of b388c294eb5745b3e01dedf0220636fae87ea9a2 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"9ed4a788aa8d6ba6a57a2daa15253c3047048dfb" 9ed4a788]:
{{{
#!CommitTicketReference repository=""
revision="9ed4a788aa8d6ba6a57a2daa15253c3047048dfb"
Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"72134a04004271a0bd3e853cca3f54f9efc68be2" 72134a04]:
{{{
#!CommitTicketReference repository=""
revision="72134a04004271a0bd3e853cca3f54f9efc68be2"
[1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Backport of 9ed4a788aa8d6ba6a57a2daa15253c3047048dfb from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26312#comment:10>