Changes between Initial Version and Version 1 of Ticket #31045


Ignore:
Timestamp:
Nov 29, 2019, 11:05:34 AM (5 years ago)
Author:
Ben Mezger (seds)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31045 – Description

    initial v1  
    1 Seems that squashing my app migrations is returning the following error when running `migrate`.  As far as I can see, 0060_auto_20190828_0652.update_store_locator_in_cart_page is an invalid identifier because it starts with a number. Perhaps checking running `getattr` before to avoid this issue.
     1Seems that squashing my app migrations is returning the following error when running `migrate`.  As far as I can see, `0060_auto_20190828_0652.update_store_locator_in_cart_page` is an invalid identifier because it starts with a number. Perhaps checking running `getattr` before to avoid this issue.
    22
    33I am not sure whether this is a Django issue or some other library conflict.
Back to Top