Skip to content

23.08.21

Compare
Choose a tag to compare
@adRn-s adRn-s released this 21 Aug 15:34
· 539 commits to develop since this release
  • BUGFIX: the rule load-fixtures was missing the pre-requisite rule apply-migrations (#59)
  • BUGFIX: password reset was redirecting to a missing success URL (giving a 404 to users right after resetting their passwords, what seemed misleading). We now redirect to login.
  • IMPROVEMENT: Django Linear Migrations extension moved from dev.py to base.py settings. This way we are ready to run makemigrations in any deployment (Be it production or development.)