diff options
| author | Alban Gruin | 2017-09-05 10:47:57 +0200 | 
|---|---|---|
| committer | Alban Gruin | 2017-09-05 10:47:57 +0200 | 
| commit | b4ed0a15e5bc11c7c41d4d8308ff900a34486697 (patch) | |
| tree | 46714cf76354d325c35efb8395492fa7f6e4e62d | |
| parent | 78920718408ab411680b7f5dd003b70c4e458e37 (diff) | |
Suppression de l’import de django.db.connection
| -rw-r--r-- | models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@  #    with celcatsanitizer; if not, write to the Free Software Foundation, Inc.,  #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -from django.db import connection, models +from django.db import models  from django.db.models import Count, Manager, Q  from django.db.models.functions import ExtractWeek, ExtractYear  from django.utils.text import slugify  | 
