--
Ticket URL: <https://code.djangoproject.com/ticket/23092>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Could you describe this more or add an example?
--
Ticket URL: <https://code.djangoproject.com/ticket/23092#comment:1>
Comment (by riklaunim):
When I have some dependencies in existing migrations like:
{{{
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('some_app', 'some_migration'),
]
}}}
then in squashed migration dependencies list will be empty.
--
Ticket URL: <https://code.djangoproject.com/ticket/23092#comment:2>
* version: 1.7-rc-1 => 1.7-rc-2
* type: Uncategorized => Bug
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
Comment:
Thanks, I could reproduce this.
--
Ticket URL: <https://code.djangoproject.com/ticket/23092#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"096a5de5d2bf564f859eca115874f5643ef31658"]:
{{{
#!CommitTicketReference repository=""
revision="096a5de5d2bf564f859eca115874f5643ef31658"
Fixed #23092: Squashing handles external dependencies
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23092#comment:4>
Comment (by Andrew Godwin <andrew@…>):
In [changeset:"8e7fdfdb6fb0e910d5b507ba2da56a297bfba25c"]:
{{{
#!CommitTicketReference repository=""
revision="8e7fdfdb6fb0e910d5b507ba2da56a297bfba25c"
[1.7.x] Fixed #23092: Squashing handles external dependencies
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23092#comment:5>