Releases: fabiocaccamo/django-freeze
Releases · fabiocaccamo/django-freeze
0.11.1
0.10.0
- Add
Python 3.12
support. - Add
Django 5.0
support. - Speed-up test workflow.
- Bump requirements.
- Bump
pre-commit
hooks.
0.9.0
- Add
Python 3.11
support. - Add
Django 4.1
support. - Add
pre-commit
. - Drop
Python < 3.8
andDjango < 2.2
support.
0.8.0
- Drop
Python < 3.7
andDjango < 2.0
support. - Use
f-strings
. - Replace
print
calls withlogging
.
Prevent local directory index
Check FREEZE_LOCAL_URLS
setting.
Local redirects
Improved redirects.html js to work properly also if running locally
Check FREEZE_RELATIVE_URLS
setting.
Relative urls
The new setting FREEZE_RELATIVE_URLS
(if set to True
) allows the generated static site to run offline or in an unknown folder different by the document-root by converting all absolute urls to relative urls.
Filter media/static files inclusion
Check FREEZE_INCLUDE_MEDIA
/FREEZE_INCLUDE_STATIC
settings.