Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 08:54

0.6.2 (2023-10-20)

Bug Fixes

  • add setuptools as django-model-utils dependency (de3a10a)
  • drop get_child_class() from AbstractEntity (e10c661), closes #323
  • move management command (f3097ba), closes #372
  • surround embedding of custom stylesheet with if statement (039f9d4), closes #364
  • ux: add nav class in template block (d389856)

Documentation

  • drop the poetry add line, as those are all dependencies (5c61809)
  • start documenting development practices (025186f)
  • update README.md (8c74d97), closes #361