Skip to content

Releases: serivt/django-smooth-migrations

0.2.0

10 Jun 15:20
Compare
Choose a tag to compare
  • ⬆️ Added support for new versions of Python and Django

0.1.0

30 Dec 14:12
0263e3f
Compare
Choose a tag to compare
  • 📝 Added LICENSE
  • 📝 Updated README
  • ✨ Added .gitignore file
  • ✨ Added pyproject file
  • ✨ Added 'apply_migrations' command that applies Django migrations and rolls back if an error occurs
  • ✨ Added methods to resolve backward incompatibilities
  • ✨ Added command that shows the last changes made from migrations with backward compatibility
  • ✨ Added 'publish' Github action
  • 🐛 Added missing init file
  • 🔧 Apply code formatting with black and isort