taiga-back/taiga
ikame 9bc84067d7 Fix neighbors fetching in user stories
* Order the received queryset if it doesn't have ordering.
* Do not order UserStory model by "ref" because the query:
  `queryset.filter(Q(project__gt=1) | Q(order__gt=2) | Q(ref__gt=26))`
  give the wrong result. We need to use the query:
  `queryset.filter(Q(project__gt=1) | Q(order__gt=2))`
  because in SQL there's no short-circuiting.
2014-02-26 22:11:05 +01:00
..
base Fix neighbors fetching in user stories 2014-02-26 22:11:05 +01:00
front US#49: Renaming app to Taiga 2014-01-27 17:33:43 +01:00
locale/es/LC_MESSAGES US#49: Renaming app to Taiga 2014-01-27 17:33:43 +01:00
projects Fix neighbors fetching in user stories 2014-02-26 22:11:05 +01:00
settings US #57: Task #90: Create a blocked abstract model 2014-02-22 06:12:25 +01:00
__init__.py US#49: Renaming app to Taiga 2014-01-27 17:33:43 +01:00
routers.py US#12: Roles per project 2014-02-18 16:42:49 +01:00
urls.py Set prefix to static url patterm call 2014-02-06 18:58:18 +01:00
wsgi.py US#49: Renaming app to Taiga 2014-01-27 17:33:43 +01:00