Changes between Initial Version and Version 1 of Ticket #17930


Ignore:
Timestamp:
Mar 18, 2012, 11:02:18 AM (12 years ago)
Author:
Łukasz Rekucki
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17930 – Description

    initial v1  
    55}}}
    66
     7{{{
    78>>> Example.objects.create('example 1', False)
    89<Example: Example object>
     
    22235
    2324>>>
     25}}}
    2426
    25 When using the union of querysets to slice it "ignores" the slice and takes all objects where public = false.
     27When using the union of querysets to slice it "ignores" the slice and takes all objects where {{{public = false}}}.
Back to Top