| 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) |