mirror of
https://github.com/tanrax/django-channels-more-than-present
synced 2026-01-08 06:13:39 +01:00
21 lines
492 B
Markdown
21 lines
492 B
Markdown
# Changelog
|
|
|
|
## [2.0.1] - 2025-12-06
|
|
|
|
### Fixed
|
|
- Restore documentation link in README
|
|
|
|
## [2.0.0] - 2025-12-06
|
|
|
|
### Changed
|
|
- Modernize Django support (3.2+)
|
|
- Update Python support (3.8+)
|
|
- Replace deprecated `unique_together` with `UniqueConstraint`
|
|
- Update `Signal` API (remove deprecated `providing_args`)
|
|
- Fix app configuration name
|
|
- Add `default_auto_field` to AppConfig
|
|
- Update dependencies: Django >=3.2, channels >=4.0
|
|
|
|
### Migration
|
|
- New migration file for constraint updates
|