123456789101112131415161718 |
- ===========================
- Wagtail 1.8.2 release notes
- ===========================
- .. contents::
- :local:
- :depth: 1
- What's changed
- ==============
- Bug fixes
- ~~~~~~~~~
- * Removed erroneous ``|safe`` filter from search results template in project template (Karl Hobley)
- * Avoid indexing unsaved field content on ``save(update_fields=[...])`` operations (Matt Westcott)
- * Prevent pages from being recursively copied into themselves (Matheus Bratfisch)
|