From 63eaa8f3c28c3afc5d9ec987cf6fa9a3656135e3 Mon Sep 17 00:00:00 2001 From: luyikei Date: Sun, 21 Feb 2016 16:22:12 +0900 Subject: [PATCH 1/2] Fix missing import of Http404 --- taiga/projects/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taiga/projects/api.py b/taiga/projects/api.py index 955fec3e..ba72c3e7 100644 --- a/taiga/projects/api.py +++ b/taiga/projects/api.py @@ -26,6 +26,7 @@ from django.db.models.functions import Coalesce from django.core.exceptions import ValidationError from django.utils.translation import ugettext as _ from django.utils import timezone +from django.http import Http404 from taiga.base import filters from taiga.base import response From 2b3bd1e4bc23498523f2e7b511429b666364bff8 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 3 Mar 2016 08:34:12 +0100 Subject: [PATCH 2/2] Updating AUTHORS.rst --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 69fb52ec..b4a52014 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -27,6 +27,7 @@ answer newbie questions, and generally made taiga that much better: - Hector Colina - Joe Letts - Julien Palard +- luyikei - Ricky Posner - Yamila Moreno - Yaser Alraddadi