mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-20 10:52:34 +03:00
Merge branch 'main' into lint-format-template-with-ruff
This commit is contained in:
commit
34ab4ae7ca
5
.github/contributors.json
vendored
5
.github/contributors.json
vendored
|
@ -1748,5 +1748,10 @@
|
|||
"name": "Martín Blech",
|
||||
"github_login": "martinblech",
|
||||
"twitter_username": ""
|
||||
},
|
||||
{
|
||||
"name": "jlitrell",
|
||||
"github_login": "jlitrell",
|
||||
"twitter_username": ""
|
||||
}
|
||||
]
|
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -3,6 +3,42 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
|
|||
|
||||
<!-- GENERATOR_PLACEHOLDER -->
|
||||
|
||||
## 2025.08.28
|
||||
|
||||
|
||||
### Updated
|
||||
|
||||
- Update django-allauth to 65.11.1 ([#5992](https://github.com/cookiecutter/cookiecutter-django/pull/5992))
|
||||
|
||||
- Auto-update pre-commit hooks ([#5993](https://github.com/cookiecutter/cookiecutter-django/pull/5993))
|
||||
|
||||
## 2025.08.27
|
||||
|
||||
|
||||
### Updated
|
||||
|
||||
- Update django-upgrade pre-commit hook ([#5991](https://github.com/cookiecutter/cookiecutter-django/pull/5991))
|
||||
|
||||
## 2025.08.26
|
||||
|
||||
|
||||
### Updated
|
||||
|
||||
- Update sentry-sdk to 2.35.1 ([#5988](https://github.com/cookiecutter/cookiecutter-django/pull/5988))
|
||||
|
||||
- Update sphinx-autobuild to 2025.8.25 ([#5989](https://github.com/cookiecutter/cookiecutter-django/pull/5989))
|
||||
|
||||
## 2025.08.25
|
||||
|
||||
|
||||
### Updated
|
||||
|
||||
- Update collectfasta to 3.3.1 ([#5987](https://github.com/cookiecutter/cookiecutter-django/pull/5987))
|
||||
|
||||
- Update coverage to 7.10.5 ([#5986](https://github.com/cookiecutter/cookiecutter-django/pull/5986))
|
||||
|
||||
- Update pytest-sugar to 1.1.1 ([#5984](https://github.com/cookiecutter/cookiecutter-django/pull/5984))
|
||||
|
||||
## 2025.08.21
|
||||
|
||||
|
||||
|
|
|
@ -1272,6 +1272,13 @@ Listed in alphabetical order.
|
|||
</td>
|
||||
<td>afrowave</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jlitrell</td>
|
||||
<td>
|
||||
<a href="https://github.com/jlitrell">jlitrell</a>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>John</td>
|
||||
<td>
|
||||
|
|
|
@ -67,7 +67,7 @@ Projects that provide financial support to the maintainers:
|
|||
|
||||
### Two Scoops of Django
|
||||
|
||||
[](https://www.feldroy.com/two-scoops-press#two-scoops-of-django)
|
||||
[](https://www.feldroy.com/two-scoops-of-django)
|
||||
|
||||
Two Scoops of Django 3.x is the best ice cream-themed Django reference in the universe!
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "cookiecutter-django"
|
||||
version = "2025.08.21"
|
||||
version = "2025.08.28"
|
||||
description = "A Cookiecutter template for creating production-ready Django projects quickly."
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
|
|
2
uv.lock
2
uv.lock
|
@ -182,7 +182,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "cookiecutter-django"
|
||||
version = "2025.8.21"
|
||||
version = "2025.8.28"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "binaryornot" },
|
||||
|
|
|
@ -29,7 +29,7 @@ repos:
|
|||
exclude: '{{cookiecutter.project_slug}}/templates/'
|
||||
|
||||
- repo: https://github.com/adamchainz/django-upgrade
|
||||
rev: '1.25.0'
|
||||
rev: '1.27.0'
|
||||
hooks:
|
||||
- id: django-upgrade
|
||||
args: ['--target-version', '5.0']
|
||||
|
|
|
@ -32,7 +32,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
|
|||
django==5.1.11 # pyup: < 5.2 # https://www.djangoproject.com/
|
||||
django-environ==0.12.0 # https://github.com/joke2k/django-environ
|
||||
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
|
||||
django-allauth[mfa]==65.11.0 # https://github.com/pennersr/django-allauth
|
||||
django-allauth[mfa]==65.11.1 # https://github.com/pennersr/django-allauth
|
||||
django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms
|
||||
crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
|
||||
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
|
||||
|
|
|
@ -16,7 +16,7 @@ watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles
|
|||
mypy==1.17.1 # https://github.com/python/mypy
|
||||
django-stubs[compatible-mypy]==5.2.2 # https://github.com/typeddjango/django-stubs
|
||||
pytest==8.4.1 # https://github.com/pytest-dev/pytest
|
||||
pytest-sugar==1.1.0 # https://github.com/Teemu/pytest-sugar
|
||||
pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
djangorestframework-stubs==3.16.0 # https://github.com/typeddjango/djangorestframework-stubs
|
||||
{%- endif %}
|
||||
|
@ -24,12 +24,12 @@ djangorestframework-stubs==3.16.0 # https://github.com/typeddjango/djangorestfr
|
|||
# Documentation
|
||||
# ------------------------------------------------------------------------------
|
||||
sphinx==8.2.3 # pyup: != 8.3.0 # https://github.com/sphinx-doc/sphinx
|
||||
sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
|
||||
sphinx-autobuild==2025.8.25 # https://github.com/GaretJax/sphinx-autobuild
|
||||
|
||||
# Code quality
|
||||
# ------------------------------------------------------------------------------
|
||||
ruff==0.12.10 # https://github.com/astral-sh/ruff
|
||||
coverage==7.10.4 # https://github.com/nedbat/coveragepy
|
||||
coverage==7.10.5 # https://github.com/nedbat/coveragepy
|
||||
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
|
||||
pre-commit==4.3.0 # https://github.com/pre-commit/pre-commit
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
|
||||
psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg
|
||||
{%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP') %}
|
||||
Collectfasta==3.3.0 # https://github.com/jasongi/collectfasta
|
||||
Collectfasta==3.3.1 # https://github.com/jasongi/collectfasta
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_sentry == "y" %}
|
||||
sentry-sdk==2.35.0 # https://github.com/getsentry/sentry-python
|
||||
sentry-sdk==2.35.1 # https://github.com/getsentry/sentry-python
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
|
||||
hiredis==3.2.1 # https://github.com/redis/hiredis-py
|
||||
|
|
Loading…
Reference in New Issue
Block a user