Release v1.0.0
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.0Full Changelog: ...v1.0.0
Full Changelog: https://github.com/eamigo86/django-graphex/commits/v1.0.0