Skip to content

Releases: pinax/pinax-blog

8.0.1

27 Jul 18:51
b6d8755
Compare
Choose a tag to compare

8.0.0

18 Jul 21:54
2f073b0
Compare
Choose a tag to compare

7.0.3

24 Feb 01:52
7f459a2
Compare
Choose a tag to compare
  • Fix migration missing on_delete=

7.0.2

21 Feb 23:26
5e92a0d
Compare
Choose a tag to compare
  • Restore and improve documentation guidance for pinax-images usage

7.0.1

17 Jan 02:24
Compare
Choose a tag to compare
  • Replace pinax-theme-bootstrap test dependency with pinax-templates
  • Update pinax-images requirement

7.0.0

10 Jan 00:55
4a26c9c
Compare
Choose a tag to compare
  • 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

05 Nov 21:57
Compare
Choose a tag to compare
  • remove inadvertently included IDE file

6.1.0

05 Nov 21:41
Compare
Choose a tag to compare
  • Add Django 2.0 compatibility testing
  • Drop Django 1.9 and Python 3.3 support
  • Move documentation into README
  • Convert CI and coverage to CircleCi and CodeCov
  • Add PyPi-compatible long description

6.0.3

15 Feb 21:11
Compare
Choose a tag to compare

scoped context processor handles case when request.resolver_match is None

6.0.2

15 Feb 17:23
Compare
Choose a tag to compare

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.