You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.