Changes between Version 1 and Version 2 of Ticket #10515


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10515 – Description

    v1 v2  
    1 It would be nice, if the !QuerySet would respect !__rand__ 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