mysociety / django-images

Attach images to any Django model, with helpful admin
2 stars 2 forks source link

Increase max length of image field #1

Closed duncanparkes closed 8 years ago

duncanparkes commented 8 years ago

Increase the maximum length of the image field. This has bitten us on Pombola, so I wouldn't be surprised if other people need a bigger one too.

The migrations don't run properly on Django<1.8. I think it's reasonable to drop support for those unsupported versions of Django.

mhl commented 8 years ago

I think you should restrict the Django version in setup.py to be >= 1.8 too