Commit Graph

5050 Commits

Author SHA1 Message Date
browniebroke
027c18fb87 Update Changelog 2021-02-14 02:22:50 +00:00
Bruno Alla
68e1e81c17
Merge pull request #3052 from pydanny/pyup-update-sentry-sdk-0.20.0-to-0.20.1
Update sentry-sdk to 0.20.1
2021-02-13 10:51:49 +00:00
pyup-bot
179ba90299 Update sentry-sdk from 0.20.0 to 0.20.1 2021-02-13 00:19:41 -08:00
browniebroke
8d87b194fc Update Changelog 2021-02-13 02:21:49 +00:00
Bruno Alla
8559dad889
Merge pull request #3045 from pydanny/pyup-update-pre-commit-2.10.0-to-2.10.1
Update pre-commit to 2.10.1
2021-02-12 13:42:46 +00:00
Bruno Alla
90fdda2929
Merge pull request #3051 from pydanny/pyup-update-sentry-sdk-0.19.5-to-0.20.0
Update sentry-sdk to 0.20.0
2021-02-12 13:42:27 +00:00
pyup-bot
ae151f04a2 Update sentry-sdk from 0.19.5 to 0.20.0 2021-02-11 23:54:12 -08:00
browniebroke
84a6de2d75 Update Changelog 2021-02-11 02:21:56 +00:00
Bruno Alla
a71032e790
Merge pull request #3049 from pydanny/dependabot/github_actions/peter-evans/create-pull-request-v3.8.2
Bump peter-evans/create-pull-request from v3.8.1 to v3.8.2
2021-02-10 10:26:06 +00:00
dependabot[bot]
9efa93a7e0
Bump peter-evans/create-pull-request from v3.8.1 to v3.8.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.8.1 to v3.8.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.8.1...052fc72b4198ba9fbc81b818c6e1859f747d49a8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 05:51:17 +00:00
browniebroke
8473717a91 Update Changelog 2021-02-09 02:21:45 +00:00
Bruno Alla
a2c263d35b
Merge pull request #3047 from pydanny/pyup-update-django-extensions-3.1.0-to-3.1.1
Update django-extensions to 3.1.1
2021-02-08 21:43:48 +00:00
Bruno Alla
322c33f821
Merge pull request #3046 from pydanny/dependabot/github_actions/peter-evans/create-pull-request-v3.8.1
Bump peter-evans/create-pull-request from v3.8.0 to v3.8.1
2021-02-08 21:43:29 +00:00
pyup-bot
073625445b Update django-extensions from 3.1.0 to 3.1.1 2021-02-08 07:23:24 -08:00
dependabot[bot]
10a4f4e4b8
Bump peter-evans/create-pull-request from v3.8.0 to v3.8.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.8.0 to v3.8.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.8.0...34371f09e5a05dadd212d0bc451d4c1fa456c646)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-08 06:30:51 +00:00
pyup-bot
416e052de2 Update pre-commit from 2.10.0 to 2.10.1 2021-02-06 20:36:09 -08:00
browniebroke
e853e50fb7 Update Changelog 2021-02-07 02:22:26 +00:00
Bruno Alla
671c9c6672
Merge pull request #3044 from pydanny/pyup-update-tox-3.21.3-to-3.21.4
Update tox to 3.21.4
2021-02-06 17:19:29 +00:00
Bruno Alla
e5bc9af44c
Merge pull request #3041 from arnav13081994/update_test_case 2021-02-06 17:07:00 +00:00
Bruno Alla
131b3ca75b
Merge pull request #3029 from arnav13081994/update_forms 2021-02-06 17:00:46 +00:00
pyup-bot
06c54c9312 Update tox from 3.21.3 to 3.21.4 2021-02-06 08:59:33 -08:00
Bruno Alla
9d3d423221 Bump template version 2021-02-06 16:56:50 +00:00
Bruno Alla
f39905548d
Merge pull request #3037 from pydanny/pyup-update-django-3.0.11-to-3.0.12
Update django to 3.0.12
2021-02-06 16:56:01 +00:00
Arnav Choudhury
352232f617 Fixed Formatting Issues. 2021-02-05 09:55:30 +05:30
Arnav Choudhury
47768d495f Refactored test_views to test only the required characteristics of the UserCreationForm. 2021-02-05 09:47:06 +05:30
Arnav Choudhury
4a48b1725e Merge branch 'master' of github.com:pydanny/cookiecutter-django into update_forms 2021-02-05 09:33:07 +05:30
areski
39033fa8ab Fix pyup for Django 3.1 2021-02-04 19:09:09 +01:00
areski
b2fa8b1b18 Update Readme for support Django 3.1 2021-02-04 19:07:31 +01:00
areski
002b3eaf41 Update Django 3.0.11 to 3.1.6 2021-02-04 16:52:45 +01:00
Arnav Choudhury
3cf7e74a77 Removed unused Http404 import. 2021-02-04 15:54:26 +05:30
Arnav Choudhury
fc8e2ea8a2 Removed unnecessary test for username case sensitivity since django usernames are case sensitive by default. Also made the redirecting to the login url more dynamic by fetching the defined login_url from settings 2021-02-04 15:28:08 +05:30
Arnav Choudhury
08334ba979 Fixed the Middleware deprecation warnings by creating a dummy response function. 2021-02-02 13:19:27 +05:30
pyup-bot
c575092016 Update django from 3.0.11 to 3.0.12 2021-02-01 18:38:12 -08:00
browniebroke
fc01e870bd Update Changelog 2021-02-02 02:38:04 +00:00
Bruno Alla
e65b54afd2
Merge pull request #3035 from pydanny/pyup-update-pytz-2020.5-to-2021.1
Update pytz to 2021.1
2021-02-01 10:01:04 +00:00
Bruno Alla
921ab3b656
Merge pull request #3033 from pydanny/pyup-update-jinja2-2.11.2-to-2.11.3
Update jinja2 to 2.11.3
2021-02-01 09:49:54 +00:00
pyup-bot
d442074ce3 Update pytz from 2020.5 to 2021.1 2021-02-01 01:49:28 -08:00
Bruno Alla
592910d02b
Merge pull request #3034 from pydanny/dependabot/github_actions/peter-evans/create-pull-request-v3.8.0
Bump peter-evans/create-pull-request from v3.7.0 to v3.8.0
2021-02-01 09:49:19 +00:00
dependabot[bot]
086dae7eca
Bump peter-evans/create-pull-request from v3.7.0 to v3.8.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.7.0 to v3.8.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.7.0...5e9d0ee9ea5ccf865a52a571cba827e4b52a1aff)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 07:19:27 +00:00
pyup-bot
ffffd6d148 Update jinja2 from 2.11.2 to 2.11.3 2021-01-31 18:37:25 -08:00
browniebroke
7c68e12bca Update Changelog 2021-02-01 02:37:18 +00:00
Bruno Alla
958de4814e
Update dependabot.yml 2021-01-31 18:11:23 +00:00
Bruno Alla
4bc10b1aae
Merge pull request #3032 from pydanny/pyup-update-django-crispy-forms-1.10.0-to-1.11.0
Update django-crispy-forms to 1.11.0
2021-01-31 18:09:46 +00:00
browniebroke
ae63c70809 Update Contributors 2021-01-31 18:04:27 +00:00
Bruno Alla
3081a33d3d
Merge pull request #3031 from pjhoberman/patch-1
Adding local celery instructions to developing-locally
2021-01-31 18:03:51 +00:00
pyup-bot
ba97025971 Update django-crispy-forms from 1.10.0 to 1.11.0 2021-01-31 05:43:22 -08:00
PJ Hoberman
b980db9f62
Adding local celery instructions to developing-locally 2021-01-30 13:55:06 -07:00
Arnav Choudhury
e8996ef281 Updated the test_clean_username test to also test for the custom validation message raised in case username already exists in the db 2021-01-30 11:41:16 +05:30
Arnav Choudhury
0a241a8f75 Updated test_forms.py to not check whether UserCreationForm has a clean_username() method 2021-01-29 22:16:11 +05:30
Arnav Choudhury
e0cf956fe2 Refactored users.forms to make the code more readeable 2021-01-29 17:55:10 +05:30