Changes between Initial Version and Version 1 of Ticket #17930
- Timestamp:
- Mar 18, 2012, 11:02:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17930 – Description
initial v1 5 5 }}} 6 6 7 {{{ 7 8 >>> Example.objects.create('example 1', False) 8 9 <Example: Example object> … … 22 23 5 23 24 >>> 25 }}} 24 26 25 When using the union of querysets to slice it "ignores" the slice and takes all objects where public = false.27 When using the union of querysets to slice it "ignores" the slice and takes all objects where {{{public = false}}}.