|
@@ -105,7 +105,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 frontend login 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 JavasSript behaviour glitches when focusing / unfocusing fields
|
|
|
+* Date / time pickers now consistently use times without seconds, to prevent JavaScript behaviour glitches when focusing / unfocusing fields
|
|
|
* Added hook ``construct_homepage_summary_items`` for customising the site summary panel on the admin homepage
|
|
|
* Renamed the ``construct_wagtail_edit_bird`` hook to ``construct_wagtail_userbar``
|
|
|
* 'static' template tags are now used throughout the admin templates, in place of ``STATIC_URL``
|