👻 Fix a strange behavior with get_model in taiga.projects.history.services

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-09-24 11:10:20 +02:00
parent d4b34be47e
commit 8c5695974d
1 changed files with 4 additions and 4 deletions

View File

@ -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",