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/5.0:
Bump version to 5.0.0
Update setup.py
Refactor how we get the default storage class
Convert the anchor kwarg from SafeString to str.
Add tests for new Django 4.2 settings
Fix github workflow python versions
Use proper envlist matrix
Upgrade project to latest versions of python and django
docs: Fix a few typos
Fix equality checking of paths by normalizing them
Fix: only seek files when possible
Properly close files after finish using them
Use yield from
Remove u'' prefix
Update setup.py
Remove workaround
Small whitespace and line length fixes
Prefer not in
Do not call getattr with a constant attribute value, it is not any safer than normal property access.
Use dict/set literals/comprehensions
Use Python 3 style classes and super calls
Clean up imports
Use @register.tag decorator
Remove Python 2 compat method
Remove _autodiscover_modules_fallback
Use the parse_bits implementation from Django
Remove usage of six
Remove lib module
Remove lib.StringIO
Remove lib.NullHandler in favor of using logging.NullHandler directly
Remove lib.smart_text / lib.force_text / lib.force_bytes
Remove compatibility with South
Remove __future__ imports
Remove fallback imports
Remove fallback settings
Only test on currently supported versions of Python and Django
0 commit comments