Changes between Initial Version and Version 2 of Ticket #12007


Ignore:
Timestamp:
Oct 10, 2009, 10:32:29 AM (15 years ago)
Author:
Alex Gaynor
Comment:

Please use preview

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12007

    • Property Component UncategorizedSerialization
    • Property Triage Stage UnreviewedAccepted
  • Ticket #12007 – Description

    initial v2  
    44
    55I'd expect a MemoryError if that were the case, what I actually got was:
    6 
     6{{{
    77  File "django/core/management/__init__.py", line 362, in execute_manager
    88    utility.execute()
     
    1818    raise TransactionManagementError("This code isn't under transaction management")
    1919django.db.transaction.TransactionManagementError: This code isn't under transaction management
    20 
     20}}}
    2121cheers,
    2222
Back to Top