Changes between Version 6 and Version 7 of QuerysetRefactorBranch
- Timestamp:
- Mar 14, 2008, 6:51:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuerysetRefactorBranch
v6 v7 60 60 * Model inheritance has not been integrated into the admin. It's unclear at this time whether it will be worth doing this for existing admin or just port straight to newforms-admin. In any case, trying to use multi-table inheritance via the admin interface won't work. 61 61 * {{{OneToOneField}}} in the admin interface has similar problems. 62 * {{{select_related()}}} with inherited models has not yet been integrated.63 62 * The Oracle backend has not been ported yet. This won't be particularly difficult, but it's still work to be done. Justin Bronn has started the ball rolling with a patch in #6161 that will be used as the base. 64 63 * {{{exclude()}}} handling for particularly twisted filter combinations is still being bullet-proofed. It should work in almost all cases, but check the results carefully at the moment if you're doing something complex.