On Tue, May 11, 2010 at 5:18 PM, thierry <thierry.bri...@gmail.com> wrote: > This bug is 4 years old. Weird that It was not corrected yet because > it seems to be a core functionality of the ORM. Do django developpers > have planned something before 1.2 stable release ?
No, we don't have anything planned before 1.2 goes final. The release candidate released last week contains all the features and bugfixes that will be in the final release, with the exception of any critical bugs found between now and the final release (there have been 2 confirmed, and possibly a third reported so far). order_with_respect_to may be part of the ORM, and it certainly has bugs, but those bugs have been present for a long time - they're not a critical bug by our release process. To tell the truth, I only learned about the existence of order_with_respect_to when a bug was reported recently in the way order_with_respect_to interacted with another newly added feature. That possibly goes some way to explaining why the bug you describe has lingered for so long. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.