Skip to content

6.0.2

Compare
Choose a tag to compare
@grahamu grahamu released this 15 Feb 17:23
· 101 commits to master since this release

Increased max_length of Post.slug field from 50 to 90 chars, matching Post.title field length.
Invoke self.full_clean() from Post.save() for model validation.
Update documentation to include pinax-images dependency.
Add Django v1.10 to testing matrix.
Remove Django "master" (latest dev branch) from testing matrix.