Skip to content

Commit

Permalink
Merge pull request #715 from drnlm/bugfix/pin-rest-framework-for-now
Browse files Browse the repository at this point in the history
Pin django rest framework to the last version that supports Django < 4.2
  • Loading branch information
drnlm authored Jul 5, 2024
2 parents dfaefbc + d2730b3 commit a7ffabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'django-registration-redux',
'django-reversion',
'django-select2',
'djangorestframework',
'djangorestframework<3.15.2',
'drf-extensions>=0.5.0',
'icalendar>=4.0',
'jsonfield',
Expand Down

0 comments on commit a7ffabc

Please sign in to comment.