Changes between Initial Version and Version 1 of Ticket #32188


Ignore:
Timestamp:
Nov 11, 2020, 11:00:42 PM (4 years ago)
Author:
Joween Flores
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32188 – Description

    initial v1  
    1515pipenv install django
    1616}}}
    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.
     17defaults to installing the previous 3.0.11 version.
     18
     19For now the workaround installing the specific version older than 3.1 by:
     20
     21{{{
     22pipenv install 'django[argon2]>=3.1.*'
     23}}}
     24
     25I'm not sure where should I report this so just posting it here FYI.
    1826
    1927Thanks!
Back to Top