Changes between Initial Version and Version 1 of Ticket #2915


Ignore:
Timestamp:
09/12/12 10:59:34 (20 months ago)
Author:
seanh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2915 – Description

    initial v1  
    22 
    33Fixing this might break existing extensions although I don't think any are using form_to_db_schema_options() so it should be okay. 
     4 
     5The same thing goes for db_to_form_schema_option(). 
     6 
     7Also why are we passing a dict 'options' that always contains the same three keys 'api', 'context' and 'type'? Why not three params api=None, contenxt=None, type=None?