Changes between Initial Version and Version 1 of Ticket #31045
- Timestamp:
- Nov 29, 2019, 11:05:34 AM (5 years ago)
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_pageis an invalid identifier because it starts with a number. Perhaps checking running `getattr` before to avoid this issue.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. 2 2 3 3 I am not sure whether this is a Django issue or some other library conflict.