joashivanmoodley / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

sorted() vs sort() #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi everyone,
I'm having some problems related to the python version that is running on my 
server.

At the moment is python 2.3 and the pagination app is giving me a lot of 
problems because it uses 
sorted(), which is included in python 2.4+but not python 2.3.
Since Django is python 2.3 compatible, can you please make yout app compatible 
as well?
It's quite easy actually, just a couple of lines.

Thanks in advance!
David

Original issue reported on code.google.com by i...@brokenseal.it on 3 Sep 2008 at 4:23

GoogleCodeExporter commented 8 years ago
That is a good point.  I'd love to support 2.3, even.  What all should we do to 
be 2.3 compatible?

Original comment by flo...@gmail.com on 5 Sep 2008 at 10:05

GoogleCodeExporter commented 8 years ago
Fixed in r38.

Original comment by flo...@gmail.com on 24 Oct 2008 at 7:51

GoogleCodeExporter commented 8 years ago
Cheers! :)

Original comment by birrafon...@gmail.com on 24 Oct 2008 at 3:49