remove ref to south V01.56.05
authorymh <ymh.work@gmail.com>
Thu, 16 Jul 2015 10:15:55 +0200
changeset 1385 0fb6a1bdd10b
parent 1384 c9f9dfa39005
child 1386 0679b00bb2f1
remove ref to south
src/ldt/ldt/__init__.py
src/ldt/ldt/static/ldt/img/user_default_icon.png
src/ldt/ldt/user/models.py
--- a/src/ldt/ldt/__init__.py	Wed Jul 15 15:43:52 2015 +0200
+++ b/src/ldt/ldt/__init__.py	Thu Jul 16 10:15:55 2015 +0200
@@ -1,6 +1,6 @@
 __all__ = ["VERSION", "get_version", "__version__"]
 
-VERSION = (1, 56, 04, "final", 0)
+VERSION = (1, 56, 05, "final", 0)
 
 
 def get_version():
Binary file src/ldt/ldt/static/ldt/img/user_default_icon.png has changed
--- a/src/ldt/ldt/user/models.py	Wed Jul 15 15:43:52 2015 +0200
+++ b/src/ldt/ldt/user/models.py	Thu Jul 16 10:15:55 2015 +0200
@@ -7,7 +7,7 @@
 from django.db.models.signals import post_save
 from django.utils import timezone
 from sorl.thumbnail import ImageField
-from south.signals import post_migrate
+from django.db.models.signals import post_migrate
 
 
 class LdtUserManager(BaseUserManager):