Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.4

    v0.3.4: backup of unused steps 3 4 and 5 preparing migration to frontend instead of bootstrap
    
    M  django_playground.py
    A  migration/kairos_migration_steps3-5-reordered_and_corrected.zip
    A  migration/step3_cms4.py
    D  migration/step3_django52.py
    D  migration/step4_cms4.py
    A  migration/step4_cms5.py
    D  migration/step5_cms5.py
    A  migration/step5_django52.py
    M  setup.py
  • v0.3.3

    v0.3.3: correction of migration steps 0 1 and 2 to prepare corrected order of steps 3 4 and 5
    
    M  django_playground.py
    M  migration/step0_db_cleanup.py
    M  migration/step1_django32.py
    M  migration/step2_django42.py
    M  setup.py
  • v0.3.2

    v0.3.2: fixed project main README.md
    
    M  README.md
    M  django_playground.py
    M  setup.py
  • v0.3.1

    v0.3.1: play with django and migration helpers initial commit
    
    A  .gitignore
    A  .gitlab-ci.yml
    A  .readthedocs.yaml
    A  CONTRIBUTING.rst
    A  LICENSE.md
    A  README.md
    A  SECURITY.md
    A  dev_requirements.txt
    A  django_playground.py
    A  docs/Makefile
    A  docs/conf.py
    A  docs/features_and_examples.rst
    A  docs/index.rst
    A  docs/requirements.txt
    A  migration/README.md
    A  migration/kairo_migration_scripts_claude.zip
    A  migration/kairo_migration_scripts_claude_after_db_upload.zip
    A  migration/migration_utils.py
    A  migration/preflight_check.py
    A  migration/step0_db_cleanup.py
    A  migration/step1_django32.py
    A  migration/step2_django42.py
    A  migration/step3_django52.py
    A  migration/step4_cms4.py
    A  migration/step4_kairos_bootstrap4_migrate.py
    A  migration/step5_cms5.py
    A  pyproject.toml
    A  requirements.txt
    A  setup.py
    A  tests/conftest.py
    A  tests/requirements.txt
    A  tests/test_django_playground.py