* cc: emyller@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/14300#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by claudep):
#19338 and #19358 are duplicates.
--
Ticket URL: <https://code.djangoproject.com/ticket/14300#comment:8>
* cc: timograham@… (added)
* needs_better_patch: 1 => 0
Comment:
https://github.com/django/django/pull/1359
--
Ticket URL: <https://code.djangoproject.com/ticket/14300#comment:10>
Comment (by timo):
Also reported in #15519 the [https://github.com/django/django/pull/747 PR]
there addresses backwards incompatibility by searching both `app/sql` and
`app/models/sql` with a `DeprecationWarning` if the latter is used. I'm
not a huge fan of adding extra code and tests to support that for a
release or two, but I'll do it if necessary.
--
Ticket URL: <https://code.djangoproject.com/ticket/14300#comment:11>
* cc: vlastimil@… (added)
Comment:
Replying to [comment:11 timo]:
> Also reported in #15519 the [https://github.com/django/django/pull/747
PR] there addresses backwards incompatibility by searching both `app/sql`
and `app/models/sql` with a `DeprecationWarning` if the latter is used.
I'm not a huge fan of adding extra code and tests to support that for a
release or two, but I'll do it if necessary.
In #15519:comment:2 jacob required to use both locations. My patch also
contains a test. The patch does not apply, because of all the changes in
tests, but it should be easy to fix.
--
Ticket URL: <https://code.djangoproject.com/ticket/14300#comment:12>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"31c13a99bb9ebdaf12ccab4e880c5da930d86e79"]:
{{{
#!CommitTicketReference repository=""
revision="31c13a99bb9ebdaf12ccab4e880c5da930d86e79"
Fixed #14300 -- Fixed initial SQL location if models is a package.
Thanks al_the_x for the report and fheinz for the draft patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/14300#comment:13>