Commit Graph

7280 Commits

Author SHA1 Message Date
github-actions
5d9efa648b Release 2024.01.29 2024-01-30 02:10:02 +00:00
browniebroke
a11f02de8d Update Contributors 2024-01-29 13:10:31 +00:00
henningbra
cce9c0ee00
Update mention of coverage config file to pyproject.toml in documentation (#4816)
* Update testing.rst - coverage config file is now pyproject.toml

* Update docs/testing.rst

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-01-29 13:09:00 +00:00
Jelmer
5083f866d7
Merge pull request #4815 from foarsitter/webpack_deprecated_loader
Fix deprecation warning about renaming of `webpack_loader.loader` to `webpack_loader.loaders`
2024-01-29 10:30:40 +01:00
Jelmer
9227319998
Merge pull request #4814 from cookiecutter/pyup-update-black-24.1.0-to-24.1.1
Update black to 24.1.1
2024-01-29 10:30:28 +01:00
Jelmer
96756036f8
Merge pull request #4817 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2024-01-29 10:30:19 +01:00
browniebroke
4f02e397d5 Auto-update pre-commit hooks 2024-01-29 02:23:00 +00:00
Jelmer Draaijer
e87b6fad33 'webpack_loader.loader' module has been renamed to 'webpack_loader.loaders' 2024-01-28 12:38:24 +01:00
pyup-bot
d45c042cd7 Update black from 24.1.0 to 24.1.1 2024-01-28 06:30:23 +00:00
pyup-bot
2ef8d0a78e Update black from 24.1.0 to 24.1.1 2024-01-28 06:30:23 +00:00
pyup-bot
a5cf715966 Update pytest from 7.4.4 to 8.0.0 2024-01-28 02:11:53 +00:00
pyup-bot
c7c16c746c Update pytest from 7.4.4 to 8.0.0 2024-01-28 02:11:52 +00:00
github-actions
e840b75eba Release 2024.01.27 2024-01-28 02:11:47 +00:00
Jelmer
544e1e1038
Merge pull request #4809 from foarsitter/webpack_disable_devserver_overlay_for_warnings
Do not show webpack devserver overlay for warnings
2024-01-27 13:54:39 +01:00
Jelmer
05c0d3ee52
Merge pull request #4805 from cookiecutter/pyup-update-python-slugify-8.0.1-to-8.0.2
Update python-slugify to 8.0.2
2024-01-27 13:54:03 +01:00
pyup.io bot
b68913ccef
Update coverage from 7.4.0 to 7.4.1 (#4807) 2024-01-27 10:17:24 +00:00
Jelmer Draaijer
e4d6b98c93 Do not show webpack devserver overlay for warnings 2024-01-27 10:34:23 +01:00
github-actions
8324c160e8 Release 2024.01.26 2024-01-27 02:08:59 +00:00
pyup.io bot
6301fcc603
Update black to 24.1.0 (#4806)
* Update black from 23.12.1 to 24.1.0

* Update black from 23.12.1 to 24.1.0

* Update black pre-commit hooks

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

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

* Fix a few styling issues for black v24

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-26 10:49:52 +00:00
github-actions
cf788ffe61 Release 2024.01.25 2024-01-26 02:11:42 +00:00
pyup-bot
991a1097dd Update python-slugify from 8.0.1 to 8.0.2 2024-01-25 17:51:29 +00:00
Tim Freund
c7eded8644
Add registry to Docker images names (#4804)
Prepending docker.io/ to image names allows projects to be run in
alternate runtimes such as podman-compose without additional
configuration.
2024-01-25 09:12:07 +00:00
browniebroke
956469849a Update Contributors 2024-01-25 09:02:05 +00:00
Jens Kaeske
bda89eaa06
Replace custom static & media storage classes by passing options in the STORAGES setting (#4803)
The custom cloud storages module has been deleted, and the settings have been updated to use the storage backend settings directly from each cloud provider's storage backend libraries. These changes have simplified the cloud storage configuration for each cloud provider in the production settings file.
2024-01-25 09:01:27 +00:00
github-actions
4da8386f9c Release 2024.01.24 2024-01-25 02:17:27 +00:00
pyup.io bot
cd0a76c46f
Update uvicorn to 0.27.0 (#4800) 2024-01-24 15:34:24 +00:00
Bruno Alla
1899b485e6
Migrate to the unified STORAGES setting added in Django 4.2 (#4477)
* changed settings.py vars to reflect django-4.2

* Fix code style

* removed overriding and if block in variable

* Fix code style

* Remove comment

* Add back default file storage

---------

Co-authored-by: Manan Bhavsar <mananbh9@live.com>
2024-01-24 15:32:44 +00:00
Bruno Alla
e354622bb7
Auto-close issue marked as "wontfix" 2024-01-24 10:25:58 +00:00
github-actions
a634c7aed9 Release 2024.01.21 2024-01-22 02:18:09 +00:00
dependabot[bot]
d9033c1ee2
Bump browser-sync from 2.29.3 to 3.0.2 in /{{cookiecutter.project_slug}} (#4765)
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.3 to 3.0.2.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.3...v3.0.2)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-21 22:37:30 +00:00
Cristian Vargas
86faba37d9
Update traefik doc links (#4798)
* Update traefik doc links

* Update traefik doc. Use correct anchor
2024-01-21 22:32:47 +00:00
github-actions
572ed96d35 Release 2024.01.19 2024-01-20 02:15:14 +00:00
pyup.io bot
238d54a8a8
Update drf-spectacular to 0.27.1 (#4797) 2024-01-19 10:04:12 +00:00
github-actions
5aa3c60537 Release 2024.01.17 2024-01-18 02:16:35 +00:00
dependabot[bot]
3f57c5525a
Bump webpack-bundle-tracker to 3.0.1 (#4781)
Bumps [webpack-bundle-tracker](https://github.com/django-webpack/webpack-bundle-tracker) from 2.0.1 to 3.0.1.
- [Release notes](https://github.com/django-webpack/webpack-bundle-tracker/releases)
- [Commits](https://github.com/django-webpack/webpack-bundle-tracker/compare/2.0.1...v3.0.1)

---
updated-dependencies:
- dependency-name: webpack-bundle-tracker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 09:27:11 +00:00
pyup.io bot
1ee1de2df7
Update django-webpack-loader to 3.0.1 (#4793) 2024-01-17 09:26:10 +00:00
dependabot[bot]
d990dcacab
Bump postcss-loader to 8.0.0 (#4795)
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.4 to 8.0.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.4...v8.0.0)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 09:24:27 +00:00
pyup.io bot
350e74322d
Update tox to 4.12.1 (#4796) 2024-01-17 09:22:44 +00:00
Matthew Foster Walsh
bc06b0da59
Add a test to cover DJANGO_ADMIN_FORCE_ALLAUTH (#4790)
* Add a test to cover `DJANGO_ADMIN_FORCE_ALLAUTH`

* Remove unused fixtures

* Test redirect url
2024-01-17 09:18:54 +00:00
pyup.io bot
5665b617fc
Update uvicorn to 0.26.0 (#4794) 2024-01-17 09:13:26 +00:00
github-actions
813d260cca Release 2024.01.16 2024-01-17 02:16:53 +00:00
dependabot[bot]
d939a0cfd4
Bump sass-loader from to 14.0.0 (#4791)
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 14.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.3.3...v14.0.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-16 09:18:08 +00:00
github-actions
447a6a7f93 Release 2024.01.15 2024-01-16 02:16:37 +00:00
pyup.io bot
385f83f851
Update gitpython to 3.1.41 (#4788) 2024-01-15 22:49:49 +00:00
pyup.io bot
d436c0b52c
Update django-allauth to 0.60.1 (#4787) 2024-01-15 22:21:42 +00:00
browniebroke
f07aa6010b Update Contributors 2024-01-15 09:51:56 +00:00
Nix Siow
a035a11874
Update allauth documentation links (#4786) 2024-01-15 09:51:21 +00:00
pyup.io bot
19bfd54665
Update tox to 4.12.0 (#4785) 2024-01-12 09:26:15 +00:00
github-actions
a3ba685b85 Release 2024.01.11 2024-01-12 02:16:47 +00:00
pyup.io bot
5343caa1d0
Update jinja2 to 3.1.3 (#4784) 2024-01-11 14:01:07 +00:00