File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in 3.0.1 (2023-02-27)
5+ -----------------------------
6+
7+ * Added support for pure-proxy models as page type.
8+ * Fixed unapplied changes warning in migrations for django-mptt >=0.10.
9+ * Fixed unneeded compatibility import for ``ForwardManyToOneDescriptor ``.
10+ * RedirectNode: hide "show in sitemaps" link
11+ * TextFile: hide in sitemaps by default
12+
13+
414Changes in 3.0 (2021-11-17)
515---------------------------
616
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = "3.0"
6363# The full version, including alpha/beta/rc tags.
64- release = "3.0"
64+ release = "3.0.1 "
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 11# following PEP 440
2- __version__ = "3.0"
2+ __version__ = "3.0.1 "
33default_app_config = "fluent_pages.apps.FluentPagesConfig"
You can’t perform that action at this time.
0 commit comments