pull/1018/head
Matt Westcott 2015-03-19 11:53:43 +00:00
rodzic 3d705dc43d
commit 8e3ea58b25
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,7 @@ Changelog
* The Page model now records the date/time that a page was first published, as the field `first_published_at`
* Increased the maximum length of a page slug from 50 to 255 characters
* Plain text fields in the page editor now use auto-expanding text areas
* Date / time pickers now consistently use times without seconds, to prevent Javascript behaviour glitches when focusing / unfocusing fields
0.8.6 (10.03.2015)

Wyświetl plik

@ -63,6 +63,7 @@ Admin
* Removed the need to add permission check on admin views (now automated)
* Reversing ``django.contrib.auth.admin.login`` will no longer lead to Wagtails login view (making it easier to have front end views)
* Added cache-control headers to all admin views. This allows Varnish/Squid/CDN to run on vanilla settings in front of a Wagtail site
* Date / time pickers now consistently use times without seconds, to prevent Javascript behaviour glitches when focusing / unfocusing fields
Project template