Skip to content

Commit

Permalink
remove note about Django<4.0 since #1698 got merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Oostveen committed Jul 8, 2022
1 parent c146427 commit 8dc4fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ $ source venv/bin/activate
# install django-extensions in development mode
(venv) $ pip install -e .
# install dependencies
# might need to replace DJango with 'Django<4' until issue #1695 is resolved.
(venv) $ pip install Django -r requirements-dev.txt

# for accessing the GUI portion of the test application
Expand Down

0 comments on commit 8dc4fdf

Please sign in to comment.