Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't use lambda for default value of uuid #14

Closed
wants to merge 1 commit into from
Closed

don't use lambda for default value of uuid #14

wants to merge 1 commit into from

Conversation

thijstriemstra
Copy link
Contributor

Seems to break migrations in django 1.7, not sure why..

./manage.py makemigrations djmail

...
File "/home/thijs/.virtualenvs/foo/local/lib/python2.7/site-packages/django/db/migrations/writer.py", line 337, in serialize
    raise ValueError("Cannot serialize function: lambda")
ValueError: Cannot serialize function: lambda

@mauricioabreu
Copy link
Contributor

Agreed!
Here is a ticket talking about this: https://code.djangoproject.com/ticket/22351

👍

@niwinz
Copy link
Collaborator

niwinz commented Dec 26, 2014

It should be fixed with #15 thanks!

@niwinz niwinz closed this Dec 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants