[PATCH 09/10] Add delegate to migrations

Finucane, Stephen stephen.finucane at intel.com
Thu Jan 7 04:23:35 AEDT 2016


On 28 Nov 10:14, Mauro Carvalho Chehab wrote:
> Signed-off-by: Mauro Carvalho Chehab <mchehab at osg.samsung.com>

Generally when you create these, you should create a new migration
for each change. You can do this like so:

    ./manage.py makemigrations

They're effortless to apply (assuming using Django > 1.6) so while it
is possible to squeeze migrations I don't think we have a good reason
to do so here.

I'll just include the autogenerated one as part of patch one, if that's
OK?

Stephen


More information about the Patchwork mailing list