Release note for #3974 backport to 1.12.x

This commit is contained in:
Matt Westcott 2017-11-03 15:23:49 +00:00
parent e61481442e
commit ced5cf2fe8
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,7 @@ Changelog
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
* Fix: Pinned Django REST Framework to <3.7 to restore Django 1.8 compatibility (Matt Westcott)
* Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
1.12.2 (18.09.2017)

View file

@ -15,3 +15,4 @@ Bug fixes
* API listing views no longer fail when no site records are defined (Karl Hobley)
* Pinned Django REST Framework to <3.7 to restore Django 1.8 compatibility (Matt Westcott)
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)