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
* release/4.1.x:
Bump version to 4.1.0
Fix python 2 compatibility
Ensure Python 2.7 compatibility
Import force/smart_str instead of force/smart_text
Run coverage-report (combined coverage) on Python 3.10
Add myself to the list of contributors
Add more Python versions to the classifiers
Remove PIL from the installation instructions
Fix spelling / rst errors
Use GitHub actions workflow badge
Minor improvements to the tests
Add coverage reporting
Add Python 3.10 to the test matrix
Switch from django-nose to pytest-django
Remove Python 3.10 from the test matrix because nose doesn't work
Upgrade pip before installing other dependencies
Django master branch has been renamed to main at some point
Use tox-gh-actions
Workaround SuspiciousFileOperation
Remove nose-progressive, it doesn't seem to work with recent Python versions
Only test on currently supported versions of Python and Django
Switch to GitHub Actions
chore: Set django-dramatiq min version
chore: Add 'async_dramatiq' extra, django-dramatiq dependency
feat: Add Dramatiq backend
Accept cachefile_storage that is callable
Add support of celery 5.*
Use gettext_lazy in Django 2.0+ (ugettext_lazy is deprecated)
Fix deprecation warning regarding invalid escape sequences.
docs: Fix simple typo, assigment -> assignment
fix broken links in documentation (#319)
Pass features to BeautifulSoup constructor
Do not check for existence if name is None
Python 3.6 and Django 2.1
Fix pickle serialization for ImageCacheFile
Enhance condition in _get_size (#463)
Test against Django 2.0
0 commit comments