Changes between Version 1 and Version 2 of Ticket #2915


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2915 – Description

    v1 v2  
    33Fixing this might break existing extensions although I don't think any are using form_to_db_schema_options() so it should be okay. 
    44 
    5 The same thing goes for db_to_form_schema_option(). 
     5The same thing goes for db_to_form_schema_options(). 
    66 
    77Also 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?