Commit Graph

2783 Commits

Author SHA1 Message Date
ghazi-git
fc081ce1fe
set SERVERS in production settings instead of base settings (#3609)
fixes https://github.com/cookiecutter/cookiecutter-django/issues/3593
2022-12-06 19:26:24 +00:00
Adin Hodovic
33af8e3988
Simplify production DATABASES setting to extend base definition (#3969) 2022-12-06 19:04:38 +00:00
pyup.io bot
d272d9752d
Update django-coverage-plugin to 3.0.0 (#3979) 2022-12-06 11:37:50 +00:00
pyup.io bot
0336f08da1
Update redis to 4.4.0 (#3977) 2022-12-04 14:10:58 +00:00
pyup.io bot
3deb4d90f2
Update django-debug-toolbar to 3.8.1 (#3976) 2022-12-04 00:12:25 +00:00
github-actions[bot]
600783c89b
Auto-update pre-commit hooks (#3975)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-03 11:36:29 +00:00
pyup.io bot
a464856234
Update flake8 to 6.0.0 (#3974) 2022-12-02 10:43:02 +00:00
rguptar
49b3bb8ffe
Add Azure Storage as an option to serve static and media files (#3967)
Fix https://github.com/cookiecutter/cookiecutter-django/issues/2301
2022-11-30 18:26:58 +00:00
github-actions[bot]
5ca7ae1c43
Auto-update pre-commit hooks (#3970)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-30 09:37:03 +00:00
David
77695c7c10
Fix typo in flower start for watching celery (#3966) 2022-11-26 11:08:39 +00:00
github-actions[bot]
b21f50e22b
Auto-update pre-commit hooks (#3963)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-24 08:17:41 +00:00
Chao Yang Wu
51f4374a8a
Fix graceful shutdown of local dev containers and use watchfiles for beat + flower (#3925)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-11-23 14:51:20 +00:00
Fábio C. Barrionuevo da Luz
9ceb228d1d
Merge pull request #3948 from cookiecutter/pyup-update-django-model-utils-4.2.0-to-4.3.1
Update django-model-utils to 4.3.1
2022-11-22 21:59:45 -03:00
Fábio C. Barrionuevo da Luz
d91757b377
Merge pull request #3952 from cookiecutter/pyup-update-flake8-isort-5.0.0-to-5.0.3
Update flake8-isort to 5.0.3
2022-11-22 21:59:08 -03:00
Fábio C. Barrionuevo da Luz
9cf0d7561c
Merge pull request #3961 from adinhodovic/celery-send-sent-task-event
feat(celery): Enable sending the sent task event by default
2022-11-22 21:58:31 -03:00
Andrew Chen Wang
b5ad2fc232
Remove USE_L10N due to deprecation (#3960) 2022-11-22 22:51:31 +00:00
Leifur Halldor Asgeirsson
d98aad0710
Remove platform from compose file (#3957) 2022-11-22 19:59:34 +00:00
adinhodovic
de48e31517 feat(celery): Enable sending the sent task event by default 2022-11-22 20:28:52 +01:00
adinhodovic
7d517dc677 feat(celery): Send task events for Celery by default
Is useful for e.g Flower and Celery-exporter
2022-11-22 20:08:02 +01:00
Fábio C. Barrionuevo da Luz
c59e3b337f
Merge pull request #3950 from cookiecutter/pyup-update-python-slugify-6.1.2-to-7.0.0
Update python-slugify to 7.0.0
2022-11-22 13:27:33 -03:00
Fábio C. Barrionuevo da Luz
667e477425
Merge pull request #3954 from cookiecutter/pyup-update-redis-4.3.4-to-4.3.5
Update redis to 4.3.5
2022-11-22 13:25:26 -03:00
Fábio C. Barrionuevo da Luz
8fab178712
Merge pull request #3955 from cookiecutter/pyup-update-sentry-sdk-1.10.1-to-1.11.1
Update sentry-sdk to 1.11.1
2022-11-22 13:25:16 -03:00
pyup-bot
0e91f40969 Update sentry-sdk from 1.10.1 to 1.11.1 2022-11-22 07:59:10 -06:00
pyup-bot
f70b397c86 Update redis from 4.3.4 to 4.3.5 2022-11-22 02:58:49 -06:00
pyup-bot
202da796b3 Update uvicorn from 0.19.0 to 0.20.0 2022-11-20 08:12:28 -06:00
pyup-bot
827e1364d1 Update flake8-isort from 5.0.0 to 5.0.3 2022-11-20 07:32:13 -06:00
pyup-bot
7bdc6aea66 Update python-slugify from 6.1.2 to 7.0.0 2022-11-18 14:21:59 -06:00
pyup-bot
466bb798aa Update django-model-utils from 4.2.0 to 4.3.1 2022-11-15 20:35:34 -06:00
github-actions[bot]
040537a5d6
Auto-update pre-commit hooks (#3942)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-11 10:00:06 +00:00
pyup.io bot
b74584a467
Update watchfiles to 0.18.1 (#3938) 2022-11-07 12:42:26 +00:00
Dani Hodovic
ca82618526
Store extended Celery task attributes in backend (#3855) 2022-11-06 12:40:16 +00:00
Abe Hanoka
3359f6a4df
add os requirements for Ubuntu 22.04 (Jammy) (#3930)
Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
2022-11-06 12:36:17 +00:00
pyup.io bot
76234ca9e6
Update pytest-sugar to 0.9.6 (#3937) 2022-11-06 12:34:58 +00:00
Fábio C. Barrionuevo da Luz
e3a232a775
Merge pull request #3886 from cookiecutter/pyup-update-crispy-bootstrap5-0.6-to-0.7
Update crispy-bootstrap5 to 0.7
2022-11-01 22:17:49 -03:00
Fábio C. Barrionuevo da Luz
6d5859e9e8
Merge pull request #3927 from cookiecutter/pyup-update-django-coverage-plugin-2.0.3-to-2.0.4
Update django-coverage-plugin to 2.0.4
2022-11-01 22:17:29 -03:00
Fábio C. Barrionuevo da Luz
f0b9c2d7fd
Merge pull request #3928 from cookiecutter/pyup-update-pytz-2022.5-to-2022.6
Update pytz to 2022.6
2022-11-01 22:16:49 -03:00
Fábio C. Barrionuevo da Luz
ea33e4198d
Merge pull request #3922 from cookiecutter/pyup-update-pillow-9.2.0-to-9.3.0
Update pillow to 9.3.0
2022-11-01 22:16:11 -03:00
pyup-bot
f4668797b9 Update pytz from 2022.5 to 2022.6 2022-10-31 19:23:53 -07:00
pyup-bot
8bc9e1cabd Update django-coverage-plugin from 2.0.3 to 2.0.4 2022-10-31 05:19:20 -07:00
github-actions[bot]
db3edf1e70
Auto-update pre-commit hooks (#3924)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-10-30 09:59:28 +00:00
pyup-bot
f51e8e88e5 Update pillow from 9.2.0 to 9.3.0 2022-10-29 10:17:18 -07:00
pyup.io bot
9f290f21c8
Update uvicorn from 0.18.3 to 0.19.0 (#3920) 2022-10-26 19:38:40 +02:00
pyup.io bot
0b17d64d41
Update pytest to 7.2.0 (#3919)
* Update pytest from 7.1.3 to 7.2.0

* Update pytest from 7.1.3 to 7.2.0
2022-10-26 19:38:24 +02:00
pyup.io bot
b5528f0b72
Update psycopg2 to 2.9.5 (#3918)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-10-26 15:41:33 +01:00
pyup.io bot
0cd240598b
Update sentry-sdk to 1.10.1 (#3911) 2022-10-24 21:46:56 +01:00
Jelmer
4ea0e98f3f
Upgrade Python version from 3.9 to 3.10 (#3913) 2022-10-24 21:41:00 +01:00
Dani Hodovic
b623c0f956
Set AWS_S3_MAX_MEMORY_SIZE (#3810)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-10-19 20:15:25 +01:00
Bruno Alla
9db2752598
Upgrade to Django 4.0 (#3848) 2022-10-19 20:01:43 +01:00
pyup.io bot
56d9a5e9fa
Update pytz to 2022.5 (#3906) 2022-10-19 19:48:56 +01:00
pyup.io bot
0c98640a0b
Update sphinx to 5.3.0 (#3905) 2022-10-19 19:48:41 +01:00
pyup.io bot
b87aaff263
Update django-celery-beat to 2.4.0 (#3908) 2022-10-19 19:48:22 +01:00
pyup.io bot
e002389c35
Update watchfiles to 0.18.0 (#3907) 2022-10-19 19:47:52 +01:00
github-actions[bot]
7eca9be8d2
Auto-update pre-commit hooks (#3899)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-10-11 18:23:58 +01:00
pyup.io bot
be5cf566a5
Update flake8-isort to 5.0.0 (#3901) 2022-10-11 18:23:37 +01:00
pyup.io bot
ebe1a3dc4c
Update psycopg2 to 2.9.4 (#3896)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-10-11 18:22:29 +01:00
pyup.io bot
4eaa833a90
Update black to 22.10.0 (#3898) 2022-10-11 12:35:40 +01:00
pyup.io bot
1ac727931a
Update django to 3.2.16 (#3895) 2022-10-04 16:23:16 +01:00
pyup.io bot
942a0bc3a9
Update mypy to 0.982 (#3893) 2022-10-04 12:30:18 +01:00
github-actions[bot]
9e69de4a6a
Auto-update pre-commit hooks (#3894)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-10-04 08:19:35 +01:00
pyup.io bot
712c485826
Update sentry-sdk from 1.9.9 to 1.9.10 (#3892) 2022-10-03 22:52:34 +01:00
pyup.io bot
544cbef0ca
Update pytz from 2022.2.1 to 2022.4 (#3891) 2022-10-02 10:17:44 +01:00
pyup.io bot
7fcfc01541
Update coverage to 6.5.0 (#3890) 2022-09-30 20:32:52 +01:00
pyup.io bot
25ffbb0081
Update mypy to 0.981 (#3889) 2022-09-30 20:26:01 +01:00
pyup.io bot
fd8aa73d31
Update sentry-sdk to 1.9.9 (#3888) 2022-09-30 20:25:08 +01:00
pyup.io bot
4edbc804f6
Update sphinx to 5.2.3 (#3887) 2022-09-30 20:23:33 +01:00
krati yadav
f1ef4f85ff
Removed SENDGRID_MERGE_FIELD_FORMAT from production.py (#3885) 2022-09-29 23:07:49 +01:00
pyup-bot
3b05e02aa0 Update crispy-bootstrap5 from 0.6 to 0.7 2022-09-28 12:55:37 -07:00
pyup.io bot
68f21b6028
Update sphinx to 5.2.2 (#3884)
* Update sphinx from 5.2.1 to 5.2.2

* Update sphinx from 5.2.1 to 5.2.2
2022-09-27 22:07:21 +01:00
pyup-bot
6202d26fe8 Update drf-spectacular from 0.24.1 to 0.24.2 2022-09-26 08:58:07 -07:00
pyup.io bot
94292f1aa9
Update djangorestframework to 3.14.0 (#3881) 2022-09-26 16:03:39 +01:00
pyup.io bot
d189be0370
Update django-debug-toolbar to 3.7.0 (#3878) 2022-09-26 14:12:57 +01:00
github-actions[bot]
e7ab32e794
Auto-update pre-commit hooks (#3877)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-09-26 14:12:18 +01:00
pyup.io bot
928836ee89
Update sphinx to 5.2.1 (#3879) 2022-09-26 14:11:30 +01:00
Bruno Alla
88c063f7ff
Remove --no-deps in pip wheels command of docs Dockerfile (#3875) 2022-09-24 14:37:12 +01:00
monosans
9cf280d343
Reload uvicorn on html file change (#3866) 2022-09-23 21:28:11 +01:00
Brandon Rumiser
e944a5ffe1
Mailjet default api url does not work out of the box (#3871) 2022-09-23 20:51:05 +01:00
Fábio C. Barrionuevo da Luz
0286c34aca
Merge pull request #3872 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2022-09-23 14:51:18 -03:00
pyup.io bot
944bd491ea
Update django-extensions from 3.2.0 to 3.2.1 (#3867) 2022-09-23 09:48:48 +01:00
pyup.io bot
84ec3e2f6f
Update drf-spectacular from 0.24.0 to 0.24.1 (#3874) 2022-09-23 09:47:54 +01:00
browniebroke
c6a12fae8b Auto-update pre-commit hooks 2022-09-16 03:17:49 +00:00
pyup.io bot
638bbd5f51
Update watchfiles to 0.17.0 (#3869) 2022-09-15 10:10:34 +02:00
pyup.io bot
87897f22ff
Update drf-spectacular to 0.24.0 (#3870) 2022-09-15 10:10:12 +02:00
pyup.io bot
db0fc69f5f
Update sentry-sdk to 1.9.8 (#3861) 2022-09-05 15:31:14 +01:00
pyup.io bot
bd19b98eec
Update pytest to 7.1.3 (#3860)
* Update pytest from 7.1.2 to 7.1.3

* Update pytest from 7.1.2 to 7.1.3
2022-09-02 19:34:19 +01:00
pyup.io bot
33b1b8eb87
Update sentry-sdk from 1.9.6 to 1.9.7 (#3859) 2022-09-02 19:34:03 +01:00
pyup.io bot
9e9814aefb
Update sentry-sdk from 1.9.5 to 1.9.6 (#3856) 2022-09-01 07:19:34 +01:00
github-actions[bot]
dd0e8bade3
Auto-update pre-commit hooks (#3858)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-09-01 07:19:06 +01:00
pyup.io bot
7250848427
Update black to 22.8.0 (#3857)
* Update black from 22.6.0 to 22.8.0

* Update black from 22.6.0 to 22.8.0
2022-09-01 07:18:52 +01:00
Bruno Alla
bb282ee7f9
Bump Heroku python runtime to 3.9.13 2022-08-25 07:11:57 +01:00
pyup.io bot
7160d0e24e
Update django-debug-toolbar to 3.6.0 (#3847) 2022-08-24 23:00:46 +01:00
pyup.io bot
98822a938d
Update werkzeug to 2.2.2 (#3846) 2022-08-24 22:59:07 +01:00
pyup.io bot
f571864cf0
Update coverage to 6.4.4 (#3842) 2022-08-24 22:42:32 +01:00
pyup.io bot
eb11cac0bc
Update uvicorn to 0.18.3 (#3845) 2022-08-24 22:41:33 +01:00
pyup.io bot
0b103a37ad
Update sentry-sdk to 1.9.5 (#3841) 2022-08-24 22:40:31 +01:00
pyup.io bot
92be4b2b40
Update flower to 1.2.0 (#3836) 2022-08-24 22:40:09 +01:00
pyup.io bot
d5f55551fd
Update django-storages to 1.13.1 (#3833) 2022-08-24 22:38:07 +01:00
pyup.io bot
45a9f83089
Update coverage from 6.4.2 to 6.4.3 (#3835) 2022-08-15 08:52:17 +01:00
pyup.io bot
e47c35a701
Update pytz from 2022.1 to 2022.2.1 (#3840) 2022-08-15 08:42:58 +01:00
pyup.io bot
0727d9cbe9
Update sentry-sdk from 1.9.3 to 1.9.4 (#3838) 2022-08-15 08:42:07 +01:00
pyup-bot
93aafa01c2 Update sentry-sdk from 1.9.2 to 1.9.3 2022-08-09 07:25:05 -07:00