Commit Graph

1134 Commits

Author SHA1 Message Date
Bruno Alla
196167490d Merge branch 'master' into docs
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2020-06-29 21:48:17 +01:00
pyup-bot
435a0c0276 Update django-extensions from 3.0.0 to 3.0.1 2020-06-29 13:44:24 -07:00
pyup-bot
8447699c93 Update django-extensions from 2.2.9 to 3.0.0 2020-06-29 05:35:40 -07:00
Bruno Alla
2d2f513cba
Merge pull request #2639 from pydanny/pyup-update-ipdb-0.13.2-to-0.13.3
Update ipdb to 0.13.3
2020-06-23 18:33:47 +01:00
pyup-bot
f3a511a656 Update ipdb from 0.13.2 to 0.13.3 2020-06-23 08:34:22 -07:00
pyup-bot
4eca81edc2 Update mypy from 0.781 to 0.782 2020-06-23 03:55:23 -07:00
Bruno Alla
aadf66185c Update base requirements to latest version 2020-06-21 14:26:40 +01:00
Bruno Alla
c0f391ca87
Merge pull request #2634 from pydanny/pyup-update-mypy-0.780-to-0.781
Update mypy to 0.781
2020-06-21 14:09:21 +01:00
Bruno Alla
723feb15c1
Merge pull request #2625 from pydanny/pyup-update-sphinx-3.0.4-to-3.1.1 2020-06-21 14:08:58 +01:00
Bruno Alla
5e435a1c26
Merge pull request #2622 from pydanny/pyup-update-pre-commit-2.4.0-to-2.5.1 2020-06-21 14:08:34 +01:00
Bruno Alla
36e4fd7361
Merge pull request #2616 from pydanny/pyup-update-collectfast-2.1.0-to-2.2.0
Update collectfast to 2.2.0
2020-06-21 14:08:18 +01:00
pyup-bot
d979c342d6 Update mypy from 0.780 to 0.781 2020-06-20 08:51:49 -07:00
pyup-bot
d3a000d76d Update sentry-sdk from 0.14.4 to 0.15.1 2020-06-18 04:45:15 -07:00
Bruno Alla
27b905e7bc
Merge pull request #2618 from pydanny/pyup-update-flake8-3.8.2-to-3.8.3 2020-06-17 23:11:00 +01:00
Bruno Alla
91b58f033a
Merge pull request #2612 from pydanny/pyup-update-mypy-0.770-to-0.780
Update mypy to 0.780
2020-06-17 23:09:46 +01:00
Andrew Chen Wang
89b81452a9
Update Django to 3.0.7 due to CVEs
There were several CVE's that arose between 3.0.3 to 3.0.7. Updating quickly will resolve the vulnerabilities and fix several PRs.
2020-06-16 20:21:51 -04:00
pyup-bot
1b6e4994ca Update sphinx from 3.0.4 to 3.1.1 2020-06-14 03:13:04 -07:00
pyup-bot
54f8e3d672 Update pre-commit from 2.4.0 to 2.5.1 2020-06-09 16:02:00 -07:00
pyup-bot
6038a654ab Update flake8 from 3.8.2 to 3.8.3 2020-06-08 17:02:43 -07:00
pyup-bot
24e8a17d74 Update collectfast from 2.1.0 to 2.2.0 2020-06-05 17:08:27 -07:00
pyup-bot
9d0b570c51 Update mypy from 0.770 to 0.780 2020-06-03 05:12:36 -07:00
pyup-bot
9e87d4b189 Update pytest from 5.4.2 to 5.4.3 2020-06-03 00:26:13 -07:00
pyup-bot
090c62e862 Update sphinx from 3.0.3 to 3.0.4 2020-05-27 02:27:13 -07:00
pyup.io bot
a8672e08cb
Update flake8 to 3.8.2 (#2607) 2020-05-24 09:02:08 +08:00
pyup-bot
ce66080f85 Update sentry-sdk from 0.14.3 to 0.14.4 2020-05-13 12:42:53 -07:00
Bruno Alla
1c630c3a77
Merge pull request #2596 from pydanny/pyup-update-flake8-3.7.9-to-3.8.1 2020-05-12 11:16:43 +01:00
pyup-bot
b1c6ad25d2 Update flake8 from 3.7.9 to 3.8.1 2020-05-12 01:06:20 -07:00
pyup-bot
a5cb77399e Update pre-commit from 2.3.0 to 2.4.0 2020-05-11 14:13:47 -07:00
pyup-bot
580ef4117d Update pytest from 5.4.1 to 5.4.2 2020-05-09 00:17:30 -07:00
Bruno Alla
9075bdb39b
Merge pull request #2577 from Andrew-Chen-Wang/hiredis 2020-05-05 20:06:32 +01:00
Andrew-Chen-Wang
b70b6ebd7e Fixed production.txt typo when docker and windows combine 2020-05-01 10:39:30 -04:00
Andrew-Chen-Wang
836ea3a140 Merge branch 'hiredis' of https://github.com/Andrew-Chen-Wang/cookiecutter-django into hiredis 2020-05-01 10:37:44 -04:00
Andrew-Chen-Wang
bf5f557d2b Added docker parameter to hiredis requirement 2020-05-01 10:35:20 -04:00
Bruno Alla
a63278fb4e
Merge pull request #2575 from Andrew-Chen-Wang/watchgod 2020-04-30 22:34:25 +01:00
Bruno Alla
99a15f1def
Merge branch 'master' into hiredis 2020-04-30 22:04:41 +01:00
Hannah Lazarus
3152bdaeb3 Add sphinx defaults for cookiecutter'd project
-serve, watch + live reload for docs + code file changes
-update project makefile + make.bat
-separate _source and _build
-add packages and paths to use autodoc
-edit/add documentation with examples (both at django-cookiecutter and inside generated project)
-add formatted comments in User model for pickup by Sphinx apidoc
-serve docs from a separate docs container for docker build
2020-04-30 13:23:24 -04:00
browniebroke
f2a7c719e2 Update redis from 3.4.1 to 3.5.0 2020-04-30 12:00:30 +01:00
Andrew-Chen-Wang
4d54dcaa32 Put hiredis in production only if using Win 2020-04-29 16:42:24 -04:00
Andrew-Chen-Wang
dfd1ee8bb2 Use hiredis 2020-04-29 16:31:19 -04:00
Andrew-Chen-Wang
d16d0aa5c4 Add watchgod for uvicorn 2020-04-29 15:56:09 -04:00
browniebroke
47e82bd084 Update uvicorn from 0.11.3 to 0.11.5 2020-04-29 12:00:30 +01:00
browniebroke
4eb718c683 Update pytest from 5.3.5 to 5.4.1 2020-04-28 12:41:36 +01:00
Bruno Alla
6aaee8dabe
Merge pull request #2563 from pydanny/pyup-update-sphinx-3.0.2-to-3.0.3 2020-04-28 12:40:45 +01:00
Bruno Alla
eb3cf4e6dd
Merge pull request #2568 from pydanny/pyup-update-pytz-2019.3-to-2020.1 2020-04-28 12:40:25 +01:00
browniebroke
0c2af32b8d Update pytz from 2019.3 to 2020.1 2020-04-28 12:00:34 +01:00
browniebroke
3d8c4627f4 Update pytest-sugar from 0.9.2 to 0.9.3 2020-04-27 12:00:36 +01:00
browniebroke
04d8b06035 Update sphinx from 3.0.2 to 3.0.3 2020-04-27 12:00:31 +01:00
browniebroke
b8a1805a9f Update pillow from 7.1.1 to 7.1.2 2020-04-26 12:00:30 +01:00
Tano Abeleyra
95ca7ca291 Update django-redis links 2020-04-24 21:29:59 -03:00
browniebroke
433aa667f5 Update pre-commit from 2.2.0 to 2.3.0 2020-04-23 12:00:33 +01:00
browniebroke
8eeef9a86c Update sphinx from 3.0.1 to 3.0.2 2020-04-20 12:00:32 +01:00
browniebroke
3d9f7b91d0 Update flake8-isort from 2.9.1 to 3.0.0 2020-04-16 12:00:30 +01:00
Bruno Alla
c4e4bea31b Merge branch 'master' into async 2020-04-16 09:43:38 +01:00
Bruno Alla
53b6692b33
Merge pull request #2537 from pydanny/pyup-update-pylint-django-2.0.14-to-2.0.15
Update pylint-django to 2.0.15
2020-04-14 13:38:47 +01:00
browniebroke
0c32fac51e Update pylint-django from 2.0.14 to 2.0.15 2020-04-14 12:00:42 +01:00
browniebroke
82cde2eacc Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:39 +01:00
browniebroke
508ca6f4e8 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:37 +01:00
browniebroke
5040eb9ba4 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:37 +01:00
browniebroke
8bbcc6aa01 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:36 +01:00
browniebroke
81363cc0f8 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:35 +01:00
browniebroke
d816a62e43 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:33 +01:00
browniebroke
7cc6fc0b30 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:32 +01:00
browniebroke
cbaf953ed2 Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:31 +01:00
browniebroke
efd53908af Update django-anymail from 7.0.0 to 7.1.0 2020-04-14 12:00:30 +01:00
browniebroke
6510ab1555 Update coverage from 5.0.4 to 5.1 2020-04-13 12:00:29 +01:00
browniebroke
e474ed3f1a Update sphinx from 3.0.0 to 3.0.1 2020-04-11 12:00:29 +01:00
Andrew Chen Wang
2ecbf7ac34
Merge branch 'master' into async 2020-04-06 23:02:36 -04:00
Bruno Alla
94d7bd11ad Update psycopg2 from 2.8.4 to 2.8.5 2020-04-06 13:36:42 +01:00
browniebroke
75f4d304f4 Update psycopg2-binary from 2.8.4 to 2.8.5 2020-04-06 13:36:42 +01:00
browniebroke
bd104afb3d Update sphinx from 2.4.4 to 3.0.0 2020-04-06 12:00:30 +01:00
browniebroke
d16760bf8b Update pillow from 7.1.0 to 7.1.1 2020-04-03 12:00:30 +01:00
browniebroke
8eb14e6c84 Update pillow from 7.0.0 to 7.1.0 2020-04-02 12:00:31 +01:00
Bruno Alla
5659996b7e
Merge pull request #2518 from pydanny/pyup-update-werkzeug-1.0.0-to-1.0.1
Update werkzeug to 1.0.1
2020-04-01 16:03:45 +01:00
browniebroke
80fdb5c7cc Update werkzeug from 1.0.0 to 1.0.1 2020-04-01 12:00:35 +01:00
browniebroke
bbd940363f Update django from 3.0.4 to 3.0.5 2020-04-01 12:00:31 +01:00
browniebroke
94a1fef0af Update pytest-django from 3.8.0 to 3.9.0 2020-03-31 12:00:31 +01:00
Bruno Alla
018938dd0e
Merge pull request #2513 from pydanny/pyup-update-flake8-isort-2.9.0-to-2.9.1
Update flake8-isort to 2.9.1
2020-03-29 16:45:22 +01:00
browniebroke
53b240af9a Update flake8-isort from 2.9.0 to 2.9.1 2020-03-29 12:00:34 +01:00
browniebroke
e49afda665 Update flower from 0.9.3 to 0.9.4 2020-03-29 12:00:30 +01:00
browniebroke
820f574bf5 Update django-extensions from 2.2.8 to 2.2.9 2020-03-27 11:00:30 +00:00
Andrew-Chen-Wang
c9744497c9 Added gunicorn to base.txt requirements for async work 2020-03-24 21:53:53 -04:00
Andrew-Chen-Wang
aee2de347b Add uvicorn and web sockets for Django 3
* Add use_async option to cookiecutter.json
* Add websocket configuration
2020-03-24 15:40:14 -04:00
Bruno Alla
ea5db6c4f4
Django 3.0 support (#2469)
* Bump Django version to 3.0.x to see what breaks

* Update places where Django 2.2 is mentioned to 3.0

* Update to latest Django 3.0 version

* Bump version in setup.py
2020-03-23 21:41:51 +00:00
browniebroke
12a4bd27e8 Update sentry-sdk from 0.14.2 to 0.14.3 2020-03-21 11:00:31 +00:00
Bruno Alla
d15ea8b9b4
Merge branch 'master' into pyup-update-coverage-5.0.3-to-5.0.4 2020-03-17 11:57:37 +00:00
Bruno Alla
9ab2a0f2a8
Merge pull request #2494 from pydanny/pyup-update-flake8-isort-2.8.0-to-2.9.0
Update flake8-isort to 2.9.0
2020-03-17 11:56:55 +00:00
browniebroke
06a880164a Update coverage from 5.0.3 to 5.0.4 2020-03-17 11:00:39 +00:00
browniebroke
61476eaca1 Update flake8-isort from 2.8.0 to 2.9.0 2020-03-17 11:00:35 +00:00
browniebroke
e3486dc782 Update celery from 4.4.1 to 4.4.2 2020-03-17 11:00:31 +00:00
Bruno Alla
e97573dfda
Merge pull request #2435 from Andrew-Chen-Wang/master
Add all supported Anymail Providers
2020-03-16 19:59:25 +00:00
Bruno Alla
729cd2adab Merge branch 'master' into drf-auth-token 2020-03-15 19:19:36 +00:00
browniebroke
95057c4769 Update django-stubs from 1.4.0 to 1.5.0 2020-03-15 11:00:30 +00:00
Andrew-Chen-Wang
3978890502 Adjusted readability
* Changed Vanilla/Plain Django-Anymail to Other SMTP
* Made Mailgun default again
* config/production.py adjusted if conditions according to @browniebroke
2020-03-14 13:43:37 -04:00
Andrew-Chen-Wang
9cf72849e6 Merged parent repo and configured refurbished tests 2020-03-14 13:29:08 -04:00
browniebroke
324e307402 Update pre-commit from 2.1.1 to 2.2.0 2020-03-13 11:00:34 +00:00
browniebroke
427c69562e Update mypy from 0.761 to 0.770 2020-03-11 11:00:31 +00:00
jeromecaisip
3a3550cd3f
Update base.txt 2020-03-08 17:55:19 +01:00
browniebroke
09fd30b6a8 Update sphinx from 2.4.3 to 2.4.4 2020-03-06 11:00:31 +00:00
Bruno Alla
d17c2ec015
Merge pull request #2477 from pydanny/pyup-update-ipdb-0.13.1-to-0.13.2
Update ipdb to 0.13.2
2020-03-04 15:56:38 +00:00
browniebroke
2fd0cf0e35 Update ipdb from 0.13.1 to 0.13.2 2020-03-04 11:00:36 +00:00
browniebroke
effb548b5d Update django from 2.2.10 to 2.2.11 2020-03-04 11:00:32 +00:00
Bruno Alla
fab6b8724a Test isort flake8-isort & fix issues
fixes #2123
2020-03-03 20:04:31 +00:00
jeromecaisip
4825b932c7
Optionally remove/add restframework according to choice 2020-03-03 14:45:20 +01:00
Bruno Alla
5e16589d8e
Merge pull request #2472 from pydanny/pyup-update-collectfast-2.0.1-to-2.1.0
Update collectfast to 2.1.0
2020-03-03 13:09:47 +00:00
browniebroke
ff43635bb7 Update celery from 4.4.0 to 4.4.1 2020-03-03 11:00:36 +00:00
browniebroke
4fd15474b1 Update collectfast from 2.0.1 to 2.1.0 2020-03-03 11:00:31 +00:00
Bruno Alla
a0174840cb
Merge pull request #2468 from pydanny/pyup-update-ipdb-0.12.3-to-0.13.1
Update ipdb to 0.13.1
2020-02-29 12:12:04 +00:00
Bruno Alla
96b98c08f3
Merge pull request #2467 from pydanny/pyup-update-django-crispy-forms-1.8.1-to-1.9.0
Update django-crispy-forms to 1.9.0
2020-02-29 11:48:16 +00:00
browniebroke
3765271015 Update ipdb from 0.12.3 to 0.13.1 2020-02-29 11:00:36 +00:00
browniebroke
ccfe97972a Update django-crispy-forms from 1.8.1 to 1.9.0 2020-02-29 11:00:33 +00:00
browniebroke
7e0f86b4ba Update django-celery-beat from 1.6.0 to 2.0.0 2020-02-29 11:00:30 +00:00
browniebroke
fe7a70be66 Update sentry-sdk from 0.14.1 to 0.14.2 2020-02-27 11:00:32 +00:00
Bruno Alla
f9b0c4846b
Update pre-commit from 2.1.0 to 2.1.1 (#2463) 2020-02-25 20:58:45 +08:00
Bruno Alla
089d270356
Merge pull request #2461 from pydanny/pyup-update-collectfast-1.3.2-to-2.0.1
Update collectfast to 2.0.1
2020-02-25 12:22:27 +00:00
browniebroke
a36f6a7495 Update pylint-django from 2.0.13 to 2.0.14 2020-02-25 11:00:36 +00:00
browniebroke
487ed35bc5 Update collectfast from 1.3.2 to 2.0.1 2020-02-25 11:00:32 +00:00
browniebroke
405d33d99e Update sphinx from 2.4.2 to 2.4.3 2020-02-23 11:00:30 +00:00
Cole Maclean
e8b36af72f Remove coreapi requirement 2020-02-19 13:13:10 -08:00
Bruno Alla
9903eb3c3d
Merge pull request #2452 from pydanny/pyup-update-pre-commit-2.0.1-to-2.1.0
Update pre-commit to 2.1.0
2020-02-19 13:12:45 +00:00
browniebroke
d5edf1fa4d Update pre-commit from 2.0.1 to 2.1.0 2020-02-19 11:00:39 +00:00
browniebroke
15e8e667e5 Update sphinx from 2.4.1 to 2.4.2 2020-02-19 11:00:36 +00:00
browniebroke
10be405c89 Update collectfast from 1.3.1 to 1.3.2 2020-02-17 11:00:34 +00:00
browniebroke
a8e668d659 Update sphinx from 2.4.0 to 2.4.1 2020-02-12 11:00:32 +00:00
Bruno Alla
03ce9ebf01
Merge pull request #2437 from pydanny/pyup-update-werkzeug-0.16.1-to-1.0.0
Update werkzeug to 1.0.0
2020-02-11 12:10:47 +00:00
Bruno Alla
8843d95485
Merge pull request #2441 from pydanny/pyup-update-django-extensions-2.2.6-to-2.2.8
Update django-extensions to 2.2.8
2020-02-11 11:54:06 +00:00
browniebroke
311e0dfc24 Update django-extensions from 2.2.6 to 2.2.8 2020-02-11 11:00:30 +00:00
browniebroke
be019ea54a Update sphinx from 2.3.1 to 2.4.0 2020-02-09 11:00:30 +00:00
browniebroke
816fb1c44b Update werkzeug from 0.16.1 to 1.0.0 2020-02-07 11:00:30 +00:00
Andrew-Chen-Wang
c8eb5462eb Configurations and Packages added
* Production settings updated for all
* Added env vars from production settings
* Added packages requirements.txt
2020-02-06 16:58:15 -05:00
browniebroke
c7a6dbdd10 Update django-storages from 1.9 to 1.9.1 2020-02-04 11:00:31 +00:00
browniebroke
e9c6b3d9e9 Update django-storages from 1.9 to 1.9.1 2020-02-04 11:00:30 +00:00
Bruno Alla
30f3f05a76
Merge pull request #2430 from pydanny/pyup-update-django-storages-1.8-to-1.9
Update django-storages to 1.9
2020-02-03 13:10:56 +00:00
Bruno Alla
37ec5a45bb Remove pyup filter 2020-02-03 12:56:37 +00:00
Bruno Alla
9e3327d7e0
Merge pull request #2428 from pydanny/pyup-update-redis-3.3.11-to-3.4.1
Update redis to 3.4.1
2020-02-03 12:55:06 +00:00
browniebroke
e8a946dc7b Update django from 2.2.9 to 2.2.10 2020-02-03 11:00:35 +00:00
browniebroke
f6f78c9da8 Update django-storages from 1.8 to 1.9 2020-02-03 11:00:32 +00:00
browniebroke
b49e0f2e39 Update django-storages from 1.8 to 1.9 2020-02-03 11:00:31 +00:00
browniebroke
2a6ee05782 Update redis from 3.3.11 to 3.4.1 2020-02-02 11:00:30 +00:00
Bruno Alla
a1f296bc4c
Merge pull request #2427 from pydanny/pyup-update-django-debug-toolbar-2.1-to-2.2
Update django-debug-toolbar to 2.2
2020-02-01 12:09:38 +00:00
browniebroke
3c177776d8 Update django-debug-toolbar from 2.1 to 2.2 2020-02-01 11:00:33 +00:00
browniebroke
af7dcd7ab2 Update django-celery-beat from 1.5.0 to 1.6.0 2020-02-01 11:00:29 +00:00
Bruno Alla
1f35086fe5 Downgrade Redis to 3.3.11 as Kombu is incompatible with 3.4.0
Fixes #2425
2020-01-31 17:15:37 +00:00
Bruno Alla
3598b33999
Update redis to 3.4.0 (#2423)
Update redis to 3.4.0
2020-01-31 11:33:54 +00:00
Bruno Alla
27b6a3bd4f
Update pre-commit to 2.0.1 (#2422)
Update pre-commit to 2.0.1
2020-01-31 11:01:11 +00:00
browniebroke
dec1abb3d0 Update redis from 3.3.11 to 3.4.0 2020-01-31 11:00:30 +00:00
browniebroke
d292590ceb Update pre-commit from 2.0.0 to 2.0.1 2020-01-30 11:00:35 +00:00
browniebroke
1305ddaa6a Update pytest from 5.3.4 to 5.3.5 2020-01-30 11:00:31 +00:00
browniebroke
abdbe387a0 Update pre-commit from 1.21.0 to 2.0.0 2020-01-29 11:00:34 +00:00
browniebroke
9734582a88 Update werkzeug from 0.16.0 to 0.16.1 2020-01-27 11:00:31 +00:00
Bruno Alla
ea7186f4ce
Fixed the redis-py project URL (#2412)
Fixed the redis-py project URL
2020-01-24 14:24:54 +00:00