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

Add the ability to overwrite an existing object on save #8

Merged
merged 2 commits into from
Dec 16, 2016

Conversation

jacobwegner
Copy link
Contributor

@jacobwegner jacobwegner commented Dec 16, 2016

The max_length argument is required for Django 1.8, but this change breaks compatibility with Django < 1.8 where max_length did not exist:

https://docs.djangoproject.com/en/1.8/releases/1.8/#support-for-the-max-length-argument-on-custom-storage-classes

The project only officially supports Django 1.8 and up, but it might be worth mentioning a backwards incompatible change in the change log so we don't catch users using django-gapc-storage on older versions of Django by surprise.

Resolves #4.

@jacobwegner jacobwegner merged commit db13a2d into master Dec 16, 2016
@jacobwegner jacobwegner deleted the allow-object-overwrites branch December 16, 2016 21:27
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.

1 participant