Export to GitHub

django-firebird - issue #9

Limits - base.py FirebirdQuery.as_sql with_limits parameter default value changed, breaking paging in admin


Posted on Nov 9, 2009 by Grumpy Kangaroo

What steps will reproduce the problem? 1. svn checkout http://django-firebird.googlecode.com/svn/trunk/ django-firebird-read-only 2. install in django 3. try autoadmin-paging

What is the expected output? What do you see instead? Autoadmin should page through the content, instead the whole table content will be displayed.

What version of the product are you using? On what operating system? django-firebird r14, Django 1.1, Python 2.6.2, Firebird 2.1.3

Please provide any additional information below. I tracked this to the with_limits-parameter in method as_sql. The default value has been changed to False. It is True in django-firebird.zip. What is the purpose of this change?

Comment #1

Posted on Nov 10, 2009 by Happy Panda

It seems like a mistake. I'll check it out and try to correct it. BTW, I have many changes to commit. I'll try to update this soon. Please, feel you free to send a patch.

Comment #2

Posted on Mar 21, 2011 by Happy Panda

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium