Release notes for #957 and #960

This commit is contained in:
Karl Hobley 2015-02-04 16:17:16 +00:00
parent ed6e13f171
commit 88812b4cae

View file

@ -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
~~~~~~~~~