Changes between Initial Version and Version 1 of Ticket #32188
- Timestamp:
- Nov 11, 2020, 11:00:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32188 – Description
initial v1 15 15 pipenv install django 16 16 }}} 17 defaults to installing the previous 3.0.11 version. I'm not sure where should I report this so just posting it here FYI. 17 defaults to installing the previous 3.0.11 version. 18 19 For now the workaround installing the specific version older than 3.1 by: 20 21 {{{ 22 pipenv install 'django[argon2]>=3.1.*' 23 }}} 24 25 I'm not sure where should I report this so just posting it here FYI. 18 26 19 27 Thanks!