Skip to content

Commit

Permalink
Fix requirements.txt to cover Django 3.2 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Apr 23, 2021
1 parent 59fc369 commit 8041b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [dev] Add explanations to imports in `generators.py` to match with current supported Django versions [PR #179](https://github.com/model-bakers/model_bakery/pull/179)

### Changed
- Fix `requirements.txt` to cover Django 3.2 (everything from 2.2 till 4.0)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django>=2.2<3.2
django>=2.2<4.0

0 comments on commit 8041b18

Please sign in to comment.