Releases: philsupertramp/django-data-migration
Releases · philsupertramp/django-data-migration
v0.1.5
What's Changed
- Bump sqlparse from 0.4.2 to 0.4.4 by @dependabot in #29
- Bump django from 3.2.18 to 3.2.19 by @dependabot in #30
- Configure Renovate by @renovate in #5
- chore(deps): update dependency coverage to v6.5.0 by @renovate in #34
- chore(deps): update dependency pyparsing to v3.1.0 by @renovate in #36
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Bump django from 3.2.16 to 3.2.18 by @dependabot in #28
- Update README.rst by @philsupertramp in #27
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Bump django from 3.2.15 to 3.2.16 by @dependabot in #25
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Bump django from 3.2.14 to 3.2.15 by @dependabot in #24
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Dependency Update
- Enabled support for Django 4.0
First Beta
Contains all required functionality.
In case you hit issues, please report them.
3rd alpha
- Squashing is implemented
- creates
data_migration
files withis_applied=True
for already applied migrations
https://pypi.org/project/django-data-migrations/0.0.3/
First alpha release
contains extended commands
migrate
makemigrations
squashmigrations
To allow the creation of a seperate migration graph for data migrations only.
Please use this version to test the package on bigger projects and report bugs.