Changes since Beta 2:
- StreamField design updates
- Users without usernames can now be created and edited in the admin interface (Tim Heap)
- Added update notifications
- Page URL paths can now be longer than 255 characters
- Added
AUTO_UPDATE
flag to search backend settings to enable/disable automatically updating the search index on model changes - Made the built-in project template follow the Django one, with several Wagtail-specific additions. The template comes with two apps (home and search)
with_metaclass
is now imported from Django's bundled copy of thesix
library, to avoid errors on Mac OS X from an outdated system copy of the library being imported- Added new translations for Croatian and Finnish
- Fix: Retrieving an individual item from a sliced BaseSearchResults object now properly takes the slice offset into account
- Fix: Removed dependency on unicodecsv which fixes a crash on Python 3
- Fix: Submitting unicode text in form builder form no longer crashes with UnicodeEncodeError on Python 2
- Fix: Creating a proxy model from a Page class no longer crashes in the system check (Nar Chhantyal)
- Fix: Unrecognised embed URLs passed to the |embed filter no longer cause the whole page to crash with an EmbedNotFoundException
- Fix: Underscores no longer get stripped from page slugs