Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:04
· 245 commits to main since this release

What's Changed

  • fix(filtering): catch FieldDoesNotExist instead of bare Exception (bc767d6)
  • ci: pin setup-uv to v7 (no moving v8 tag is published) (c375faf)
  • ci: bump actions to node24-compatible majors (d2f4d87)
  • style: apply ruff format (7d9440a)
  • fix: avoid localtime() crash in time-ago directive under USE_TZ=False (972385a)
  • docs: lead install instructions with uv, keep pip as the alternative (e389ef1)
  • ci+docs: deploy docs with the release; README requirements one per line (ea4e007)
  • ci: publish on version tags instead of every push to main (a8ad137)
  • ci: target the main branch (rename from master) in CI/CD and docs edit_uri (d95e578)
  • feat: django-graphex 1.0.0 — initial release (4808135)

Installation

pip install django-graphex==1.0.0

Full Changelog: ...v1.0.0

Full Changelog: https://github.com/eamigo86/django-graphex/commits/v1.0.0