We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d4bbf commit 0f679cdCopy full SHA for 0f679cd
docs/upgrading.rst
@@ -12,13 +12,18 @@ from 2.x to 3.0
12
13
The dependency on django-mptt is dropped as of django-filer 3.0.
14
15
-This implies that three fields are removed from the `Folder` model:
16
-* `level`
17
-* `lft`
18
-* `rght`
19
-* `tree_id`
+This implies that three fields are removed from the ``Folder`` model:
20
21
-Those fields were used by django-mptt for performance optimization.
+* ``level``
+* ``lft``
+* ``rght``
+* ``tree_id``
+
22
+Those fields were used by django-mptt for performance optimization and are
23
+not required any more.
24
25
+Also, upload restrictions exist for HTML and SVG files by default. Please
26
+check :ref:`validation` for more details.
27
28
29
from 0.9.1 to 0.9.2
0 commit comments