Changes between Initial Version and Version 1 of Ticket #1339


Ignore:
Timestamp:
09/13/11 20:58:00 (3 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1339 – Description

    initial v1  
    55 * However using this means there was no way to empty the field (e.g. i may just want to set the size field back to null not just change to another value) 
    66 * similar issues could arise around other fields (such as last_modified ...) 
     7  * cf cset:645031d07b60 
    78 
    8 To solve this i create an int_converter temporarily in logic/schema.py (this is almost certainly the wrong place). But I think it raises a bigger issue about the conversion layer and how it works. 
     9To solve this (cset:58acdcfe6d4e) i created an int_converter temporarily in logic/schema.py (this is almost certainly the wrong place). But I think it raises a bigger issue about the conversion layer and how it works.