Changes between Version 41 and Version 42 of FeatureGrouping
- Timestamp:
- Jul 17, 2007, 8:38:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureGrouping
v41 v42 35 35 Many of these will be obsoleted by newforms-admin and subsequent changes after 0.96 36 36 37 * weird interaction with auto_now_add on update raising an exception (#2717)38 37 * Multiple FileFields & edit_inline interaction overwriting preceeding files (#2413, #792) 39 38 * interacting with a specific unique_together ordering (#2470, #526, #2415) … … 45 44 * Not using a sensible default state (#2159) 46 45 * Causing KeyError, when `follow=False` in manipulator constructor or `editable=False` in model definintion (#2434, #1603) 47 * Causing IndexError (#3519)48 46 * OneToOne fields (#24) 49 47 * Ignoring things with core=True (#2724) … … 67 65 Current manipulator tickets should be tested with newforms to make sure the problems aren't repeated 68 66 * #1839, #2415, #2536, #2107, #2277, #3436 69 70 Tickets that can be closed once newforms is being used in generic views71 * #104972 67 73 68 Feature requests that need a decision on whether or not to add to newforms