Releases: pinax/pinax-blog
Releases · pinax/pinax-blog
8.0.1
8.0.0
7.0.3
7.0.2
7.0.1
7.0.0
- Add Django 2.0 compatibility testing
- Drop Django 1.8, 1.9, 1.10 and Python 3.3 support
- Move documentation into README, and standardize layout
- Convert CI and coverage to CircleCi and CodeCov
- Add PyPi-compatible long description
- Bump minimum required version of pinax-images to v3.0.0 for Django 2.0 compatibility
6.1.1
6.1.0
6.0.3
6.0.2
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.