`squashmigrations` should exit with an error instead of overwriting
existing migration files.
--
Ticket URL: <https://code.djangoproject.com/ticket/33246>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by AndrewN):
PR: https://github.com/django/django/pull/15038
--
Ticket URL: <https://code.djangoproject.com/ticket/33246#comment:1>
* owner: nobody => AndrewN
* status: new => assigned
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33246#comment:2>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33246#comment:3>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33246#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"9e6d6316977d5668a1d2d1f77b861b2b9323dcdf" 9e6d6316]:
{{{
#!CommitTicketReference repository=""
revision="9e6d6316977d5668a1d2d1f77b861b2b9323dcdf"
Fixed #33246 -- Made squashmigrations raise CommandError when
squashed_name already exists.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33246#comment:5>