From 495c16592966a075b07a87b6b25fe3599ab31983 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 30 Jan 2017 23:00:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80?= =?UTF-8?q?=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/abonapp/models.py b/abonapp/models.py index d2eef58..f5a454c 100644 --- a/abonapp/models.py +++ b/abonapp/models.py @@ -1,7 +1,4 @@ # -*- coding: utf-8 -*- -from django.core.exceptions import MultipleObjectsReturned -from django.http import Http404 -from django.shortcuts import get_object_or_404 from django.utils import timezone from django.utils.datetime_safe import datetime from django.db import models