Changes between Initial Version and Version 1 of Ticket #28832, comment 4


Ignore:
Timestamp:
Nov 25, 2017, 6:54:27 AM (6 years ago)
Author:
AJ

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28832, comment 4

    initial v1  
    99I hope that sheds some light to where the problem lies. My guess is, migration 0010 of commit 1a52c96 while setting order_with_respect_to=None, failed to delete the _order field from the model's DB table.
    1010
    11 Is it possible that since my local development testbed uses SQLite that the migration file was insufficiently built to allow for my live PostgreSQL DB? Or are the migration files definitely still DB-agnostic?
     11Is it possible that since my local development testbed uses SQLite that the migration file was insufficiently built to allow for my live PostgreSQL DB? Or are the migration files definitely still DB-type agnostic?
Back to Top