Commit Graph

2299 Commits

Author SHA1 Message Date
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
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
pyup-bot
d442074ce3 Update pytz from 2020.5 to 2021.1 2021-02-01 01:49:28 -08:00
pyup-bot
ba97025971 Update django-crispy-forms from 1.10.0 to 1.11.0 2021-01-31 05:43:22 -08: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
Bruno Alla
a463c185f0
Merge pull request #3028 from pydanny/pyup-update-pre-commit-2.9.3-to-2.10.0
Update pre-commit to 2.10.0
2021-01-28 17:44:33 +00:00
pyup-bot
e546500bd0 Update pre-commit from 2.9.3 to 2.10.0 2021-01-28 09:24:44 -08:00
pyup-bot
f12fdbafaf Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:41 -08:00
pyup-bot
b2613405b0 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:40 -08:00
pyup-bot
0059a87a85 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:39 -08:00
pyup-bot
f4a5b106a7 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:38 -08:00
pyup-bot
dceee9bb5c Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:37 -08:00
pyup-bot
70adb22529 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:36 -08:00
pyup-bot
346c91c761 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:35 -08:00
pyup-bot
f9b0b5a422 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:35 -08:00
pyup-bot
7bfac19625 Update django-anymail from 8.1 to 8.2 2021-01-28 09:24:34 -08:00
Bruno Alla
9969f8fa0d
Handle error if node hasn't started yet 2021-01-28 09:19:14 +00:00
pyup-bot
d5d42b1797 Update coverage from 5.3.1 to 5.4 2021-01-26 10:51:06 -08:00
Bruno Alla
d62ad403a4
Merge pull request #3018 from Andrew-Chen-Wang/patch-6 2021-01-26 18:51:00 +00:00
areski
a1d551d067 Update from Python3.8 to Python3.9 2021-01-26 16:13:27 +01:00
Bruno Alla
75fb13dde4
Merge pull request #3020 from pydanny/pyup-update-pytest-6.2.1-to-6.2.2
Update pytest to 6.2.2
2021-01-26 12:18:29 +00:00
Bruno Alla
8b15f29fa0
Merge pull request #3019 from pydanny/pyup-update-django-cors-headers-3.6.0-to-3.7.0
Update django-cors-headers to 3.7.0
2021-01-26 12:18:13 +00:00
Arnav Choudhury
125f1a8afe Fixing Formatting issues 2021-01-26 10:34:18 +05:30
Arnav Choudhury
d358fc948d Using SuccessMessageMixin to pass the message to django template instead of overriding form_valid 2021-01-26 09:56:24 +05:30
pyup-bot
880cdeb2df Update pytest from 6.2.1 to 6.2.2 2021-01-25 17:42:43 -08:00
pyup-bot
1b7b003f15 Update django-cors-headers from 3.6.0 to 3.7.0 2021-01-25 17:42:39 -08:00
Bruno Alla
d12d01d325 Fix mypy error 2021-01-25 22:13:19 +00:00
Bruno Alla
37e0d6ae04 Add test for the UserAdmin 2021-01-25 21:55:14 +00:00
Bruno Alla
d1409e2fb3 Missing import 2021-01-25 21:08:33 +00:00
Andrew Chen Wang
cbb3cdb2b1
Update admin to ignore *_name User attributes
Fixes #3016
2021-01-25 11:20:34 -05:00
Bruno Alla
c2060bf34a
Add logo to badge 2021-01-24 23:16:45 +00:00
Bruno Alla
26a424e09c Merge branch 'master' into patch-1 2021-01-24 21:49:00 +00:00
Bruno Alla
8d103f3aec Merge branch 'master' into test 2021-01-24 17:06:43 +00:00
Bruno Alla
d25e5f7de6
Merge pull request #2989 from vascop/patch-1
Sentry Redis integration enabled by default in production.
2021-01-24 16:50:09 +00:00
Bruno Alla
6a4a9ba6ee Merge branch 'master' into defer-js 2021-01-24 15:42:12 +00:00
Bruno Alla
eb6fad5f32 Remove pinning of django-timezone-field
fixes #2950
2021-01-24 15:23:56 +00:00
Bruno Alla
24ebd22c02 Merge branch 'master' into pyup-update-django-celery-beat-2.1.0-to-2.2.0 2021-01-24 15:22:36 +00:00
Bruno Alla
42f33527c5 Refactor test 2021-01-24 15:17:01 +00:00
Bruno Alla
e293d8c00e
Merge pull request #2949 from thorrak/add_test 2021-01-24 15:08:22 +00:00
Bruno Alla
bf2d5370be
Merge pull request #3013 from pydanny/pyup-update-mypy-0.790-to-0.800
Update mypy to 0.800
2021-01-24 14:29:14 +00:00
Bruno Alla
aee2559d4f
Merge pull request #2998 from Andrew-Chen-Wang/patch-6 2021-01-24 14:26:23 +00:00
Bruno Alla
23c7616bd4
Merge pull request #2986 from pydanny/pyup-update-factory-boy-3.1.0-to-3.2.0 2021-01-24 14:25:16 +00:00
Bruno Alla
b7c95f6eed Update factory-boy's .generate to evaluate
Co-Authored-By: Timo Halbesma <timo@halbesma.com>
2021-01-24 14:20:39 +00:00
pyup-bot
4f52366a91 Update mypy from 0.790 to 0.800 2021-01-22 13:28:28 -08:00
Andrew Chen Wang
3cbd840a96
Use self.request.user instead of second query 2021-01-21 19:02:01 -05:00
pyup-bot
3e0c40f5b6 Update django-celery-beat from 2.1.0 to 2.2.0 2021-01-19 20:45:44 -08:00
Fabio C. Barrionuevo da Luz
ea57990b06 Update Heroku runtime to python3.8.7 2021-01-18 19:38:53 -03:00
Fabio C. Barrionuevo da Luz
af1cfc82c6 Fix docker container stop command on github action 2021-01-18 18:05:22 -03:00
Fabio C. Barrionuevo da Luz
1858fc2be8 Revert "Move sentry-sdk requirement to base.txt"
This reverts commit 2d84fe89dd.
2021-01-18 17:58:00 -03:00
Fabio C. Barrionuevo da Luz
2d84fe89dd Move sentry-sdk requirement to base.txt 2021-01-18 16:06:31 -03:00
pyup-bot
a99833e8c6 Update pylint-django from 2.4.1 to 2.4.2 2021-01-10 05:14:01 -08:00
pyup-bot
42f6b1c3a5 Update pylint-django from 2.4.0 to 2.4.1 2021-01-08 02:34:59 -08:00
Bruno Alla
8acb745c18
Merge pull request #3000 from pydanny/pyup-update-sphinx-3.4.2-to-3.4.3
Update sphinx to 3.4.3
2021-01-08 09:34:05 +01:00
Bruno Alla
7041e581ca
Merge pull request #2996 from pydanny/pyup-update-pylint-django-2.3.0-to-2.4.0
Update pylint-django to 2.4.0
2021-01-08 09:32:59 +01:00
pyup-bot
305347e7c7 Update sphinx from 3.4.2 to 3.4.3 2021-01-07 22:04:13 -08:00
Andrew Chen Wang
5809eabb31
Ignore typing override in name removals 2021-01-07 22:39:18 -05:00
Andrew Chen Wang
e83933ae7a
Upgrade Travis to Focal 2021-01-07 22:34:39 -05:00
Andrew Chen Wang
2f416f9057
Remove first_name and last_name from migrations 2021-01-07 22:30:27 -05:00
Andrew Chen Wang
dce3144b39
Omit first_name and last_name in User model 2021-01-07 22:27:50 -05:00
pyup-bot
a395383256 Update pylint-django from 2.3.0 to 2.4.0 2021-01-06 02:17:12 -08:00
Bruno Alla
74a3be24ca
Merge pull request #2987 from pydanny/pyup-update-uvicorn-0.13.2-to-0.13.3
Update uvicorn to 0.13.3
2021-01-04 19:32:47 +01:00
Bruno Alla
51573dd3f4
Merge pull request #2990 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2021-01-04 19:32:25 +01:00
pyup-bot
91b5432286 Update sphinx from 3.4.1 to 3.4.2 2021-01-04 08:45:17 -08:00
pyup-bot
64a1c46cf4 Update pillow from 8.0.1 to 8.1.0 2021-01-02 16:48:49 -08:00
Andrew Chen Wang
ac0af4c178
Use exception var in 404.html if available 2021-01-01 22:44:02 -05:00
Andrew Chen Wang
3a1e94f41c
Use exception var in 403.html if available 2021-01-01 22:40:30 -05:00
browniebroke
06bd13a191 Auto-update pre-commit hooks 2021-01-01 00:39:49 +00:00
vascop
fcbe4f5f86
Sentry Redis integration enabled by default in production. 2020-12-31 14:02:53 +01:00
pyup-bot
3950f2e504 Update uvicorn from 0.13.2 to 0.13.3 2020-12-29 09:14:44 -08:00
Bruno Alla
4bc7ca0509
Merge pull request #2981 from pydanny/pyup-update-django-storages-1.11-to-1.11.1 2020-12-29 09:42:57 +00:00
pyup-bot
c077028310 Update factory-boy from 3.1.0 to 3.2.0 2020-12-28 02:41:37 -08:00
Bruno Alla
867508bede
Merge pull request #2985 from pydanny/pyup-update-sphinx-3.4.0-to-3.4.1
Update sphinx to 3.4.1
2020-12-26 11:06:36 +00:00
pyup-bot
f3dc0dbc6d Update sphinx from 3.4.0 to 3.4.1 2020-12-24 20:52:31 -08:00
pyup-bot
c122de1068 Update pytz from 2020.4 to 2020.5 2020-12-24 20:52:28 -08:00
pyup-bot
3827d742f3 Update django-storages from 1.11 to 1.11.1 2020-12-23 18:42:46 -08:00
pyup-bot
5061f2a69f Update django-storages from 1.11 to 1.11.1 2020-12-23 18:42:45 -08:00
Bruno Alla
402d8f4cde
Merge pull request #2979 from pydanny/pyup-update-flower-0.9.5-to-0.9.7
Update flower to 0.9.7
2020-12-23 09:50:17 +00:00
Bruno Alla
a4f3128c2a
Merge pull request #2978 from pydanny/pyup-update-sphinx-3.3.1-to-3.4.0
Update sphinx to 3.4.0
2020-12-23 09:47:39 +00:00
Bruno Alla
1b9075a2e9
Merge pull request #2977 from pydanny/pyup-update-coverage-5.3-to-5.3.1
Update coverage to 5.3.1
2020-12-23 09:46:00 +00:00
pyup-bot
6a94860359 Update flower from 0.9.5 to 0.9.7 2020-12-21 10:32:44 -08:00
pyup-bot
0b0d713d4f Update sphinx from 3.3.1 to 3.4.0 2020-12-20 09:49:47 -08:00
pyup-bot
1532af099f Update coverage from 5.3 to 5.3.1 2020-12-20 01:02:43 -08:00
pyup-bot
cf6935b0a2 Update uvicorn from 0.13.1 to 0.13.2 2020-12-20 01:02:40 -08:00
Bruno Alla
202e8d40a9
Merge pull request #2973 from pydanny/pyup-update-django-storages-1.10.1-to-1.11 2020-12-18 09:32:39 +00:00
Bruno Alla
2f2d1545e4
Merge pull request #2971 from pydanny/pyup-update-pytest-6.2.0-to-6.2.1
Update pytest to 6.2.1
2020-12-18 09:31:46 +00:00
pyup-bot
6110904fc2 Update django-storages from 1.10.1 to 1.11 2020-12-16 18:22:57 -08:00
pyup-bot
73c10348e4 Update django-storages from 1.10.1 to 1.11 2020-12-16 18:22:57 -08:00
pyup-bot
2b023d186d Update pytest from 6.2.0 to 6.2.1 2020-12-15 16:27:21 -08:00
browniebroke
1caced19c7 Auto-update pre-commit hooks 2020-12-16 00:27:10 +00:00
Bruno Alla
657ca5a6b9
Merge pull request #2968 from pydanny/pyup-update-pytest-6.1.2-to-6.2.0
Update pytest to 6.2.0
2020-12-14 09:10:34 +00:00
Bruno Alla
4611a74e49
Merge pull request #2967 from pydanny/pyup-update-django-cors-headers-3.5.0-to-3.6.0
Update django-cors-headers to 3.6.0
2020-12-14 09:09:36 +00:00
pyup-bot
0d96660e94 Update pytest from 6.1.2 to 6.2.0 2020-12-13 03:33:02 -08:00
pyup-bot
56a3b3d8a5 Update django-cors-headers from 3.5.0 to 3.6.0 2020-12-13 03:32:59 -08:00
pyup-bot
5d8908673d Update uvicorn from 0.13.0 to 0.13.1 2020-12-12 04:22:50 -08:00
Bruno Alla
7dd63e4ec8
Merge pull request #2962 from pydanny/pyup-update-uvicorn-0.12.3-to-0.13.0
Update uvicorn to 0.13.0
2020-12-10 19:54:42 +00:00
Bruno Alla
6573e63908 Merge branch 'master' into yotamtal-master
# Conflicts:
#	CONTRIBUTORS.rst
2020-12-10 18:59:14 +00:00
pyup-bot
633739d19d Update sentry-sdk from 0.19.4 to 0.19.5 2020-12-10 05:17:51 -08:00
pyup-bot
f727c21d08 Update uvicorn from 0.12.3 to 0.13.0 2020-12-08 08:38:13 -08:00
pyup-bot
a72e597338 Update pre-commit from 2.9.2 to 2.9.3 2020-12-07 17:14:50 -08:00
pyup-bot
9d6f661d40 Update django-debug-toolbar from 3.1.1 to 3.2 2020-12-03 03:59:51 -08:00
pyup-bot
549274d699 Update django-model-utils from 4.0.0 to 4.1.1 2020-12-02 06:09:49 -08:00
Bruno Alla
092416147c Pin django-timezone-field==4.0
refs #2950
2020-12-02 14:02:54 +00:00
Thorrak
ed69df4403 Change test to iterate through messages instead of accessing _queued_messages directly 2020-11-26 11:23:46 -05:00
Thorrak
894dbce645 Add test for users.form_valid
Ensures that the message is added to the request when a form is submitted
2020-11-26 10:17:20 -05:00
Thorrak
d2ec1eca12 Fix typo in message 2020-11-26 10:15:04 -05:00
Bruno Alla
758d872698
Merge pull request #2947 from pydanny/pyup-update-django-extensions-3.0.9-to-3.1.0
Update django-extensions to 3.1.0
2020-11-26 10:45:41 +00:00
Bruno Alla
6bc2fbae01
Merge pull request #2948 from pydanny/pyup-update-pre-commit-2.9.0-to-2.9.2
Update pre-commit to 2.9.2
2020-11-26 10:44:04 +00:00
pyup-bot
f63a434d72 Update pre-commit from 2.9.0 to 2.9.2 2020-11-25 20:33:51 -08:00
pyup-bot
c33d0f278c Update django-extensions from 3.0.9 to 3.1.0 2020-11-25 15:33:56 -08:00
pyup-bot
4e97836109 Update django-allauth from 0.43.0 to 0.44.0 2020-11-25 11:27:41 -08:00
Bruno Alla
bb35efe91f
Merge pull request #2943 from pydanny/pyup-update-uvicorn-0.12.2-to-0.12.3
Update uvicorn to 0.12.3
2020-11-23 14:13:29 +00:00
pyup-bot
90d71f424d Update uvicorn from 0.12.2 to 0.12.3 2020-11-22 02:00:45 -08:00
pyup-bot
132a6f0be2 Update pre-commit from 2.8.2 to 2.9.0 2020-11-21 15:37:47 -08:00
Bruno Alla
b392dff326
Merge pull request #2939 from eqqe/master 2020-11-21 11:49:19 +00:00
Bruno Alla
f02c57bf3e Remove wsproto 2020-11-21 11:44:46 +00:00
Simon Rey
88f6150c5d
Fix after uvicorn 0.12.0 - Ship extra dependencies
Uvicorn no longer ships extra dependencies uvloop, websockets and httptools as default. To install these dependencies use uvicorn[standard].
cf https://github.com/encode/uvicorn/blob/master/CHANGELOG.md
2020-11-19 20:16:56 +01:00
pyup-bot
a02aba44e7 Update sentry-sdk from 0.19.3 to 0.19.4 2020-11-19 10:39:39 -08:00
pyup-bot
e649b76ec9 Update django-crispy-forms from 1.9.2 to 1.10.0 2020-11-18 13:53:32 -08:00
Andrew Chen Wang
1fa5d79813
Add "defer" for inline Javascript
* Also utilize ECMAScript 6, 2015 syntax
2020-11-14 10:27:14 -05:00
Bruno Alla
4b25e77297
Merge pull request #2932 from umgelurgel/jm/upgrade-factory-boy-to-3.1
Upgrade factory-boy to 3.1.0
2020-11-13 09:59:43 +00:00
Bruno Alla
ca2628fe09
Merge pull request #2933 from pydanny/pyup-update-sentry-sdk-0.19.2-to-0.19.3
Update sentry-sdk to 0.19.3
2020-11-13 09:58:23 +00:00
pyup-bot
eca1f45564 Update sphinx from 3.3.0 to 3.3.1 2020-11-12 13:10:45 -08:00
pyup-bot
aaaa26494a Update sentry-sdk from 0.19.2 to 0.19.3 2020-11-12 13:10:42 -08:00
umgelurgel
9f3117c615 Upgrade factory-boy to 3.1.0 2020-11-12 18:53:29 +01:00
pyup-bot
3750aff394 Update djangorestframework from 3.12.1 to 3.12.2 2020-11-05 17:50:07 -08:00
Andrew Chen Wang
72da0bfa9c
Fix docs service and add RTD support (#2920)
Co-authored-by: Andrew-Chen-Wang <Andrew-Chen-Wang@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-11-04 17:17:02 +00:00
Andrew-Chen-Wang
607c9676f5 Use defer for script tags (Fix #2922)
* This way, scripts from external URLs are loaded asynchronously. By putting it at the top of the file, the browser parses it first, downloads it while continuing to parse the HTML, and then executes on parsing finish
* Additionally, developers will not need to use $(window).ready() or the like in their files anymore.
* Added inline_javascript tag in case anyone wants to use the bottom of the HTML page to execute some Javascript. Using defer here has no effect as inline scripts defer by default

Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2020-11-04 11:54:21 -05:00
Bruno Alla
4e7c86fe51
Merge pull request #2908 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-11-04 09:42:11 +00:00
github-actions[bot]
63ea6bca76 Auto-update pre-commit hooks 2020-11-04 00:19:56 +00:00
Bruno Alla
9e9228d5f9 Merge remote-tracking branch 'origin/pyup-update-django-stubs-1.6.0-to-1.7.0' into update/mypy-stubs
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2020-11-03 23:39:09 +00:00
Bruno Alla
a68b987f74 Merge remote-tracking branch 'origin/pyup-update-mypy-0.782-to-0.790' into update/mypy-stubs 2020-11-03 23:38:46 +00:00
Bruno Alla
5f913c0018
Merge pull request #2926 from pydanny/pyup-update-sentry-sdk-0.19.1-to-0.19.2
Update sentry-sdk to 0.19.2
2020-11-03 23:34:22 +00:00
Bruno Alla
f20a49cfb0
Merge pull request #2925 from pydanny/pyup-update-sphinx-3.2.1-to-3.3.0
Update sphinx to 3.3.0
2020-11-03 23:34:06 +00:00
Bruno Alla
574aa1fee2
Merge pull request #2924 from pydanny/pyup-update-django-3.0.10-to-3.0.11
Update django to 3.0.11
2020-11-03 23:33:45 +00:00
Bruno Alla
923d81061b
Merge pull request #2923 from pydanny/pyup-update-pytz-2020.1-to-2020.4
Update pytz to 2020.4
2020-11-03 23:33:34 +00:00
Bruno Alla
e33476082c
Merge pull request #2919 from pydanny/pyup-update-pre-commit-2.7.1-to-2.8.2
Update pre-commit to 2.8.2
2020-11-03 23:33:26 +00:00
Bruno Alla
a22eb3eabd
Merge pull request #2917 from pydanny/pyup-update-pytest-6.1.1-to-6.1.2 2020-11-03 23:32:57 +00:00
Bruno Alla
0dad87553a
Merge pull request #2911 from pydanny/pyup-update-pytest-django-4.0.0-to-4.1.0
Update pytest-django to 4.1.0
2020-11-03 23:32:29 +00:00
Bruno Alla
6f3940b9c7
Merge pull request #2910 from pydanny/pyup-update-pillow-8.0.0-to-8.0.1
Update pillow to 8.0.1
2020-11-03 23:32:12 +00:00
Bruno Alla
37be877a9b
Merge pull request #2907 from pydanny/pyup-update-django-celery-beat-2.0.0-to-2.1.0
Update django-celery-beat to 2.1.0
2020-11-03 23:31:54 +00:00
pyup-bot
4a5717c831 Update sentry-sdk from 0.19.1 to 0.19.2 2020-11-02 15:47:08 -08:00
pyup-bot
2bd2e4a8fc Update sphinx from 3.2.1 to 3.3.0 2020-11-02 06:37:22 -08:00
pyup-bot
510ba4ca8a Update django from 3.0.10 to 3.0.11 2020-11-02 06:37:19 -08:00
pyup-bot
b86ede6079 Update pytz from 2020.1 to 2020.4 2020-11-02 06:37:16 -08:00
pyup-bot
b14a033c8b Update pre-commit from 2.7.1 to 2.8.2 2020-10-30 15:44:46 -07:00
pyup-bot
5224641a16 Update pytest from 6.1.1 to 6.1.2 2020-10-28 23:59:03 -07:00
pyup-bot
9c0f056817 Update django-stubs from 1.6.0 to 1.7.0 2020-10-28 02:10:16 -07:00
pyup-bot
edbc4d3a8c Update pytest-django from 4.0.0 to 4.1.0 2020-10-22 15:52:35 -07:00
pyup-bot
eb400e4980 Update pillow from 8.0.0 to 8.0.1 2020-10-22 15:52:32 -07:00
pyup-bot
8e229ce0e0 Update django-celery-beat from 2.0.0 to 2.1.0 2020-10-19 23:39:07 -07:00
pyup-bot
81c9a4a76a Update uvicorn from 0.12.1 to 0.12.2 2020-10-19 09:13:14 -07:00
pyup-bot
3d87a42055 Update sentry-sdk from 0.19.0 to 0.19.1 2020-10-19 03:32:37 -07:00
Bruno Alla
c4f46d0526
Merge pull request #2901 from pydanny/pyup-update-django-allauth-0.42.0-to-0.43.0
Update django-allauth to 0.43.0
2020-10-17 12:42:02 +01:00
pyup-bot
58b0359af6 Update pytest-django from 3.10.0 to 4.0.0 2020-10-16 10:36:51 -07:00
pyup-bot
4ecc00ea6c Update django-allauth from 0.42.0 to 0.43.0 2020-10-15 12:30:53 -07:00
pyup-bot
4e6cc3ca60 Update pillow from 7.2.0 to 8.0.0 2020-10-14 15:58:12 -07:00
Bruno Alla
100c06f078
Merge pull request #2897 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-10-14 11:46:41 +01:00
github-actions[bot]
a26d57a6e7 Auto-update pre-commit hooks 2020-10-14 00:29:18 +00:00
pyup-bot
acaeb0d950 Update sentry-sdk from 0.18.0 to 0.19.0 2020-10-13 05:31:37 -07:00
github-actions[bot]
62b20fd906 Auto-update pre-commit hooks 2020-10-12 00:29:27 +00:00
Bruno Alla
1e52382011
Merge pull request #2890 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-10-11 15:27:18 +01:00
github-actions[bot]
8faa1e478b Auto-update pre-commit hooks 2020-10-11 00:29:47 +00:00
pyup-bot
e043af811a Update django-anymail from 8.0 to 8.1 2020-10-09 13:11:03 -07:00
pyup-bot
55a6674d0c Update django-anymail from 8.0 to 8.1 2020-10-09 13:11:02 -07:00
pyup-bot
edd29c3982 Update django-anymail from 8.0 to 8.1 2020-10-09 13:11:01 -07:00
pyup-bot
ae526ad8df Update django-anymail from 8.0 to 8.1 2020-10-09 13:11:00 -07:00
pyup-bot
fa2f09f27d Update django-anymail from 8.0 to 8.1 2020-10-09 13:10:59 -07:00
pyup-bot
d0d50fe800 Update django-anymail from 8.0 to 8.1 2020-10-09 13:10:58 -07:00
pyup-bot
dee930cad5 Update django-anymail from 8.0 to 8.1 2020-10-09 13:10:58 -07:00
pyup-bot
be74011ba5 Update django-anymail from 8.0 to 8.1 2020-10-09 13:10:57 -07:00
pyup-bot
44689a8be6 Update django-anymail from 8.0 to 8.1 2020-10-09 13:10:56 -07:00
pyup-bot
21c69c7d45 Update mypy from 0.782 to 0.790 2020-10-09 12:09:05 -07:00
github-actions[bot]
90a0b16ae4 Auto-update pre-commit hooks 2020-10-09 00:27:59 +00:00
Andrew Chen Wang
7be855975b
Add dedicated websockets package
Ref: https://github.com/encode/uvicorn/issues/797

There used to be a package automatically installed; not anymore I guess. This came from a separate package and not cookiecutter-django, but the installation was similar.
2020-10-07 12:33:00 -04:00
lcd1232
f5bfa97f6e
Update {{cookiecutter.project_slug}}/config/settings/local.py
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-10-04 19:31:09 +03:00
Bruno Alla
06a1aa1309 Merge branch 'master' into patch-1 2020-10-04 16:06:52 +01:00
pyup-bot
6e3f6acf07 Update pytest from 6.1.0 to 6.1.1 2020-10-04 06:03:31 -07:00
Bruno Alla
a5ab4ae1cb
Merge pull request #2874 from pydanny/mypy-django-stubs
Update mypy and django-stubs
2020-10-04 12:13:57 +01:00
Bruno Alla
b8012a54d2
Merge pull request #2876 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-10-04 12:13:23 +01:00
pyup-bot
42b41b7215 Update flake8 from 3.8.3 to 3.8.4 2020-10-02 17:27:05 -07:00
github-actions[bot]
f1e87f264d Auto-update pre-commit hooks 2020-10-03 00:26:55 +00:00
Bruno Alla
26f2a3d7ba Fix mypy error
my_awesome_project/users/admin.py:15: error: No overload variant of "__add__" of "tuple" matches argument type "List[Tuple[Optional[str], _FieldOpts]]"
my_awesome_project/users/admin.py:15: note: Possible overload variants:
my_awesome_project/users/admin.py:15: note:     def __add__(self, Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]) -> Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]
my_awesome_project/users/admin.py:15: note:     def __add__(self, Tuple[Any, ...]) -> Tuple[Any, ...]
my_awesome_project/users/admin.py:15: note: Right operand is of type "Union[Tuple[Tuple[Optional[str], _FieldOpts], ...], List[Tuple[Optional[str], _FieldOpts]]]"
2020-10-01 20:01:26 +01:00
Bruno Alla
689c768abf Fix mypy error
users/tests/test_views.py:67: error: unused 'type: ignore' comment
2020-10-01 19:16:22 +01:00
Bruno Alla
ef48467458
Merge pull request #2873 from pydanny/pyup-update-ipdb-0.13.3-to-0.13.4
Update ipdb to 0.13.4
2020-10-01 18:09:16 +01:00
Bruno Alla
4225c1b1ab Bump mypy and django-stubs versions 2020-10-01 17:07:17 +01:00
Bruno Alla
070dada241
Merge pull request #2867 from pydanny/update/pre-commit-autoupdate 2020-10-01 17:02:51 +01:00
Bruno Alla
f54bfe3025
Merge pull request #2866 from pydanny/pyup-update-uvicorn-0.11.8-to-0.12.1
Update uvicorn to 0.12.1
2020-10-01 17:02:34 +01:00
Bruno Alla
656ce7b9e3
Merge pull request #2863 from pydanny/pyup-update-sentry-sdk-0.17.7-to-0.18.0
Update sentry-sdk to 0.18.0
2020-10-01 17:01:30 +01:00
Bruno Alla
1339dcb7ff
Merge pull request #2862 from pydanny/pyup-update-djangorestframework-3.11.1-to-3.12.1
Update djangorestframework to 3.12.1
2020-10-01 17:01:09 +01:00
Bruno Alla
9c426725b1
Merge pull request #2859 from pydanny/pyup-update-pytest-6.0.2-to-6.1.0 2020-10-01 17:00:38 +01:00
pyup-bot
58c06e558f Update ipdb from 0.13.3 to 0.13.4 2020-10-01 08:58:53 -07:00
github-actions[bot]
aa6fd53813 Auto-update pre-commit hooks 2020-10-01 00:27:34 +00:00
pyup-bot
604325a1c6 Update uvicorn from 0.11.8 to 0.12.1 2020-09-30 06:31:39 -07:00
lcd1232
86e9a90d4e
Add node to INTERNAL_IPS 2020-09-30 11:14:21 +03:00
pyup-bot
ae346d4a6f Update sentry-sdk from 0.17.7 to 0.18.0 2020-09-29 10:50:08 -07:00
pyup-bot
6fb51ed491 Update djangorestframework from 3.11.1 to 3.12.1 2020-09-28 12:11:17 -07:00
pyup-bot
11afe7af59 Update pytest from 6.0.2 to 6.1.0 2020-09-27 07:41:24 -07:00
pyup-bot
d5cb85ed9c Update django-debug-toolbar from 3.1 to 3.1.1 2020-09-24 10:22:21 -07:00
Bruno Alla
8e062157a1
Merge pull request #2847 from pydanny/pyup-update-sentry-sdk-0.17.6-to-0.17.7
Update sentry-sdk to 0.17.7
2020-09-23 13:45:01 +01:00
pyup-bot
762f3b3ae2 Update sentry-sdk from 0.17.6 to 0.17.7 2020-09-22 02:49:28 -07:00
pyup-bot
e715b8f43d Update django-debug-toolbar from 3.0 to 3.1 2020-09-21 14:13:08 -07:00
Arnav Choudhury
b064e09f12
Adding GitHub-Action CI Option (#2837) 2020-09-21 11:20:24 +01:00
Bruno Alla
55aa86878b
Merge pull request #2842 from pydanny/pyup-update-django-debug-toolbar-2.2-to-3.0
Update django-debug-toolbar to 3.0
2020-09-21 10:37:20 +01:00
github-actions[bot]
561e9744bf Auto-update pre-commit hooks 2020-09-21 00:26:05 +00:00
pyup-bot
859766941d Update django-debug-toolbar from 2.2 to 3.0 2020-09-20 12:27:04 -07:00
Arnav Choudhury
2408fc7756 Added a comment to relevant part of documentation. Also removed the unnecessary scheme key as the default value for scheme is https anyway 2020-09-18 22:14:18 +05:30
pyup-bot
ade8aede47 Update django-extensions from 3.0.8 to 3.0.9 2020-09-17 15:04:31 -07:00
Arnav Choudhury
35b89997ef Made Traefik conf much easier to understand and improved redirect response to entrypoint as opposed to middleware layer that is hit after entrypoint and routing layers. 2020-09-17 22:22:42 +05:30
Bruno Alla
46b03b65df
Merge pull request #2833 from pydanny/pyup-update-sentry-sdk-0.17.5-to-0.17.6
Update sentry-sdk to 0.17.6
2020-09-16 14:18:36 +02:00
pyup-bot
c06869367d Update sentry-sdk from 0.17.5 to 0.17.6 2020-09-16 04:29:06 -07:00
pyup-bot
fa85682910 Update pytest-django from 3.9.0 to 3.10.0 2020-09-16 04:28:56 -07:00
Arnav Choudhury
4a52845a26 Replaced copying python package directories with wheel files which are then used to install all requirements. This way the generated images would be a lot more stable as well. Size increases by 2-3mb though 2020-09-16 15:24:16 +05:30
Bruno Alla
a2c4453cf5 Fix isort errors 2020-09-16 09:39:02 +01:00
Daniel Feldroy
ec3922cfe6
Give admin_forms the forms namespace
This will make extending various signup and registration forms easier.
2020-09-14 11:36:47 -07:00
Bruno Alla
c62c3eada8
Merge pull request #2829 from pydanny/revert/celery-4.4.6
Downgrade Celery to 4.4.6
2020-09-14 18:34:33 +02:00
Bruno Alla
b76d8d4f02 Revert Celery to 4.4.6
It looks like 4.4.7 has some issues with Redis broker:

https://github.com/celery/celery/issues/6285
2020-09-14 17:24:16 +01:00
pyup-bot
584267d8a4 Update sentry-sdk from 0.17.4 to 0.17.5 2020-09-14 08:03:16 -07:00
Bruno Alla
7780065025
Merge pull request #2826 from pydanny/pyup-update-coverage-5.2.1-to-5.3 2020-09-14 12:30:50 +02:00
pyup-bot
f1600ef17b Update coverage from 5.2.1 to 5.3 2020-09-14 01:40:37 -07:00
pyup-bot
8b4c87fd12 Update django-storages from 1.10 to 1.10.1 2020-09-14 01:40:33 -07:00
pyup-bot
a6b88a9370 Update django-storages from 1.10 to 1.10.1 2020-09-14 01:40:32 -07:00
Arnav Choudhury
079db28661 Changed when Requirements are copied and installed to improve incremental image build times. The extra image layer is inconsequential since python-build-stage layers are discarded anyway. 2020-09-14 01:41:33 +05:30
Arnav Choudhury
99ef9f44b9 Merge remote-tracking branch 'upstream/master' into django-multi 2020-09-14 01:34:10 +05:30
Bruno Alla
b78c244e4d
Merge pull request #2814 from arnav13081994/update-traefik-version
Updating Traefik version from 2.0 to 2.2.11
2020-09-12 12:22:39 +02:00
Bruno Alla
62c7f40d14
Merge pull request #2819 from pydanny/pyup-update-pytest-6.0.1-to-6.0.2 2020-09-12 12:22:03 +02:00
Arnav Choudhury
17e577c924 Fixed Typo with python build stage name that was references incorrectly in the run stage 2020-09-12 11:11:19 +05:30
Arnav Choudhury
a795086b10 Removing using python wheels to build python dependecies due to issue resolving conflicts in package sub-dependencies. Ends up being much more trouble than it's worth. 2020-09-12 11:04:08 +05:30
Arnav Choudhury
07051bff33 Fixed mistake of using production settings even for local/django image 2020-09-12 08:47:38 +05:30
pyup-bot
12cc96817d Update pytest from 6.0.1 to 6.0.2 2020-09-11 19:16:17 -07:00
pyup-bot
192ca300af Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:49 -07:00
pyup-bot
bc0805549b Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:48 -07:00
pyup-bot
8241615edd Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:47 -07:00
pyup-bot
e591022c6f Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:46 -07:00
pyup-bot
99c9b04319 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:45 -07:00
pyup-bot
e5c2f82949 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:45 -07:00
pyup-bot
8cddc2f740 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:44 -07:00
pyup-bot
11d089c859 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:43 -07:00
pyup-bot
13ca7bf4a4 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:42 -07:00
Arnav Choudhury
070d4556f9 Multi stage Python build for Django 2020-09-11 22:04:44 +05:30
Arnav Choudhury
53ffbbcf2e Multi stage Python build for Django 2020-09-11 22:00:50 +05:30
Arnav Choudhury
e1922807aa Updating Traefik version from 2.0 to 2.2.11 2020-09-11 21:47:00 +05:30
github-actions[bot]
806080e53e Auto-update pre-commit hooks 2020-09-11 00:24:40 +00:00
pyup-bot
8df38802f3 Update sentry-sdk from 0.17.3 to 0.17.4 2020-09-09 15:41:47 -07:00
Bruno Alla
9b81501a1b
Merge pull request #2800 from pydanny/gitignore-cleanup
Clean up nested venv files from `.gitignore`
2020-09-09 14:19:39 +02:00
Arnav Choudhury
536e86ecad
Traeffik and Django dockerfile changes (#2801) 2020-09-08 09:04:10 +01:00
Bruno Alla
2a0f40e767 Clean up nested venv files from .gitignore
Fixes #2226
2020-09-07 15:30:37 +02:00
Bruno Alla
ffaec00084
Remove --no-binary option for psycopg2 (#2798)
It was required in 2.7, but it's now the default in 2.8
2020-09-07 14:10:57 +01:00
Bruno Alla
0b3dd776c6
Fix options for sphinx-autobuild in docs Makefile (#2799)
Fix #2796
2020-09-07 14:06:18 +01:00
Wes Turner
624dd94dd3
Add :z/:Z to mounted volumes in {local,production}.yml (#2663) 2020-09-07 13:51:52 +01:00
Bruno Alla
49479fb118
Merge pull request #2797 from pydanny/pyup-update-psycopg2-binary-2.8.5-to-2.8.6 2020-09-07 14:39:03 +02:00
Arnav Choudhury
7fb71507d2
Updated Gitlab CI to use Python 3.8 instead of Python 3.7 (#2794) 2020-09-07 13:28:49 +01:00
Bruno Alla
cbc46cb34f Update psycopg2 from 2.8.5 to 2.8.6 2020-09-07 14:23:02 +02:00
pyup-bot
9cdae535b3 Update psycopg2-binary from 2.8.5 to 2.8.6 2020-09-06 19:12:31 -07:00
github-actions[bot]
77a00376e8 Auto-update pre-commit hooks 2020-09-05 00:40:41 +00:00
pyup-bot
c6c0bd9289 Update django-extensions from 3.0.7 to 3.0.8 2020-09-04 08:26:40 -07:00
github-actions[bot]
84713cf724 Auto-update pre-commit hooks 2020-09-04 00:24:21 +00:00
pyup-bot
a7c69639f2 Update sentry-sdk from 0.17.2 to 0.17.3 2020-09-02 02:51:48 -07:00
Bruno Alla
cc97340c25
Merge pull request #2777 from foarsitter/sentry_environment_and_performance_tracing
Add environment and traces_sample_rate keyword to sentry_sdk.init
2020-09-02 11:51:41 +02:00
pyup-bot
bd977e29af Update django-extensions from 3.0.6 to 3.0.7 2020-09-01 17:08:30 -07:00
Bruno Alla
fe36bb3574
Merge pull request #2781 from pydanny/pyup-update-django-storages-1.9.1-to-1.10 2020-09-01 22:42:12 +02:00
Bruno Alla
2217e69aa5
Merge pull request #2780 from howiezhao/patch-1 2020-09-01 22:41:07 +02:00
Bruno Alla
53b4371c09 Remove deprecated setting from django-storages 2020-09-01 22:20:02 +02:00
Bruno Alla
18da9c910d
Merge pull request #2784 from pydanny/pyup-update-sentry-sdk-0.17.1-to-0.17.2
Update sentry-sdk to 0.17.2
2020-09-01 22:04:29 +02:00
pyup-bot
007ab4aefd Update django from 3.0.9 to 3.0.10 2020-09-01 07:56:59 -07:00
pyup-bot
18c53d0a3b Update sentry-sdk from 0.17.1 to 0.17.2 2020-09-01 07:56:55 -07:00
Bruno Alla
0328a8bbaa
Merge pull request #2782 from pydanny/pyup-update-sphinx-autobuild-0.7.1-to-2020.9.1
Update sphinx-autobuild to 2020.9.1
2020-09-01 10:52:56 +02:00
pyup-bot
fe9c9b5e48 Update django-extensions from 3.0.5 to 3.0.6 2020-08-31 11:53:48 -07:00
pyup-bot
2f7a6c3013 Update sphinx-autobuild from 0.7.1 to 2020.9.1 2020-08-31 05:45:27 -07:00
pyup-bot
0c23267806 Update django-storages from 1.9.1 to 1.10 2020-08-31 00:15:41 -07:00
pyup-bot
aeefbc060f Update django-storages from 1.9.1 to 1.10 2020-08-31 00:15:40 -07:00
Howie Zhao
2c82c4e1da
chore: update document link 2020-08-29 11:59:29 +08:00
Howie Zhao
baf5e6e74e
chore: exclude venv directory 2020-08-29 11:53:24 +08:00
pyup-bot
d17321dfbe Update sentry-sdk from 0.17.0 to 0.17.1 2020-08-28 14:55:22 -07:00
Jelmer Draaijer
688739cb39 Add environment and traces_sample_rate keyword to sentry_sdk.init 2020-08-28 10:25:40 +02:00
Bruno Alla
3ab741545c
Merge pull request #2764 from pydanny/pyup-update-django-cors-headers-3.4.0-to-3.5.0
Update django-cors-headers to 3.5.0
2020-08-27 16:01:40 +02:00
Bruno Alla
7614bd9958 Merge branch 'master' into update/pre-commit-autoupdate 2020-08-27 09:52:55 +02:00
Bruno Alla
e21869c1d4 Fix black formatting issues 2020-08-27 09:41:28 +02:00
github-actions[bot]
bc58420364 Auto-update pre-commit hooks 2020-08-27 00:22:07 +00:00
pyup-bot
0dc3fe0b3d Update black from 19.10b0 to 20.8b1 2020-08-26 10:05:24 -07:00
pyup-bot
294d20d5e6 Update django-cors-headers from 3.4.0 to 3.5.0 2020-08-25 05:08:22 -07:00
pyup-bot
32b81ba02e Update sentry-sdk from 0.16.5 to 0.17.0 2020-08-24 09:54:47 -07:00
pyup-bot
cc1d297ad6 Update pre-commit from 2.6.0 to 2.7.1 2020-08-23 12:35:31 -07:00
github-actions[bot]
ba5c1a760f Auto-update pre-commit hooks 2020-08-16 00:21:36 +00:00
pyup-bot
3752997562 Update sentry-sdk from 0.16.3 to 0.16.5 2020-08-14 15:49:18 -07:00
Bruno Alla
b97d884055
Merge pull request #2749 from pydanny/pyup-update-sphinx-3.2.0-to-3.2.1
Update sphinx to 3.2.1
2020-08-14 13:40:26 +01:00
Bruno Alla
8603fd8d8c
Merge pull request #2743 from pydanny/pyup-update-factory-boy-2.12.0-to-3.0.1 2020-08-14 13:40:08 +01:00
pyup-bot
5e3abf903f Update sphinx from 3.2.0 to 3.2.1 2020-08-14 04:19:56 -07:00
Bruno Alla
0ebd35dd83 Update deprecated imports 2020-08-14 12:19:42 +01:00
Bruno Alla
ab98cb3654
Merge pull request #2747 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-08-14 08:28:26 +01:00
Bruno Alla
7e87a92596 Add missing comment over settings 2020-08-14 08:12:55 +01:00
Bruno Alla
e532fb331f
Merge pull request #2745 from Andrew-Chen-Wang/patch-3 2020-08-14 08:11:44 +01:00
github-actions[bot]
aa261ddbb7 Auto-update pre-commit hooks 2020-08-14 00:20:41 +00:00
Andrew Chen Wang
d411ed9b6a
Update compressor not check whitenoise condition 2020-08-13 18:45:37 -04:00