Changes between Initial Version and Version 1 of Ticket #10515


Ignore:
Timestamp:
Mar 16, 2009, 11:33:41 AM (15 years ago)
Author:
Luke Plant
Comment:

Some regression tests, which also show why this useful, need to be added. A simplified example would probably be better, if possible.

There is of course the problem about what happens when you combine two custom QuerySets, both with __ror (or __rand) defined - which one should be used? Perhaps that is telling us something...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10515

    • Property Needs documentation set
    • Property Needs tests set
  • Ticket #10515 – Description

    initial v1  
    1 It would be nice, if the QuerySet would respect __radd__ and __ror__, when combining it with other QuerySets. Note following example:
     1It would be nice, if the !QuerySet would respect !__rand__ and !__ror__, when combining it with other !QuerySets. Note following example:
    22
    33{{{
Back to Top