Changes between Initial Version and Version 2 of Ticket #12007
- Timestamp:
- 10/10/09 15:32:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12007
-
Property
Component
changed from
Uncategorized
toSerialization
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Component
changed from
-
Ticket #12007 – Description
initial v2 4 4 5 5 I'd expect a MemoryError if that were the case, what I actually got was: 6 6 {{{ 7 7 File "django/core/management/__init__.py", line 362, in execute_manager 8 8 utility.execute() … … 18 18 raise TransactionManagementError("This code isn't under transaction management") 19 19 django.db.transaction.TransactionManagementError: This code isn't under transaction management 20 20 }}} 21 21 cheers, 22 22