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

Field arguments don't work with South #25

Closed
jorilallo opened this issue Jul 27, 2010 · 1 comment
Closed

Field arguments don't work with South #25

jorilallo opened this issue Jul 27, 2010 · 1 comment

Comments

@jorilallo
Copy link

I tried adding a ThumbnailerImageField to my models but there seems to be something wrong with South migrations.

I specified null=True, blank=True and max_length=1024 but none of these end up in South migration file. This might also be a South problem as it doesn't as default values anymore but lacks these in later steps.

I'm using South 0.7 with Django 1.2.

@SmileyChris
Copy link
Owner

Fixed in d2fa96a

DrMeers pushed a commit to DrMeers/easy-thumbnails that referenced this issue Jan 20, 2012
This issue was closed.
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

No branches or pull requests

2 participants