__str__ is not needed

This commit is contained in:
Claude Paroz 2018-07-13 09:55:42 +02:00
parent 21d8345da3
commit 6de467a569
2 changed files with 4 additions and 6 deletions

View file

@ -1,12 +1,10 @@
import os
from django.db.models import Sum, F
from django.conf import settings
from django.contrib.auth.models import User
from django.core import mail
from django.test import TestCase, Client
from django.db.models import Sum, F
from django.test import TestCase
from django.urls import reverse
from cms.models import Domaine, Processus, Module