Skip to content

Releases: jheerman/django-user-accounts

1.0.802-release

18 May 16:03
93f90fd
Compare
Choose a tag to compare
  • 93f90fd Merge pull request #1 from jheerman/feature/add-github-workflows
  • 85b7f54 Rename ci github workflow to deprecate but also add django 4 to matrix
  • f579e26 Remove unused pytc module to pass tox inspection
  • 96944b5 Add build, publish, and release github workflows
  • a69832f Merge pull request pinax#364 from blag/admin-performance
  • 9717b73 Merge pull request pinax#355 from Yogeshddjango/Fix-datetime-issue-when-timezone-is-set
  • 4bbc6e8 Merge pull request pinax#349 from jonathan-s/username-max-length
  • fd8ead1 Fix redefining variable from outer scope
  • 6855891 Merge branch 'master' into username-max-length
  • ef889ed Update account/forms.py
  • c930339 Merge pull request pinax#367 from d-s-e/master
  • 462618d Merge pull request pinax#114 from ntucker/preferences
  • 68b8de8 compiled german translation
  • 8631261 Update changelog and bump version to 3.2.1
  • 50a292b Add performance fix to the changelog
  • 4cf89a0 Use QuerySet.select_related() on specific Admin pages to avoid n+1 queries
  • f603125 Fix typo
  • 7735a90 Merge pull request pinax#363 from blag/django-4.0
  • 24e2dce Replace removed Request.is_ajax() with our own utility
  • 3db0f4f Add changes to changelog
  • 1be38b0 Bump version to 3.2.0
  • e143184 ugettext_lazy -> gettext_lazy for Django 4.0
  • 4321474 Merge branch 'master' into preferences
  • c79a689 fix typo in last commit
  • 912b373 Remove the other max_length for email field
  • 872fb1d Remove unnecessary max_length
  • e83effd 3.1.0
  • 6d5c546 Fix package
  • 8ec8c26 Update README
  • 2f9f8ca Build out change log
  • 97d0c7b Merge pull request pinax#362 from pinax/switch-actions
  • e028bfa Revert "Make a flake error"
  • bb8be6c Make a flake error
  • d214408 Update to new version
  • 02debe2 Try out new composite actions
  • 0f9203b Updates Russian translations by @SnoUweR
  • 073e28b Merge pull request pinax#361 from pinax/rizumu_clean-passwords
  • ccb0402 Allow overriding of password validation
  • e9a6053 Merge pull request pinax#360 from pinax/jantoniomartin-improve_docs
  • cf4eb67 Add doc updates from pinax#210
  • 157c12d More lints
  • f850677 Lints
  • 153277e Updates to CI and packaging
  • b61db4b Merge pull request pinax#351 from jonathan-s/modelbackend-reduce-queries
  • a21b0b3 Merge pull request pinax#348 from jonathan-s/default-http-protocol
  • 61a9fb7 Merge pull request pinax#280 from shaib/fix/config-backends-signup-error
  • 67c050c Merge pull request pinax#251 from lepism/fix-password-reset-249
  • cf8c25d Merge pull request pinax#242 from dimitri-justeau/patch-1
  • 1e994e2 Merge pull request pinax#273 from aibon/master
  • 40d9340 Merge pull request pinax#247 from zodman/master
  • fb55481 Merge pull request pinax#233 from frlan/patch-1
  • 75dc90c Merge pull request pinax#225 from jpotterm/email_validate_unique_case_insensitive
  • ea7c996 Merge branch 'master' into email_validate_unique_case_insensitive
  • 121d6af Merge pull request pinax#205 from abettcom/FixSignupCodeExistsCheck
  • 6451bb9 Update utils.py
  • 11fca8d Introduce our own ModelBackend to reduce queries
  • 14b429d Make the default http protocol https
  • 0302388 Use the same max_length as the username field
  • 42dc143 Drop Python 3.5 from test matrix
  • 0b67aec 3.0.4 - missed a thing
  • 0980b75 v3.0.3
  • 29257fc Merge pull request pinax#344 from pinax/update-url
  • 39ca874 Drop support for 3.0 and add 3.2
  • 8cfaf8b Merge branch 'master' into update-url
  • dc4011a Merge pull request pinax#323 from Edrolo/django-3-decorators
  • 26ddf3c Merge pull request pinax#324 from tubaman/fix_urlparse_of_proxy
  • 06eba02 Merge pull request pinax#328 from develupper/patch-1
  • a0527e4 Merge pull request pinax#309 from ProgrammingLanguageLeader/locale-ru
  • 319426f Merge pull request pinax#327 from mfonism/2020.03.27/improve-django3-support
  • 2f6f9ef Merge pull request pinax#343 from cfc603/template-context
  • 82f1ee4 Update urls
  • 126261d update ref to TEMPLATE_CONTEXT_PROCESSORS
  • 68bac73 Merge pull request pinax#339 from pinax/clean-up-warnings
  • 73f5b85 Drop deprecated providing_args argument from signals
  • b5b59b6 Update README
  • b17eb91 Merge pull request pinax#338 from pinax/update-ci
  • 5bd3bd8 Remove unepxected inputs
  • 789546c Fix isort
  • ed26a1f Update CI to use Github Actions
  • a932eb2 Merge branch 'master' into patch-1
  • b81b877 Update CHANGELOG.md
  • 4699381 Update setup.py
  • c9d3d3e Drop deprecated force_text()
  • b1de024 Merge branch 'master' into django-3-decorators
  • ba4f170 Fix deprecations
  • 68458aa Bump to 3.0.1
  • 3157151 Fix a 3.0 compat issue
  • 6f65baa Update views.py
  • 7453eb5 avoid passing a lazy string to urlparse
  • 404c37b Update decorators for Django 3
  • a6a4da9 3.0.0
  • a8902a3 Update README.md
  • 23f41a1 Update README.md
  • fdaae43 Merge pull request pinax#316 from bluedisk/master
  • cdf6fc0 Merge branch 'master' into master
  • b95fff1 Fix up lints
  • 27e6ad5 Install code coverage bits along with tox
  • 8811978 Install code coverage bits along with tox
  • 3cf754e Install code coverage bits along with tox
  • 10ecee2 Fix circle ci config and upgrade to 2.1
  • 8f4c493 Should already be installed
  • 035a87e Merge pull request pinax#322 from mfonism/2020.01.21/drop-python2
  • 39178d8 Removing universal wheel entry bc/Python 2 was dropped
  • d305b66 Removing the Change Log entry from ToC
  • 04f6a5b Fix ToC templates link
  • da1b16c Converting README.md to markdown
  • ff1bfc4 Updating license
  • 3bcffb9 Removing CONTRIBUTING.md in favor of global community health file
  • d27e5c3 Updating license
  • 5f5fecc Improving .gitignore
  • e0e47d9 Delete .DS_Store
  • 5d792e2 Dropping support for django 2.0, python 2.7, 3.4, 3.5
  • 6cfdd51 Fix issues identified by deepsource
  • fd32825 Update setup and docs
  • 1d6f430 Prefer settings.MIDDLEWARE to settings.MIDDLEWARE_CLASSES
  • f9313e0 Drop compatibility handlers for stdlib modules
  • 61fe6b6 Drop module django.utils.six
  • 9f707c3 Drop unicode compatibility handlers
  • 1c5a725 Drop account.compat
  • 2606a6b Drop compatibility handling in account.compat
  • 67017b9 Drop redundant future statements/features
  • dfe931d Remove Python 2 from test matrix
  • 9e8a1ea Create .deepsource.toml
  • be36ffe Bugfix: Internal error on Password Reset
  • 433c679 russian localization update
  • ad301bd Fix import order
  • a61518c 2.1.0
  • c6570ba Fix lint issue
  • 8591580 Merge pull request pinax#259 from joshblum/password-reset-bugfix
  • 1b8e94e Merge branch 'master' into password-reset-bugfix
  • 11b22f1 Merge pull request pinax#265 from namkan/login_required_delete
  • 22a19c0 Merge pull request pinax#269 from pinax/fix/default-language
  • bd88826 Merge pull request pinax#277 from shoshseiden/master
  • e376e51 Merge pull request pinax#301 from bruecksen/master
  • 054c6e0 Only support 1.11 and above
  • 89dc8a0 Only support 1.11 and above
  • 3041014 Only support 1.11 and above
  • 2617d31 Merge pull request pinax#293 from tubaman/fix_authenticate_for_django_2.1
  • 865a170 fix typo in german translation
  • 5a1dcff allow request arg to be passed to authenticate
  • 3e34269 Merge branch 'master' into patch-1
  • be8a10a Merge pull request pinax#283 from managedkaos/master
  • 37d6b23 Merge branch 'master' into master
  • e5d2fc5 Merge pull request pinax#275 from pinax/ci-fix
  • 8696377 Merge pull request #2 from managedkaos/managedkaos-patch-2
  • 04b6988 Update mention of Pinax Hangout
  • be1e8ea Merge pull request #1 from managedkaos/managedkaos-patch-1
  • a135271 Change 'and' to 'or'
  • 3ea6f37 If newly-created user cannot be authenticated, blame configuration
  • 490a8fd Edited comment for replacing one-to-one profile attribute by specifying to only change the name if a related_name was defined.
  • dc1f129 Fix tox.ini typo, update README requirements
  • 8c02010 Merge pull request pinax#274 from pinax/ci-updates
  • d88cc28 Fix up imports after marking pytz as known third party
  • b26cfdb Add pytz as a known third party
  • 31e9ead Update badges
  • 8acea6f Lints post isort
  • 44434ad isort the imports
  • f66af11 Pull test settings off into own module
  • 78f5ba4 Ignore some tox generated things
  • 9e87053 Update CONTRIBUTING with new importing ordering
  • 74122ad Update lint configs and test runner
  • ddb3418 Switch to CircleCI
  • 02c1c84 Update german translation
  • 5300877 Merge pull request pinax#270 from pinax/tidy-ups
  • 23885e6 Link badges to github issues
  • c2963e5 Fix copy/paste bug
  • ea36942 Fix single-quote violation
  • f8deb53 Add checking for single-quotes
  • aceaadf Ignore build directories
  • d2198b3 Add pinax patch for DUA and fix badges
  • 76b054a add migration for DEFAULT_LANGUAGE
  • e1622f6 prefer DEFAULT_LANGUAGE over settings.LANGUAGE_CODE
  • 8ef7dad add DEFAUT_LANGUAGE constant
  • 9162007 Now DeleteView contains LoginRequiredMixin
  • 82af579 Fix bug in PasswordResetConfirm logic if token is missing from session
  • 50008c7 Merge pull request pinax#240 from operte/master
  • 3bdd32b Updated README to reflect Python / Django support
  • 8bf5412 Fixed email confirmation to correctly check if expired
  • e90de89 v2.0.3
  • fb447c7 CHANGELOG update
  • 51900da Fixed breaking change in 2.0.2 where context did not have uidb36 and token
  • db60428 Merge pull request pinax#238 from micrypt/patch-1
  • 4a2f9f8 Merge pull request pinax#243 from tubaman/add_note_about_login_required
  • af3536c v2.0.2
  • 2501b1b Added never_cache, csrf_protect and sensitive_post_parameters to appropriate views
  • 45aef3d Fixed potentional security issue with leaked password tokens
  • 4b1fe50 pinax#249 fix. Add new setting ACCOUNT_PASSWORD_RESET_TOKEN_URL
  • 0ed4328 2.0.1
  • bc63575 Merge pull request pinax#248 from pinax/updates
  • ec110fc Update for compatiblities from 1.8 through 2.0
  • b23ec50 Add missing migrations
  • dca6018 Update CI
  • 1fcfbf5 translations to spanish
  • 3a0d68c Add note about login_required
  • f96a78c Fix a bug introduced by last commit
  • 4ad25d9 forms.SignupForm: move "email" before "password"
  • 5456a74 some translations
  • 87d2647 Avoid a KeyError.
  • 028b876 Correct link to source for available languages
  • 2a099c3 Merge branch 'master' into email_validate_unique_case_insensitive
  • 67e76cc Add test case for email unique validate
  • 676f428 Added test for auto login after email confirmation
  • c6f6b5a Added ACCOUNT_EMAIL_CONFIRMATION_AUTO_LOGIN feature
  • 7f38b49 Updated CHANGELOG
  • 591ecdf Added password whitespace stripping by default
  • d1c1fa6 Bumped to 2.0.0
  • c58e26f Updated MANIFEST...
Read more