Re: Bytecode in Migrations

2015-02-11 Thread abhillman
sing the problem which was not immediately related to the migrations, but I am not certain. On Wednesday, February 11, 2015 at 1:06:05 PM UTC-8, Collin Anderson wrote: > > Hah. Check out this ticket :) https://code.djangoproject.com/ticket/23406 > > On Wed, Feb 11, 2015 at 4:04 PM, abhi

Re: Bytecode in Migrations

2015-02-11 Thread abhillman
want to clutter up the ticket with yet another comment necessarily. On Wednesday, February 11, 2015 at 1:06:05 PM UTC-8, Collin Anderson wrote: > > Hah. Check out this ticket :) https://code.djangoproject.com/ticket/23406 > > On Wed, Feb 11, 2015 at 4:04 PM, abhillman > wrote: >

Bytecode in Migrations

2015-02-11 Thread abhillman
I have gotten bitten by lingering bytecode in migrations on several occasions. Steps to reproduce are a little bit complex, but here is an rough example: Local Box: — have *.pyc rule in .gitignore — create some migrations — commit them Server Box: — pull repository — execute migrations Local B