Skip to content

Releases: nephila/django-app-helper

3.3.4

28 Jan 17:48
828b75b
Compare
Choose a tag to compare

Features

  • Add DjangoCMS 3.11 to Django 5.0 test matrix (#252)

Bugfixes

  • Fix support for DEFAULT_FILE_STORAGE/STATICFILES_STORAGE in django 4.2 (#255)

3.3.3

28 Nov 11:29
Compare
Choose a tag to compare

Features

  • Prepare for Django 5.0 / Python 3.12 compatibility (#244)
  • Switch to Coveralls Github action (#248)

3.3.2

26 Sep 09:45
Compare
Choose a tag to compare

Features

  • Migrate to bump-my-version (#237)

Bugfixes

  • Fix ruff linting (#232)

3.3.1

09 Jul 17:05
eaa1165
Compare
Choose a tag to compare

Bugfixes

  • Fix runner-options argument on Django test runner (#220)
  • Do not add mptt with django-filer 3+ (#225)

3.3.0

07 May 16:47
efa97a8
Compare
Choose a tag to compare

Features

  • Add support for Django 4.x (#208)

3.2.0

19 Jan 07:08
672df7c
Compare
Choose a tag to compare

Features

  • Add djangocms 3.11 to tox, fix tests accordingly (#311)

3.1.0

29 Jul 12:16
6457a6d
Compare
Choose a tag to compare

Features

  • Upgrade Python / Django versions (#204)
  • Add minimal django 4.0 support (#208)

3.0.1

09 Dec 14:12
461cc35
Compare
Choose a tag to compare

Bugfixes

  • Fix loading setting with pytest-django and django 3.1 (#202)

3.0.0

14 Nov 16:33
c0adf2e
Compare
Choose a tag to compare

Features

  • Add support for Django 3.1 / django CMS 3.8 (#196)
  • Add Django 3.0 / django CMS 3.7.2 support (#142)
  • Drop Python 2 / Django 1.11 (#148)
  • Add support for Daphne / channels runserver (#198)
  • Refactor BaseTestCaseMixin to more composable mixins (#107)
  • Replace makefile with invoke (#143)
  • Use pre-commit for code formatting (#149)
  • Allow to pass arguments to pytest via runner-options argument (#159)
  • Add support to pytest command (#167)
  • Update dotfiles to latest version (#189)
  • Reorganize tests outside main package (#191)
  • Remove support for aldryn-boilerplates (#199)

Bugfixes

  • Fix runner_options support (#92)
  • Improve GA - Update contribution guide (#161)
  • Allow extra arguments in PytestTestRunner.run_tests (#165)
  • Update isort and linting configuration (#188)

Misc

2.2.2

15 May 10:05
c103d41
Compare
Choose a tag to compare

Bugfixes

  • Fix pytest args splitting (#155)
  • Fix runserver autoreload with channels 2.4 (#157)