mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2026-01-07 17:21:17 +03:00
Release 2025.12.23
This commit is contained in:
parent
cdf78e03b8
commit
6a8206c8a4
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
|
|||
|
||||
<!-- GENERATOR_PLACEHOLDER -->
|
||||
|
||||
## 2025.12.23
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
- Remove silent `ImportError` suppression in `UsersConfig.ready()` ([#6263](https://github.com/cookiecutter/cookiecutter-django/pull/6263))
|
||||
|
||||
- Switch Dependabot to uv ecosystem ([#6258](https://github.com/cookiecutter/cookiecutter-django/pull/6258))
|
||||
|
||||
### Updated
|
||||
|
||||
- Update collectfasta to 3.3.2 ([#6262](https://github.com/cookiecutter/cookiecutter-django/pull/6262))
|
||||
|
||||
## 2025.12.22
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "cookiecutter-django"
|
||||
version = "2025.12.22"
|
||||
version = "2025.12.23"
|
||||
description = "A Cookiecutter template for creating production-ready Django projects quickly."
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user