Add rounding parameter to DecimalField [5562][gh5562]
Fix all BytesWarning caught during tests [5561][gh5561]
Use dict and set literals instead of calls to dict() and set() [5559][gh5559]
Change ImageField validation pattern, use validators from DjangoImageField [5539][gh5539]
Fix processing unicode symbols in query_string by Python 2 [5552][gh5552]
wagtail 1.13 -> 1.13.1
1.13.1
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
* Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
* Fix: Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)
* Fix: Fixed error in Postgres search backend when searching specific fields of a specific() Page queryset (Bertrand Bordage, Matt Westcott)
* Fix: Fixed error on Elasticsearch backend when passing a queryset as an `__in` filter (Karl Hobley, Matt Westcott)
* Fix: `__isnull` filters no longer fail on Elasticsearch 5 (Karl Hobley)
* Fix: Prevented intermittent failures on Postgres search backend when a field is defined as both a `SearchField` and a `FilterField` (Matt Westcott)
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
botocore 1.7.36 -> 1.7.47
Django 1.11.6 -> 1.11.7
djangorestframework 3.7.1 -> 3.7.3
wagtail 1.13 -> 1.13.1
That's it for now!
Happy merging! 🤖