Changes between Initial Version and Version 1 of Ticket #24630


Ignore:
Timestamp:
Apr 11, 2015, 8:04:36 PM (9 years ago)
Author:
Luca Corti
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24630 – Description

    initial v1  
    1 As per #23932, I added an UUIDField to a model following the documentation at https://docs.djangoproject.com/en/1.8/howto/writing-migrations/.
     1As per #23932, I added an UUIDField to a model following the documentation at https://docs.djangoproject.com/en/1.8/howto/writing-migrations/. The database is PostgreSQL.
    22
    33When running the migration I get this error:
Back to Top