Releases: pytest-dev/pytest-django
Releases · pytest-dev/pytest-django
3.8.0
Fix compatibility with pytest 5.x
v3.5.1 Release 3.5.1
3.5.0
Features
^^^^^^^^
Bugfixes
^^^^^^^^
- django_db_setup: warn instead of crash with teardown errors (#726)
Misc
^^^^
Minor fixes, compatibility with pytest 4.1
3.4.5 Release 3.4.5
Minor bugfixes
3.4.4 (2018-11-13)
Bugfixes
^^^^^^^^
- Refine the django.conf module check to see if the settings really are
configured (#668). - Avoid crash after OSError during Django path detection (#664).
Features
^^^^^^^^
- Add parameter info to fixture assert_num_queries to display additional message on failure (#663).
Docs
^^^^
- Improve doc for django_assert_num_queries/django_assert_max_num_queries.
- Add warning about sqlite specific snippet + fix typos (#666).
Misc
^^^^
Fixed OSError with arguments containing ``::`` on Windows (#641)
3.4.3 Release 3.4.3
Pathlib fixes
Fix Travis release process
3.4.1 Travis: use sqlite with py36-djmaster (faster)
3.4.0
3.4.0 (2018-08-16)
Features
^^^^^^^^
- Added new fixture :fixture:
django_assert_max_num_queries
(#547). - Added support for
connection
and returning the wrapped context manager
with :fixture:django_assert_num_queries
(#547). - Added support for resetting sequences via
:fixture:django_db_reset_sequences
(#619).
Bugfixes
^^^^^^^^
Compatibility
^^^^^^^^^^^^^
- Removed py dependency, use pathlib instead (#631).
Fix PyPI upload due to non-existing classifier
3.3.2 setup.py: remove Django 2.1 classifier to fix pypi upload