You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
follow the "quick start" instructions from the homepage
Environment
- Operating System: linux
- Python version: 3.9.9
- Django version: 4.0.0 (comes automatically as it is defined as a requirement for mezzanine, see pipenv graph)
- Database engine and version: I'm guessing the "quick start" defaults to sqlite?
- Mezzanine version: 5.0.0
Is there an existing issue for this?
Current Behavior
Pytz is not installed by default. Following the "quick start" instructions from homepage:
pytz-deprecation-shim seems to be installed but is probably not enough
Expected Behavior
"quick start" from homepage works
Steps To Reproduce
follow the "quick start" instructions from the homepage
Environment
Anything else?
I'm guessing this comes from the fact that Django 4.0.0 was just released and it moved away from pytz (https://docs.djangoproject.com/en/4.0/releases/4.0/#zoneinfo-default-timezone-implementation)
mezzanine requirements define Django > 2.2 but no upper limit (https://github.com/stephenmcd/mezzanine/blob/master/setup.cfg#L43)
The text was updated successfully, but these errors were encountered: