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

Reverse mixin order, otherwise StorageMixin is ineffective. #63

Merged
merged 1 commit into from
Aug 14, 2015

Conversation

agriffis
Copy link
Contributor

StorageMixin is supposed to isolate the new max_length feature to
Django-1.8 and later, but it wasn't actually doing anything because the MRO
is backwards.

StorageMixin is supposed to isolate the new `max_length` feature to
Django-1.8 and later, but it wasn't actually doing anything because the MRO
is backwards.
jschneier added a commit that referenced this pull request Aug 14, 2015
@jschneier
Copy link
Owner

Thanks! I added a failing test case.

jschneier added a commit that referenced this pull request Aug 14, 2015
Reverse mixin order, otherwise StorageMixin is ineffective.
@jschneier jschneier merged commit 41c546c into jschneier:master Aug 14, 2015
jschneier added a commit that referenced this pull request Aug 14, 2015
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.

2 participants