Skip to content

Commit

Permalink
Completely remove Django 1.11 notes (#157)
Browse files Browse the repository at this point in the history
* Completely remove Django 1.11 notes

We dropped Django 1.11 support in 1.2.1:
https://github.com/model-bakers/model_bakery/blob/main/CHANGELOG.md#121

Documentation and requirements were still referencing this version.
It is time to drop it completely (this Django version is not being maintained since April 2020: https://www.djangoproject.com/download/#supported-versions).

* Changelog
  • Loading branch information
amureki committed Mar 1, 2021
1 parent 0e59330 commit 2043cdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- `model_bakery.timezone.now` fallback (use `django.utils.timezone.now` instead) [PR #141](https://github.com/model-bakers/model_bakery/pull/141)
- `model_bakery.timezone.smart_datetime` function (directly use `model_bakery.timezone.tz_aware` instead) [PR #147](https://github.com/model-bakers/model_bakery/pull/147)
- Remove all signs of Django 1.11 (as we dropped it in 1.2.1) [PR #157](https://github.com/model-bakers/model_bakery/pull/157)


## [1.2.1](https://pypi.org/project/model-bakery/1.2.1/)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -11,7 +11,7 @@ Model Bakery is a rename of the legacy `model_mommy's project <https://pypi.org/
Compatibility
=============

model_bakery supports Django >= 1.11
Model Bakery supports Django >= 2.2.

Install
=======
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
django>=1.11.0<3.2
django>=2.2<3.2

0 comments on commit 2043cdb

Please sign in to comment.