Changes between Initial Version and Version 2 of Ticket #11103


Ignore:
Timestamp:
May 13, 2009, 1:24:59 PM (15 years ago)
Author:
Alex Gaynor
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11103

    • Property Component File uploads/storageDatabase layer (models, ORM)
  • Ticket #11103 – Description

    initial v2  
     1{{{
    12Traceback (most recent call last):
    23  File "/usr/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 278, in run
     
    1415  File "/usr/lib/python2.6/dist-packages/django/db/models/fields/files.py", line 139, in __getstate__
    1516    return {'name': self.name, 'closed': False, '_committed': True, '_file': None}
     17}}}
Back to Top