Skip to content

Release 7.1.0

Compare
Choose a tag to compare
@syldb syldb released this 28 Jun 14:56
· 8 commits to master since this release

Changes

  • Added a tox job target to create a Django model graph using dot. Run tox -e django_graph to see the result. Since the database schema doesn't change that often, this tox target won't be associated with automated tests or doc generation - it's probably going to be a one-shot.
  • Add/Confirm support of Django REST Framework 3.11 (#417).
  • Added a thorough documentation for maintainers
  • Pin psycopg2-binary to 2.8 in testing env to fix CI.
  • Allow to create validations IS_DATE_IN_THE_FUTURE by passing a boolean value instead of a string.