Changes between Initial Version and Version 2 of Ticket #12007
- Timestamp:
- Oct 10, 2009, 10:32:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12007
- Property Component Uncategorized → Serialization
- Property Triage Stage Unreviewed → Accepted
-
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