File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
14
Changes in 3.0 (2021-11-17)
5
15
---------------------------
6
16
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = "3.0"
63
63
# The full version, including alpha/beta/rc tags.
64
- release = "3.0"
64
+ release = "3.0.1 "
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "3.0"
2
+ __version__ = "3.0.1 "
3
3
default_app_config = "fluent_pages.apps.FluentPagesConfig"
You can’t perform that action at this time.
0 commit comments