Skip to content

Releases: xaralis/django-static-sitemaps

Django 5 compatibility

18 Feb 09:07
5.0.0
b514be8
Compare
Choose a tag to compare

Now compatible with Django v5.

  • Removes Google pinging, dropped by Google, kudos to @Akay7 (#79)

Django 2.0 compatibility fixes

04 Aug 09:58
Compare
Choose a tag to compare

Django 2.0 compatibility fixes, added testapp for easier testing and fixed malformed MANIFEST.in file.

Django 2.0 support

27 Jul 17:15
Compare
Choose a tag to compare

Thanks @iancubitt and @BarnabasSzabolcs for the effor.

More up-to-date setup.py, allow to serve all sitemap sections

06 Oct 08:05
Compare
Choose a tag to compare

Added STATIC_SITEMAPS_FORCE_PROTOCOL settings

18 Jul 11:26
Compare
Choose a tag to compare
4.3.0

Version bump to 4.3.0

Full compatibility with Django 1.10 (including management command)

14 Sep 06:33
Compare
Choose a tag to compare

Fixes compatibility for Django 1.10

11 Sep 09:07
Compare
Choose a tag to compare
4.2.0

Django 1.10 compatibility improvements

Fix GZIP_METHOD == 'system'

05 Jun 16:44
Compare
Choose a tag to compare
4.1.1

Version bump

Python 3 compatibility fixes, site framework mocking

05 May 06:53
Compare
Choose a tag to compare

This release should fix Python 3 GZIP generation (thanks @artscoop).

Also it introduces Site framework mocking (thanks @dblado).

Thanks

Python 3 compatible version

05 Mar 09:03
Compare
Choose a tag to compare
Version bump to 4.0.0

New major version since backwards incompatible changes were introduced.