Commit Graph

7317 Commits

Author SHA1 Message Date
Jelmer
7e41971a76
Merge pull request #4951 from cookiecutter/pyup-update-gitpython-3.1.42-to-3.1.43
Update gitpython to 3.1.43
2024-04-02 18:40:09 +02:00
Jelmer
53e360c8db
Merge pull request #4953 from cookiecutter/pyup-update-pillow-10.2.0-to-10.3.0
Update pillow to 10.3.0
2024-04-02 18:40:02 +02:00
Jelmer
101bfdb259
Merge pull request #4956 from cookiecutter/pyup-update-django-model-utils-4.4.0-to-4.5.0
Update django-model-utils to 4.5.0
2024-04-02 18:39:05 +02:00
Jelmer
4b9873a4f1
Merge pull request #4957 from cookiecutter/pyup-update-drf-spectacular-0.27.1-to-0.27.2
Update drf-spectacular to 0.27.2
2024-04-02 18:38:45 +02:00
Jelmer
10f6402d94
Merge pull request #4958 from cookiecutter/pyup-update-werkzeug-3.0.1-to-3.0.2
Update werkzeug to 3.0.2
2024-04-02 18:38:35 +02:00
Jelmer
38406ca107
Merge pull request #4959 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2024-04-02 18:38:27 +02:00
Jelmer
0c5b738922
Merge pull request #4961 from simonliska/master
change obsolete docker image "docker/compose:1.29.2" to "docker:25.0"
2024-04-02 18:38:04 +02:00
Simon Liska
525ebf2b45 change obsolete docker image "docker/compose:1.29.2" to "docker:25.0" 2024-04-02 17:22:33 +02:00
browniebroke
8899824460 Auto-update pre-commit hooks 2024-04-02 02:24:13 +00:00
pyup-bot
1c9c91b15e Update werkzeug from 3.0.1 to 3.0.2 2024-04-01 22:40:40 +03:00
pyup-bot
308139717d Update drf-spectacular from 0.27.1 to 0.27.2 2024-04-01 22:40:12 +03:00
pyup-bot
79b2828f7b Update django-model-utils from 4.4.0 to 4.5.0 2024-04-01 22:40:09 +03:00
pyup-bot
5af055bccb Update pillow from 10.2.0 to 10.3.0 2024-04-01 17:25:02 +03:00
pyup-bot
719fa5d57b Update gitpython from 3.1.42 to 3.1.43 2024-03-31 10:47:17 +01:00
github-actions
35f21ba697 Release 2024.03.29 2024-03-30 02:08:54 +00:00
Abe Hanoka
bca7d02f0a
Add instruction for adding a django app (#4944)
* feat(docs): add instruction for adding a django app

Following the the steps outlined in:
https://github.com/cookiecutter/cookiecutter-django/discussions/4339#discussioncomment-5922166
this PR adds a "Creating Your First Django App" section to the docs
breifly expalins the file structure and outlines the steps to add a new
app.

* Update docs/developing-locally.rst

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>

* Update docs/developing-locally.rst

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2024-03-29 09:48:14 +00:00
github-actions
a8ff250a9d Release 2024.03.27 2024-03-28 02:12:49 +00:00
pyup.io bot
4166119930
Update pre-commit to 3.7.0 (#4943)
* Update pre-commit from 3.6.2 to 3.7.0

* Update pre-commit from 3.6.2 to 3.7.0
2024-03-27 08:20:50 +00:00
pyup.io bot
f07848448a
Update pygithub from 2.2.0 to 2.3.0 (#4942) 2024-03-27 08:20:37 +00:00
pyup.io bot
ba4d7f6435
Update djangorestframework from 3.15.0 to 3.15.1 (#4941) 2024-03-27 08:19:41 +00:00
pyup.io bot
bd9181befa
Update tox from 4.14.1 to 4.14.2 (#4940) 2024-03-27 08:19:31 +00:00
pyup.io bot
52b4a61d82
Update ruff to 0.3.4 (#4936)
* Update ruff from 0.3.3 to 0.3.4

* Update ruff from 0.3.3 to 0.3.4
2024-03-27 08:19:05 +00:00
github-actions[bot]
bf09d5614f
Auto-update pre-commit hooks (#4937)
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-03-27 08:18:48 +00:00
github-actions
c616a03632 Release 2024.03.26 2024-03-27 02:10:43 +00:00
Eraldo Energy
f4362c7676
Update mentions of psycopg in comments (#4947) 2024-03-26 15:47:02 +00:00
github-actions
1a7e6a8414 Release 2024.03.21 2024-03-22 02:10:09 +00:00
Nix Siow
ad6faa617d
Add PostgreSQL 16, remove Postgres 10 and 11 (#4935)
Add support for PostgreSQL 16 and remove support for version 10 & 11
2024-03-21 14:00:32 +01:00
Jelmer
574163670d
Merge pull request #4933 from cookiecutter/pyup-update-uvicorn-0.28.0-to-0.29.0
Update uvicorn to 0.29.0
2024-03-21 08:49:05 +01:00
Jelmer
883d60fced
Merge pull request #4934 from cookiecutter/pyup-update-sentry-sdk-1.42.0-to-1.43.0
Update sentry-sdk to 1.43.0
2024-03-21 08:48:55 +01:00
pyup-bot
387f03e673 Update sentry-sdk from 1.42.0 to 1.43.0 2024-03-20 14:03:56 +00:00
pyup-bot
2e8412521a Update uvicorn from 0.28.0 to 0.29.0 2024-03-20 07:43:05 +00:00
github-actions
747a1b1502 Release 2024.03.19 2024-03-20 02:10:14 +00:00
Jelmer
3b3cf416f3
Merge pull request #4930 from foarsitter/py312
Upgrade Python to version 3.12
2024-03-19 10:41:04 +01:00
Jelmer
bb2c1c9952
Merge pull request #4898 from SukiCZ/docs/postgres-upgrade
Add documentation to upgrade Postgres in Docker environment. Fix: #461
2024-03-19 10:40:52 +01:00
github-actions
88a90402a4 Release 2024.03.18 2024-03-19 02:10:39 +00:00
Shayan Karimi
a1d34a08af
Split the docs from local.yml and build the service in CI (#4909)
* Split the docs from local.yml and build the service in CI

* Change docs build in our CI docker tests
2024-03-18 19:26:18 +00:00
Jelmer Draaijer
b488056b63 Upgrade Python to version 3.12 2024-03-18 20:07:24 +01:00
pyup.io bot
5c71441c9b
Update django-anymail to 10.3 (#4919)
* Update django-anymail from 10.2 to 10.3
2024-03-18 08:55:46 +01:00
Jelmer
b5839e28af
Merge pull request #4921 from cookiecutter/pyup-update-sentry-sdk-1.41.0-to-1.42.0
Update sentry-sdk to 1.42.0
2024-03-18 08:55:20 +01:00
pyup.io bot
523b61ae7c
Update coverage from 7.4.3 to 7.4.4 (#4926)
Co-authored-by: Jelmer <info@jelmert.nl>
2024-03-18 08:55:10 +01:00
Jelmer
6fd8493831
Merge pull request #4927 from cookiecutter/pyup-update-ruff-0.3.2-to-0.3.3
Update ruff to 0.3.3
2024-03-18 08:54:21 +01:00
Jelmer
45266e81f4
Merge pull request #4928 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2024-03-18 08:54:13 +01:00
browniebroke
ba4f3299ba Auto-update pre-commit hooks 2024-03-18 02:23:15 +00:00
github-actions
0ba5fc708d Release 2024.03.17 2024-03-18 02:10:30 +00:00
Jelmer
20d0e2bfe7
Merge pull request #4929 from cookiecutter/pyup-update-djangorestframework-3.14.0-to-3.15.0
Update djangorestframework to 3.15.0
2024-03-17 11:07:30 +01:00
pyup-bot
7b1d5f1598 Update djangorestframework from 3.14.0 to 3.15.0 2024-03-16 22:22:40 +00:00
pyup-bot
c76c14ace5 Update ruff from 0.3.2 to 0.3.3 2024-03-15 19:46:41 +00:00
pyup-bot
a406fde1af Update ruff from 0.3.2 to 0.3.3 2024-03-15 19:46:41 +00:00
pyup-bot
93024ca941 Update sentry-sdk from 1.41.0 to 1.42.0 2024-03-13 14:06:22 +00:00
github-actions
2e9a9b0288 Release 2024.03.10 2024-03-11 02:11:29 +00:00