Django 1.7.1 Makemigrations fails when using lambda as default for attribute
The migrations documentation addresses this: Migrations are just Python files containing the old definitions of your models – thus, to write them, Django must take the current state of your models and serialize them out into a file. While Django can serialize most things, there are some things that we just can’t serialize out into … Read more