Pilsburgh / django-forum

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

Sticky-ed threads are sorted backward #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Thread model ordering should be:

ordering = ('sticky', '-latest_post_time')

As it is now, the sticky-ed threads show up last.

Original issue reported on code.google.com by whiteinge on 2 Apr 2009 at 11:20

GoogleCodeExporter commented 9 years ago
Actually, this now seems incorrect and may be related to #58.

Original comment by whiteinge on 3 Apr 2009 at 2:51

GoogleCodeExporter commented 9 years ago
Dupe of #58

Original comment by rwpoul...@gmail.com on 3 May 2009 at 12:06

GoogleCodeExporter commented 9 years ago
Issue 62 has been merged into this issue.

Original comment by rwpoul...@gmail.com on 3 May 2009 at 12:13

GoogleCodeExporter commented 9 years ago
The original ordering was correct. My mistake (and my poorly worded initial 
comment
to that effect).

Original comment by whiteinge on 3 May 2009 at 6:46