-
I tested it with version 0.4.2 and it seems to work fine with django3.0 after editing parameters in setup.py.
-
Latest uploaded version still 12.5
-
I'm using django-mailer with a [django-anymail](https://github.com/anymail/django-anymail) backend (specifically, `MAILER_EMAIL_BACKEND = "anymail.backends.postmark.PostmarkBackend"`).
Anymail is n…
-
In my opinion, we need to revise the supported versions of python and django. Drop djnago/python support that is in end of life stage.
Also need to improve classfiers in setup.py.
-
django3 projects break due to dropped django.utils.six package
it is used as a dependency in django-uuslug
-
When using pipenv, and trying to install django >= 2.3 with django-wiki installed, I am unable to lock dependencies due to django-wiki requireing django
-
2.2.7 + django 3.0.3 + python 3.74 . not work
2.2.7 + django 3.0.3 + python 3.81 . not work
================================
2.2.6 + django 3.0.3 + python 3.81 . **it's work**
error…
ghost updated
4 years ago
-
`django.utils.six` has been removed in Django 3.0 (https://github.com/django/django/tree/stable/3.0.x/django/utils), however https://github.com/ubernostrum/django-registration/blob/master/src/django_r…
-
Could not find backend 'django_redis.cache.RedisCache': cannot import name 'six'
-
So, Django 3.0 is planned to be released in December of this year: https://docs.djangoproject.com/en/dev/releases/3.0/
In the spirit of making this maintainable and not gross and deprecated, we sho…