Changes between Version 41 and Version 42 of FeatureGrouping


Ignore:
Timestamp:
Jul 17, 2007, 8:38:56 AM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

Removed some closed/stale tickets

Legend:

Unmodified
Added
Removed
Modified
  • FeatureGrouping

    v41 v42  
    3535Many of these will be obsoleted by newforms-admin and subsequent changes after 0.96
    3636
    37  * weird interaction with auto_now_add on update raising an exception (#2717)
    3837 * Multiple FileFields & edit_inline interaction overwriting preceeding files (#2413, #792)
    3938 * interacting with a specific unique_together ordering (#2470, #526, #2415)
     
    4544 * Not using a sensible default state (#2159)
    4645 * Causing KeyError, when `follow=False` in manipulator constructor or `editable=False` in model definintion (#2434, #1603)
    47  * Causing IndexError (#3519)
    4846 * OneToOne fields (#24)
    4947 * Ignoring things with core=True (#2724)
     
    6765Current manipulator tickets should be tested with newforms to make sure the problems aren't repeated
    6866 * #1839, #2415, #2536, #2107, #2277, #3436
    69 
    70 Tickets that can be closed once newforms is being used in generic views
    71  * #1049
    7267
    7368Feature requests that need a decision on whether or not to add to newforms
Back to Top