﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11724	Python slice syntax is not the same as SQL offset limit syntax	anonymous	nobody	"http://docs.djangoproject.com/en/1.0/topics/db/queries/#id4
http://docs.djangoproject.com/en/dev/topics/db/queries/#id4

The docs infer that when slicing you specify the start record and an offset, Python slice syntax requires the first record to show and the first record not to show, something totally different.

SQL: start record, show n records
python slice: show records >= n, don't show records >= n 

The way it's worded is very misleading for those unfamiliar with python slice syntax."		closed	Documentation	1.1		wontfix			Unreviewed	0	0	0	0	0	0
