Skip to content

Releases: pinax/django-user-accounts

v3.3.2

06 Oct 22:12
4722d7f
Compare
Choose a tag to compare
  • #375 - Include migration for SignupCode.max_uses (closes #374)
  • #376 - Static analysis fixups

This is a bugfix release to re-re-include database migrations. All users are encouraged to upgrade to this from v3.3.1.

v3.3.1

10 Sep 21:25
f1d025d
Compare
Choose a tag to compare
  • #373 Re-include migrations in distribution

This is a bugfix release to re-include database migrations. All users are encouraged to upgrade to this from v3.3.0.

v3.3.0

10 Sep 21:24
2fab0e7
Compare
Choose a tag to compare
  • #370 Drop Django 2.2 support
  • #370 Fix timezone-aware comparison
  • #370 Packaging tweaks

This version is known to be broken - it does not include database migrations. Users are encouraged to update to v3.3.1.

v3.1.0

25 Nov 01:45
e83effd
Compare
Choose a tag to compare
  • #205 - Bug fix on checking email against email not signup code
  • #225 - Fix case sensitivity mismatch on email addresses
  • #233 - Fix link to languages in docs
  • #247 - Update Spanish translations
  • #273 - Update German translations
  • #135 - Update Russian translations
  • #242 - Fix callbacks/hooks for account deletion
  • #251 (#249) - Allow overriding the password reset token url
  • #280 - Raise improper config error if signup view can't login
  • #348 (#337) - Make https the default protocol
  • #351 (#332) - Reduction in queries
  • #360 (#210) - Updates to docs
  • #361 (#141) - Added ability to override clean passwords
  • #362 - Updated CI to use Pinax Actions
  • Updates to packaging
  • Dropped Python 3.5 and Django 3.1 from test matrix
  • Added Python 3.10 to test matrix

v3.0.4

24 Nov 16:01
0b67aec
Compare
Choose a tag to compare
  • fix a url that was missed in v3.0.3

v3.0.3

24 Nov 16:00
0980b75
Compare
Choose a tag to compare
  • Fix deprecated urls
  • Update template context processors docs
  • Fix deprecrated argument in signals
  • Update decorators for Django 3
  • Fix issue with lazy string
  • Drop deprecated force_text()

v3.0.2

24 Nov 16:00
Compare
Choose a tag to compare
  • Drop Django 2.0 and Python 2,7, 3.4, and 3.5 support
  • Add Django 2.1, 2.2 and 3.0, and Python 3.7 and 3.8 support
  • Update packaging configs

v3.0.1

24 Nov 16:00
Compare
Choose a tag to compare
Bump to 3.0.1

v3.0.0

24 Nov 15:59
Compare
Choose a tag to compare
3.0.0

v2.1.0

24 Nov 15:59
Compare
Choose a tag to compare
Fix import order