Skip to content

Releases: browniebroke/django-migrate-sql-deux

v1.4.0

07 Dec 18:38

Choose a tag to compare

v1.4.0 (2025-12-07)

This release is published under the ISC License.

Features


Detailed Changes: v1.3.0...v1.4.0

v1.3.0

08 Oct 19:22

Choose a tag to compare

v1.3.0 (2025-10-08)

This release is published under the ISC License.

Features

  • Apply textwrap.dedent() to SQL strings automatically (#129, eb58cd7)

Detailed Changes: v1.2.0...v1.3.0

v1.2.0

18 Sep 08:02

Choose a tag to compare

v1.2.0 (2025-09-18)

This release is published under the ISC License.

Features


Detailed Changes: v1.1.2...v1.2.0

v1.1.2

25 Aug 14:48

Choose a tag to compare

v1.1.2 (2025-08-25)

This release is published under the ISC License.

Bug Fixes

Documentation

  • Add BrutCZE as a contributor for bug, and ideas (#61, ffc11bd)

Detailed Changes: v1.1.1...v1.1.2

v1.1.1

18 Jun 08:57

Choose a tag to compare

v1.1.1 (2025-06-18)

This release is published under the BSD License.

Bug Fixes

  • Add migrate command to pass system checks on Django 5.2 (#59, b2eb676)

Refactoring

  • Use iterable unpacking instead of concatenation (475ec6d)

Detailed Changes: v1.1.0...v1.1.1

v1.1.0

14 Apr 17:54

Choose a tag to compare

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 a makemigrations command

  • Leverage newly added autodetector command attribute on Django 5.2 (733d74b)


Detailed Changes: v1.0.1...v1.1.0

v1.0.1

14 Apr 10:39

Choose a tag to compare

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

14 Apr 07:46

Choose a tag to compare

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_sql to django_migrate_sql to follow Django reusable apps best practices (c3bc1df)

Features

  • Migrate to pyproject.toml (2d3c547)

Bug Fixes

  • Update PSR config to fix automated releases (5c77f58)

Testing

  • Re-organise test project (3417b0f)
  • Update tox file to run with uv (479a0af)

Detailed Changes: v0.7.0...v1.0.0

v0.7.0

12 Apr 19:03

Choose a tag to compare

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

11 Apr 18:31

Choose a tag to compare

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