Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 1.68 KB

All notable changes to this project will be documented in this file.

[0.2.15] - 2025-01-03

  • CI/CD: CD after CI is completed

  • This is also to test the CD pipeline.

[0.2.14] - 2025-01-03

  • FEAT: feat: allow settings settings_dir explicitly

[0.2.13] - 2025-01-02

  • README: improve the setup dorm step

[0.2.12] - 2025-01-02

  • README: added ci & cd badges

This is to also finally test the CD pipeline.

[0.2.11] - 2025-01-02

  • CI - test examples with tox on ubuntu, windows and mac for each code push
  • CD - build and publish to pypi, for each tag (v*) push

[0.2.10] - 2025-01-01

  • README - added badges for python and django versions

[0.2.9] - 2025-01-01

  • pyproject.toml - more classifiers added

[0.2.8] - 2025-01-01

  • pyproject.toml - specified classifiers for python & django

[0.2.7] - 2025-01-01

  • Improve content of settings.py generated by dorm init
  • Custom ManagementUtility to execute dorm init
  • Hide django.core commands that are not relevant - startproject, startapp

[0.2.6] - 2025-01-01

  • Feature: dorm init command added to scaffold settings.py file

[0.2.5] - 2025-01-01

  • Fix: typo in setting default DEFAULT_AUTO_FIELD
  • Improve README

[0.2.4] - 2025-01-01

  • Improve README

[0.2.3] - 2025-01-01

  • Making DEFAULT_AUTO_FIELD not mandatory - setting 'django.db.models.BigAutoField' by default.

[0.2.2] - 2025-01-01

  • Minor improve README

[0.2.1] - 2025-01-01

  • Improve README and metadata for package
  • Added MIT License

[0.2.0] - 2025-01-01

Minimal Viable Package (MVP!) implemented!! It fulfils the basic motivation of the project - to be able to use just the Django ORM with minimum setup.