Changes between Version 1 and Version 2 of Ticket #23581


Ignore:
Timestamp:
Oct 1, 2014, 4:50:09 PM (10 years ago)
Author:
John-Scott Atlakson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23581 – Description

    v1 v2  
    2929  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
    3030}}}
    31 So far this seems to mostly be harmless if slightly confusing/annoying. I am not familiar with the migration internals, but since 'choices' isn't used (at least not on PostgreSQL) to make any actual alterations to the database shouldn't it ignore this attribute?
     31I am not familiar with the migration internals, but since 'choices' isn't used (at least not on PostgreSQL) to make any actual alterations to the database shouldn't it ignore this attribute?
Back to Top