merge conflict again in models.py

This commit is contained in:
Fabian Faessler 2013-09-29 14:36:29 +02:00
parent 2ffabb22b0
commit 844f08137c

View File

@ -1,5 +1,5 @@
from django.db import models from django.db import models
from django.contrib.auth.models import User, AbstractUser from django.contrib.auth.models import User
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
from django.core.validators import RegexValidator from django.core.validators import RegexValidator
from django.forms import ModelForm from django.forms import ModelForm