Changes between Version 6 and Version 7 of QuerysetRefactorBranch


Ignore:
Timestamp:
Mar 14, 2008, 6:51:00 AM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Removed on work-in-progress item

Legend:

Unmodified
Added
Removed
Modified
  • QuerysetRefactorBranch

    v6 v7  
    6060 * 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.
    6161 * {{{OneToOneField}}} in the admin interface has similar problems.
    62  * {{{select_related()}}} with inherited models has not yet been integrated.
    6362 * 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.
    6463 * {{{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.
Back to Top