Changes between Initial Version and Version 1 of Ticket #24630, comment 2
- Timestamp:
- Apr 13, 2015, 7:00:13 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24630, comment 2
initial v1 27 27 28 28 The stacktrace looks exactly the same as quote in the original description. Not sure if this is a behavior expected from Django or not. [https://docs.djangoproject.com/en/1.8/ref/migration-operations/#runpython The documentation on 1.7] and 1.8 states that `RunPython` should run into its own transaction. 29 30 This is happening when the table has already some data but not when the table is empty.