I mark this as a release blocker as it is currently impossible to create
the database tables, even though the 1.7 release notes stated we are going
to drop that support with 1.9.
--
Ticket URL: <https://code.djangoproject.com/ticket/25144>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by timgraham):
Can we consider it a duplicate of #24919? Why is it a blocker despite the
deprecation?
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:1>
Comment (by MarkusH):
I think it is more related to the outcome of #24481 and how we proceed
with the removal of syncdb. I'm not convinced anymore that enforcing
migrations for every app is the right choice. I try to write down my
thoughts during PyConAU on django-developers.
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:2>
Comment (by timgraham):
Claude has proposed the idea on the [https://groups.google.com/d/topic
/django-developers/qHP4ZQSK9xM/discussion mailing list]. I don't think
there are any objections to the idea, and I think we mostly just need a
viable patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:3>
* owner: nobody => JulianGindi
* status: new => assigned
Comment:
I'm going to take a stab at this, if I don't make some good progress in
the next couple of days, I'll release the ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:4>
Comment (by timgraham):
Hi Julian, I'd suggest to sketch out your ideas and say how it will relate
to #24481 before diving too deep into an implementation.
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:5>
* owner: JulianGindi =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:6>
Comment (by JulianGindi):
Tim, good idea. I'll pitch my ideas and get feedback before jumping into
this one. Un-assigning for now in case someone more qualified comes by and
wants to take a crack at it.
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:7>
* keywords: => 1.9
* type: Bug => New feature
* severity: Release blocker => Normal
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:8>
* status: new => assigned
* owner: => timgraham
* has_patch: 0 => 1
Comment:
A [https://github.com/django/django/pull/5212 possible solution].
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:9>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:10>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e133b55943f26e87cff5b22215a776a9ce3fc6f3" e133b55]:
{{{
#!CommitTicketReference repository=""
revision="e133b55943f26e87cff5b22215a776a9ce3fc6f3"
Refs #25144 -- Revised deprecation timeline: migrations won't become
compulsory.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:12>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"721d8e50ac2e1545ee112000f6e852f56c51d9f8" 721d8e5]:
{{{
#!CommitTicketReference repository=""
revision="721d8e50ac2e1545ee112000f6e852f56c51d9f8"
Fixed #25144 -- Allowed migrate to create tables for apps without
migrations.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:11>
Comment (by Tim Graham <timograham@…>):
In [changeset:"2d2eeff3b1cbdaa3b8f22a904da044ac709cc07e" 2d2eeff]:
{{{
#!CommitTicketReference repository=""
revision="2d2eeff3b1cbdaa3b8f22a904da044ac709cc07e"
[1.7.x] Refs #25144 -- Revised deprecation timeline: migrations won't
become compulsory.
Backport of e133b55943f26e87cff5b22215a776a9ce3fc6f3 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:13>
Comment (by Tim Graham <timograham@…>):
In [changeset:"20dfd02db0e57006bec763d67c8845987cc37740" 20dfd02]:
{{{
#!CommitTicketReference repository=""
revision="20dfd02db0e57006bec763d67c8845987cc37740"
[1.8.x] Refs #25144 -- Revised deprecation timeline: migrations won't
become compulsory.
Backport of e133b55943f26e87cff5b22215a776a9ce3fc6f3 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25144#comment:14>