Commit Graph

3054 Commits

Author SHA1 Message Date
github-actions[bot]
a46c0e1f69
Auto-update pre-commit hooks (#4550)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-31 19:02:24 +01:00
pyup.io bot
4169c06e5d
Update django-allauth from 0.55.0 to 0.55.2 (#4549) 2023-08-31 19:02:02 +01:00
pyup.io bot
0f67641655
Update celery from 5.3.1 to 5.3.3 (#4553) 2023-08-31 16:02:12 +01:00
pyup.io bot
682c3ce34b
Update django-environ from 0.10.0 to 0.11.0 (#4548) 2023-08-30 19:19:51 +01:00
pyup.io bot
944399c2ef
Update sentry-sdk to 1.30.0 (#4546) 2023-08-29 17:37:57 +01:00
Bruno Alla
c67f5ee27c
Add French translations (#4454) 2023-08-28 19:09:54 +01:00
itisnotyourenv
b117f003fb
Change MEDIA_URL to an absolute URL in tests (#4460)
* fixture for changing media url

* Customise MEDIA_URL setting instead of using fixture

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-08-28 19:02:09 +01:00
pyup.io bot
c021908c43
Update django-allauth to 0.55.0 (#4535) 2023-08-28 13:29:23 +01:00
pyup.io bot
b0c0bb2305
Update watchfiles to 0.20.0 (#4537) 2023-08-28 13:28:49 +01:00
MinWoo Sung
4cdfea3977
add compatibility options for black and flake8 (#4541)
* add compatibility options for black and flake8

* remove flake8 args option

---------

Co-authored-by: 성민우 <minwoo@seongmin-uui-MacBookPro.local>
2023-08-28 11:09:15 +01:00
dependabot[bot]
3802572a88
Update Python version from 3.11.4 to 3.11.5 (#4542)
* Bump python in /{{cookiecutter.project_slug}}/compose/production/django

Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye in /{{cookiecutter.project_slug}}/compose/local/django (#4544)

Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye in /{{cookiecutter.project_slug}}/compose/local/docs (#4545)

Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Heroku runtime to Python 3.11.5

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-08-28 11:06:30 +01:00
John
13b97de9d7
Override _after_postgeneration to force save in User factory (#4534)
* Override _after_postgeneration to force save

Saving in _after_postgeneration was automatic in Factory Boy versions below 4.0, but must be done explicitly in newer versions.

* Clean up formatting
2023-08-19 20:31:53 +01:00
pyup.io bot
0336c1ab96
Update argon2-cffi from 21.3.0 to 23.1.0 (#4527) 2023-08-17 09:06:43 +01:00
github-actions[bot]
eaebee84f1
Auto-update pre-commit hooks (#4530)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-17 09:05:13 +01:00
pyup.io bot
e79a909653
Update redis to 5.0.0 (#4526) 2023-08-15 15:40:33 +01:00
Bruno Alla
b9550a1dab
Prevent error in data migration caused by long project name (#4525)
* Test very long project names on CI

* Fix migration
2023-08-14 23:00:26 +01:00
pyup.io bot
41d81b6286
Update werkzeug to 2.3.7 (#4521) 2023-08-14 12:00:40 +01:00
Bruno Alla
4e9f9afd3d
Install Django and DRF stubs with compatible-mypy extra (as per offical recommendation) (#4361) 2023-08-14 11:59:28 +01:00
zhaoruibing
bf44d152ea
Exclude env files from container image (add .envs/ to .dockerignore) (#4476)
Currently, environment files are copied to container image during build.

Environment files contains secrets and should not be in container images.
Per [discussion 4474](https://github.com/cookiecutter/cookiecutter-django/discussions/4474), this is likely a bug.

This change excludes all environment files from being copied to container image.

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-08-14 11:22:25 +01:00
pyup.io bot
7f59f85814
Update coverage to 7.3.0 (#4516) 2023-08-14 10:53:37 +01:00
pyup.io bot
b5b12b8f96
Update django-debug-toolbar to 4.2.0 (#4511) 2023-08-14 10:53:14 +01:00
pyup.io bot
a76f43dba9
Update flower to 2.0.1 (#4518) 2023-08-14 10:52:57 +01:00
Tharushan
3415586cf7
Fix overrideCommand value in devcontainer so that the django container can run (#4517) 2023-08-14 10:50:47 +01:00
mpsantos
6a15b4831e
Corrected 'or' translation to pt-br (#4507) 2023-08-10 13:57:47 +01:00
github-actions[bot]
ca99449e4a
Auto-update pre-commit hooks (#4503)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-04 08:22:14 +01:00
github-actions[bot]
64f660b170
Auto-update pre-commit hooks (#4499)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-01 23:02:31 +01:00
pyup.io bot
9d33aca169
Update django-anymail to 10.1 (#4497)
* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1

* Update django-anymail from 10.0 to 10.1
2023-08-01 23:02:09 +01:00
pyup.io bot
bbfdbc8b0e
Update sentry-sdk from 1.29.1 to 1.29.2 (#4496) 2023-08-01 23:01:24 +01:00
pyup.io bot
072372619d
Update django from 4.2.3 to 4.2.4 (#4495) 2023-08-01 23:01:10 +01:00
Bruno Alla
bc56102f13
Change how we remove prettier pre-commit hook from the config (#4450) 2023-08-01 20:56:51 +01:00
pyup.io bot
d54f29fd4f
Update flake8 to 6.1.0 (#4489)
* Update flake8 from 6.0.0 to 6.1.0

* Update flake8 from 6.0.0 to 6.1.0
2023-08-01 14:44:02 +01:00
pyup.io bot
093b346b3d
Update uvicorn to 0.23.2 (#4490) 2023-08-01 14:43:51 +01:00
pyup.io bot
82a944bc67
Update sentry-sdk to 1.29.1 (#4494) 2023-08-01 14:43:38 +01:00
Shayan Karimi
40ddc4b6af
Add support for Drone (#4382)
* Add overall config for drone.io support

* Update docs

* Configure basic CI setup

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix python image version for tests step

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-28 13:03:47 +01:00
dependabot[bot]
72e91da973
Bump traefik (#4483)
Bumps traefik from 2.10.3 to 2.10.4.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 10:21:53 -03:00
pyup.io bot
89ecc2e576
Update drf-spectacular to 0.26.4 (#4481) 2023-07-24 16:36:15 +01:00
Imran Rahman
a50f2bee94
Display custom 403_csrf.html while getting a csrf error in prod (#4464)
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 12:41:10 +01:00
Imran Rahman
f567b5f685
update docs docker-compose -> docker compose (#4463)
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 10:42:51 +01:00
pyup.io bot
e7f0b960b7
Update djlint to 1.32.1 (#4475)
* Update djlint from 1.32.0 to 1.32.1

* Update djlint from 1.32.0 to 1.32.1
2023-07-20 18:38:35 +01:00
pyup.io bot
394a9c4bd8
Update factory-boy to 3.3.0 (#4472) 2023-07-19 16:52:30 +01:00
pyup.io bot
6b4f8852a3
Update gunicorn to 21.2.0 (#4473) 2023-07-19 16:52:09 +01:00
pyup.io bot
7ef435d0c6
Update djlint to 1.32.0 (#4471)
* Update djlint from 1.31.1 to 1.32.0

* Update djlint from 1.31.1 to 1.32.0
2023-07-19 11:06:13 +01:00
pyup.io bot
826c48c80e
Update gunicorn to 21.1.0 (#4470) 2023-07-18 17:56:19 +01:00
pyup.io bot
75a33485a3
Update uvicorn to 0.23.1 (#4468) 2023-07-18 12:40:58 +01:00
pyup.io bot
daa4398071
Update gunicorn to 21.0.1 (#4466) 2023-07-18 12:40:06 +01:00
pyup.io bot
1cfa07be3b
Update sentry-sdk from 1.28.0 to 1.28.1 (#4458) 2023-07-13 09:26:56 -03:00
Bruno Alla
de2f108ec2
Fix code style 2023-07-12 11:03:05 +01:00
masavini
f10253a3b3
fix /tmp bind mount (#4455) 2023-07-11 17:32:02 +01:00
Bruno Alla
67a7194d06
Improve type hints for UserSerializer (#4429)
* Improve type hints for UserSerializer

* Fix NameError for UserType
2023-07-11 14:11:24 +01:00
pyup.io bot
cf2bc57a0d
Update black to 23.7.0 (#4452)
* Update black from 23.3.0 to 23.7.0

* Update black from 23.3.0 to 23.7.0
2023-07-11 09:43:53 +02:00