Changes between Version 1 and Version 2 of FeatureGrouping


Ignore:
Timestamp:
Feb 17, 2007, 6:18:07 PM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

added edit_inline section

Legend:

Unmodified
Added
Removed
Modified
  • FeatureGrouping

    v1 v2  
    1010
    1111#1795, #1374, #3169, #3170, #2603
     12
     13== Multiple edit_inline issues ==
     14
     15 * weird interaction with auto_now_add on update raising an exception (#2717)
     16 * Multiple FileFields & edit_inline interaction overwriting preceeding files (#2413, #792)
     17 * interacting with a specific unique_together ordering (#2470, #526, #2415)
     18 * problems with unique (#565)
     19 * edit_inline deleting stuff (#3425)
     20 * validator issues: (#265, #1690)
     21 * Manipulator allowing "stealing" of related objects (#3145)
     22 * Multiple Foreign Keys (#1939 & another 3 or 4 tickets marked as dupes)
     23 * Not using a sensible default state (#2159)
     24 * Causing KeyError (#2434)
     25 * OneToOne fields (#24)
     26 * Ignoring things with core=True (#2724)
     27 * Non-working prepopulate from (#957)
     28 * A possible better way of doing things (which Adrian says is "fantastic") #2248 (*note: backwards incompatible change)
Back to Top