Skip to content

Releases: fabiocaccamo/django-freeze

0.10.0

05 Dec 22:49
Compare
Choose a tag to compare
  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.

0.9.0

09 Dec 12:18
Compare
Choose a tag to compare
  • Add Python 3.11 support.
  • Add Django 4.1 support.
  • Add pre-commit.
  • Drop Python < 3.8 and Django < 2.2 support.

0.8.0

25 Sep 15:10
Compare
Choose a tag to compare
  • Drop Python < 3.7 and Django < 2.0 support.
  • Use f-strings.
  • Replace print calls with logging.

Prevent local directory index

21 Jan 11:01
Compare
Choose a tag to compare

Check FREEZE_LOCAL_URLS setting.

Local redirects

20 Jan 13:57
Compare
Choose a tag to compare

Improved redirects.html js to work properly also if running locally
Check FREEZE_RELATIVE_URLS setting.

Relative urls

20 Jan 14:09
Compare
Choose a tag to compare

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

20 Jan 14:14
Compare
Choose a tag to compare

Check FREEZE_INCLUDE_MEDIA/FREEZE_INCLUDE_STATIC settings.