derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

Removed max_length from kwargs. #36

Closed ajhi closed 10 years ago

ajhi commented 10 years ago

Fix for #35

volksman commented 10 years ago

Thanks for this fix!

derek-schaefer commented 10 years ago

Included in commit b14af88b1b924c59017adddd317944214a8b6e8c. Thanks!

teewuane commented 10 years ago

@derek-schaefer This fixes the max_length problem but it doesn't look like the PyPi package has been updated. So when installing from pip, the fix isn't present. Had to manually add it.

derek-schaefer commented 10 years ago

I'll update PyPI this weekend. Thanks for the heads up!