Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
- Dropping support for obsolete Python/Django versions should not be
  performed in a patch release
  • Loading branch information
rbarrois committed Dec 23, 2020
1 parent 0eb3b3b commit 178f816
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ ChangeLog
3.2.0 (unreleased)
------------------

*Deprecated:*

- :func:`factory.use_strategy`. Use :attr:`factory.FactoryOptions.strategy` instead.
The purpose of :func:`~factory.use_strategy` duplicates the factory option. Follow :pep:`20`: *There should be
one-- and preferably only one --obvious way to do it.*

:func:`~factory.use_strategy()` will be removed in the next major version.

3.1.1 (unreleased)
------------------

*New:*

- Add support for Django 3.1
Expand All @@ -32,6 +21,20 @@ ChangeLog
- Drop support for Django 1.11. This version `is not maintained anymore <https://www.djangoproject.com/download/#supported-versions>`__.
- Drop support for Python 3.5. This version `is not maintained anymore <https://devguide.python.org/devcycle/#end-of-life-branches>`__.

*Deprecated:*

- :func:`factory.use_strategy`. Use :attr:`factory.FactoryOptions.strategy` instead.
The purpose of :func:`~factory.use_strategy` duplicates the factory option. Follow :pep:`20`: *There should be
one-- and preferably only one --obvious way to do it.*

:func:`~factory.use_strategy()` will be removed in the next major version.

*Bug fix:*

- :issue:`785` :issue:`786` :issue:`787` :issue:`788` :issue:`790` :issue:`796`: Calls to :class:`factory.Faker`
and :class:`factory.django.FileField` within a :class:`~factory.Trait` or :class:`~factory.Maybe` no longer lead to
a ``KeyError`` crash.


3.1.0 (2020-10-02)
------------------
Expand Down

0 comments on commit 178f816

Please sign in to comment.