Skip to content

Releases: pinax/pinax-teams

Django 4 compatibility

16 Apr 15:08
054b2dd
Compare
Choose a tag to compare

Changes to support Django 4

2.0.0

16 Jul 21:04
dd75e1c
Compare
Choose a tag to compare

1.0.5

31 Jan 06:49
Compare
Choose a tag to compare
  • Replace render_to_string context_instance kwarg.
  • Add view tests

1.0.4

29 Jan 23:34
Compare
Choose a tag to compare
  • Update pinax-invitations version requirement

1.0.3

23 Jan 16:24
Compare
Choose a tag to compare
  • Fix namespacing

1.0.2

22 Jan 18:48
Compare
Choose a tag to compare
  • Revert on_delete=CASCADE for null=True model fields

1.0.1

20 Jan 20:19
61322d1
Compare
Choose a tag to compare
  • Explicitly specify template names for all apps. All templates should be grouped in "pinax/teams/" in your project template path.

1.0.0

20 Jan 19:29
a99c89d
Compare
Choose a tag to compare
  • Add Django 2.0 support and compatibility testing
  • Drop Django v1.8, v.1.9, v1.10 support
  • Use "PINAX_TEAMS_" rather than "TEAMS_" prefix for settings
  • Standardize documentation layout
  • Convert CI and coverage to CircleCi and CodeCov
  • Add PyPi-compatible long description
  • Update installation requirements

v0.12.2

30 Nov 05:54
Compare
Choose a tag to compare

BI change: Move WSGITeamMiddleware to it's own module to resolve issues with the custom app label.
This BI change was made in 0.12.2 as WSGITeamMiddleware had not been documented or demonstrated.

v0.12.1

06 Sep 20:42
Compare
Choose a tag to compare

See changelog.md for changes in this release.