Opened 4 years ago
Last modified 4 years ago
#32188 closed Bug
Pipenv latest version of Django is 3.0.11 rather than 3.1.* — at Initial Version
Reported by: | Joween Flores | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 3.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I was creating a new Django App when I encountered a weird error:
return database_name == ':memory:' or 'mode=memory' in database_name TypeError: argument of type 'WindowsPath' is not iterable
when migrating. I traced back and known that this was an issue in <=3.0.11 so I checked the Django version installed it was 3.0.11. I ran
pipenv updated --outdated
on my previous Django 3.1.3 app and got this:
Package 'Django' out-of-date: '==3.1.3' installed, '==3.0.11' available.
creating an app via
pipenv install django
defaults to installing the previous 3.0.11 version. I'm not sure where should I report this so just posting it here FYI.
Thanks!
Note:
See TracTickets
for help on using tickets.