﻿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
13089	Support Negative Indexing on QuerySets	Adam Nelson	nobody	"Add support for negative indexing of !QuerySets:

{{{
Model.objects.all()[:-1]
}}}

The result is:

{{{
Traceback (most recent call last):
  File ""<console>"", line 1, in <module>
  File ""/var/www/pinax-env/lib/python2.6/site-packages/django/db/models/query.py"", line 126, in __getitem__
    ""Negative indexing is not supported.""
AssertionError: Negative indexing is not supported.
}}}

"	Uncategorized	closed	Database layer (models, ORM)	dev	Normal	wontfix	feature	loic@…	Unreviewed	1	0	0	0	0	0
