﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34844	Missing dependency backports with install of 4.1.11	Maranda Provance	nobody	"I upgraded to Django 4.1.11 (coming from 4.1.10), and I got this error:

{{{ModuleNotFoundError: No module named 'backports'}}}

This is coming from a Django file:

{{{
File ""/Users/user/.local/share/virtualenvs/S4yCzdAj/lib/python3.8/site-packages/django/utils/timezone.py"", line 12, in <module>
    from backports import zoneinfo
}}}

It can be fixed by manually installing backports.zoneinfo, but I believe packages that Django requires should be automatically pulled in. I'm using pipenv to install.

Versions:
* Python: 3.8.13
* Pipenv: 2023.9.8
* Django: 4.1.11"	Bug	closed	Packaging	4.1	Normal	invalid	backports, 4.1.11		Unreviewed	0	0	0	0	0	0
