pypi wagtail 0.7

latest releases: 6.1, 6.0.3, 5.2.5...
9 years ago
  • Added interface for choosing focal point on images
  • Redesigned and reorganised navigation menu to include a 'Settings' submenu
  • Added Groups administration area
  • Added Sites administration area
  • Added the ability to lock a page to (temporarily) prevent edits to that page
  • Removed 'content_type' template filter from the project template, as the same thing can be accomplished with self.get_verbose_name|slugify
  • Page copy operations now also copy the page revision history
  • Page models now support a 'parent_page_types' property in addition to 'subpage types', to restrict the types of page they can be created under
  • 'register_snippet' can now be invoked as a decorator
  • Project template updated to Django 1.7
  • 'boost' applied to the title field on searches reduced from 100 to 2
  • The 'type' method of PageQuerySet (used to filter the queryset to a specific page type) now includes subclasses of the given page type.
  • The 'update_index' management command now updates all backends listed in WAGTAILSEARCH_BACKENDS, or a specific one passed on the command line, rather than just the default backend
  • The 'fill' image resize method now supports an additional parameter defining the closeness of the crop
  • Added support for invalidating Cloudflare caches
  • Pages in the explorer can now be ordered by last updated time
  • Fix: 'wagtail start' command now works on Windows
  • Fix: The external image URL generator no longer stores generated images in Django's cache
  • Fix: Elasticsearch backend can now search querysets that have been filtered with an 'in' clause of a non-list type (such as a ValuesListQuerySet)
  • Fix: Logic around the has_unpublished_changes flag has been fixed, to prevent issues with the 'View draft' button failing to show in some cases
  • Fix: It is now easier to move pages to the beginning and end of their section
  • Fix: Image rendering no longer creates erroneous duplicate Rendition records when the focal point is blank.

Don't miss a new wagtail release

NewReleases is sending notifications on new releases.