danfairs / django-lazysignup

django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
BSD 3-Clause "New" or "Revised" License
410 stars 89 forks source link

make migrations custom user friendly #42

Open brad opened 10 years ago

brad commented 10 years ago

Hi Dan, I found this solution to #41 in some blog post (can't find it now) but it's been working well for me. Unfortunately these changes will need to be manually applied to all migrations going forward, because South isn't smart enough to do this on it's own.