Release notes for #957 and #960

pull/966/head
Karl Hobley 2015-02-04 16:17:16 +00:00
rodzic ed6e13f171
commit 88812b4cae
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,9 @@ Minor features
* 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
* Added validation to prevent pages being crated with only whitespace characters in their title fields
* Page model fields without a FieldPanel are no longer displayed in the form
* No longer need to specify the base model on InlinePanel definitions
Bug fixes
~~~~~~~~~