Skip to content

Commit

Permalink
Fix max Django version requirement syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiazed committed Oct 26, 2021
1 parent b339c37 commit 5f40d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Fix a simple typo in `bulk_create` disclaimer in docs
- Fix Django max version pin in requirements file [PR #251](https://github.com/model-bakers/model_bakery/pull/251)

### Removed

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

0 comments on commit 5f40d72

Please sign in to comment.