Releases: browniebroke/django-migrate-sql-deux
v1.4.0
v1.3.0
v1.3.0 (2025-10-08)
This release is published under the ISC License.
Features
Detailed Changes: v1.2.0...v1.3.0
v1.2.0
v1.1.2
v1.1.1
v1.1.1 (2025-06-18)
This release is published under the BSD License.
Bug Fixes
Refactoring
- Use iterable unpacking instead of concatenation (
475ec6d)
Detailed Changes: v1.1.0...v1.1.1
v1.1.0
v1.1.0 (2025-04-14)
This release is published under the BSD License.
Features
-
Backport some changes to makemigrations command from Django (
c1b4f13) -
Extract core command into a mixin (
23cf182)
This should make it easier to integrate with other reusable apps that provide amakemigrationscommand -
Leverage newly added autodetector command attribute on Django 5.2 (
733d74b)
Detailed Changes: v1.0.1...v1.1.0
v1.0.1
v1.0.1 (2025-04-14)
This release is published under the BSD License.
Bug Fixes
- Run Ruff with unsafe fixes (
45a85b2)
Testing
- Tidy up and simplify test settings (
affbd00)
Detailed Changes: v1.0.0...v1.0.1
v1.0.0
v1.0.0 (2025-04-14)
This release is published under the BSD License.
Breaking Changes
- Drop support for Django <4.2
- Rename package from
migrate_sqltodjango_migrate_sqlto follow Django reusable apps best practices (c3bc1df)
Features
- Migrate to pyproject.toml (
2d3c547)
Bug Fixes
- Update PSR config to fix automated releases (
5c77f58)
Testing
Detailed Changes: v0.7.0...v1.0.0
v0.7.0
v0.7.0 (2025-04-12)
Features
-
Add support for Django 4.1 (
53997f6) -
Add support for Django 4.2 (
a1599ec) -
Add support for Django 5.0 (
97faea1) -
Add support for Django 5.1 (
46bce08) -
Add support for Django 5.2 (
dd49703) -
Add support for Python 3.11 (
aa4549c) -
Add support for Python 3.12 (
3c8472f) -
Add support for Python 3.13 (
22d9078) -
Drop support for Django <3.2 (
35e90d8) -
Drop support for Python <3.9 (
73252f3)
Detailed Changes: v0.6.0...v0.7.0
v0.6.0
v0.6.0 (2025-04-11)
Bug Fixes
- Add missing long_description_content_type to setup call (
eb96c57)
Features
-
Add support for Django 3.1 (
f9ad68e) -
Add support for Django 3.2 (
660e924) -
Add support for Django 4.0 (
73c3743) -
Add support for Python 3.10 (
0e8ac4d) -
Add support for Python 3.8 and 3.9 (
e557917)
Detailed Changes: v0.5.3...v0.6.0