Commit Graph

7303 Commits

Author SHA1 Message Date
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
github-actions[bot]
c1d580af48
Auto-update pre-commit hooks (#4912)
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-03-10 17:41:39 +00:00
pyup.io bot
a1541891ed
Update ruff to 0.3.2 (#4911)
* Update ruff from 0.3.0 to 0.3.2

* Update ruff from 0.3.0 to 0.3.2
2024-03-10 17:41:29 +00:00
pyup.io bot
6c5ac37ed0
Update uvicorn from 0.27.1 to 0.28.0 (#4913) 2024-03-10 17:41:01 +00:00
pyup.io bot
cd9b5c0201
Update redis from 5.0.2 to 5.0.3 (#4916) 2024-03-10 17:40:41 +00:00
pyup.io bot
c561f51660
Update pytest to 8.1.1 (#4914)
* Update pytest from 8.1.0 to 8.1.1

* Update pytest from 8.1.0 to 8.1.1
2024-03-10 17:39:29 +00:00
github-actions
b27fd26b78 Release 2024.03.07 2024-03-08 02:09:57 +00:00
pyup.io bot
cc55c8c671
Update tox from 4.14.0 to 4.14.1 (#4906) 2024-03-07 22:12:16 +00:00
github-actions[bot]
374915c6a1
Auto-update pre-commit hooks (#4907)
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-03-07 22:11:21 +00:00
pyup.io bot
64cb0073f8
Update sentry-sdk from 1.40.6 to 1.41.0 (#4908) 2024-03-07 22:10:53 +00:00
github-actions
9e8931e25c Release 2024.03.06 2024-03-07 02:05:07 +00:00
pyup.io bot
a11547f27e
Update tox to 4.14.0 (#4904) 2024-03-06 14:01:23 +00:00
GitBib
f39aff8b3f
Fix fully qualified docker images (#4905)
* Fix Python (docker) Docker image version not being recognized after adding registry to image names

* Fix Python (docs) Docker image version not being recognized after adding registry to image names

* Fix Python (django) Docker image version not being recognized after adding registry to image names
2024-03-06 13:50:01 +00:00
github-actions
f1da6ba5f5 Release 2024.03.04 2024-03-05 02:09:53 +00:00
pyup.io bot
0b4e92739c
Update pytest to 8.1.0 (#4900)
* Update pytest from 8.0.2 to 8.1.0

* Update pytest from 8.0.2 to 8.1.0
2024-03-04 12:36:36 +00:00