docs/releases/2.16.2.md
April 11, 2022
---
local:
depth: 1
---
FormPagesListView in wagtail.contrib.forms to avoid undefined locale variable when subclassing (Dan Braghis)exclude_fields_in_copy (John-Scott Atlakson)Orderables when page is copied without being published (Kalob Taulien, Dan Braghis)GenericRelation when copying pages (John-Scott Atlakson)Developers using Jinja2 templating should note that the template tags in this release (and earlier releases in the 2.15.x and 2.16.x series) are compatible with Jinja2 2.11.x and 3.0.x. Jinja2 2.11.x is unmaintained and requires markupsafe to be pinned to version <2.1 to work; Jinja2 3.1.x has breaking changes and is not compatible. We therefore recommend that you use Jinja2 3.0.x, or 2.11.x with fully pinned dependencies.