From 8c5695974d3bd88ea7fd61ac8c0182b96be1e510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 24 Sep 2014 11:10:20 +0200 Subject: [PATCH] :ghost: Fix a strange behavior with get_model in taiga.projects.history.services --- settings/common.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings/common.py b/settings/common.py index b4307383..d3ac205e 100644 --- a/settings/common.py +++ b/settings/common.py @@ -177,16 +177,16 @@ INSTALLED_APPS = [ "taiga.users", "taiga.userstorage", "taiga.projects", + "taiga.projects.references", + "taiga.projects.history", + "taiga.projects.notifications", "taiga.projects.attachments", + "taiga.projects.votes", "taiga.projects.milestones", "taiga.projects.userstories", "taiga.projects.tasks", "taiga.projects.issues", - "taiga.projects.references", "taiga.projects.wiki", - "taiga.projects.history", - "taiga.projects.notifications", - "taiga.projects.votes", "taiga.searches", "taiga.timeline", "taiga.mdrender",