Skip to content

Releases: pinax/pinax-images

v5.0.1

25 Nov 01:47
9af409d
Compare
Choose a tag to compare
  • fix packaging

5.0.0

24 Nov 03:57
6e45597
Compare
Choose a tag to compare
  • drop dj3.1
  • add py3.9 and py3.10
  • use path instead of url
  • drop deprecation on default app config
  • update packaging

4.0.1

18 Jul 22:24
34884d4
Compare
Choose a tag to compare

3.0.1

16 Jan 19:36
629e3a0
Compare
Choose a tag to compare
  • Standardize documentation, badges
  • Remove django-appconf from setup.py install_requires
  • Add third-party libs for isort-ing
  • Add trove classifiers

2.0.0

28 Jul 21:56
Compare
Choose a tag to compare
  • Revise access permissions for some views:
    • ImageSet detail view now accessible by any authenticated user
    • Image delete view now accessible only by image owner.
    • Image "toggle primary" view now accessible only by image owner.