Skip to content

Releases: evrone/evrone-django-template

Release v1.3

09 Dec 15:45
Compare
Choose a tag to compare

What's Changed

  • #18: Add checker for unused and undeclared dependencies by @nifadyev in #20

Full Changelog: v1.2...v1.3

Release v1.2

09 Dec 13:07
4a2d93d
Compare
Choose a tag to compare

What's Changed

  • Update template with Django 5 and PostreSQL 16 by @vokson in #3
  • Add Github Action check for max changed lines of code in PR by @nifadyev in #7
  • Add testing tools pytest-randomly, faker and factory-boy by @nifadyev in #12
  • #5: Allow to choose linter, add configs for Ruff by @nifadyev in #13
  • Add typos spell checker as pre-commit hook and Github Action by @nifadyev in #9
  • #5: Move Pylint config to .pylintrc.toml, remove default config values by @nifadyev in #11
  • #6: Allow to choose Poetry or uv as package manager by @nifadyev in #14
  • Remove irrelevant Flake8 config options by @nifadyev in #10
  • Add dependabot configuration by @nifadyev in #16
  • #17: Add vulnerability scanner by @nifadyev in #19

New Contributors

Full Changelog: v1.1...v1.2

Release v.1.1

08 Apr 13:10
Compare
Choose a tag to compare
  • Redis has been deleted
  • Django 5
  • PostreSQL 16
  • Add flake8
  • Add pylint
  • Add mypy
  • Add pytest
  • Add Makefile

v1.0

22 Oct 06:13
Compare
Choose a tag to compare
  • Added project initial dependencies
  • Setup project layout
  • Added docker-compose with infra
  • Added Dockerfile
  • Added OpenAPI endpoint
  • Added health endpoint
  • Added pre-commit with black and isort