Skip to content

Commit 0f679cd

Browse files
authored
fix: Format in upgrading.rst
1 parent 58d4bbf commit 0f679cd

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/upgrading.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ from 2.x to 3.0
1212

1313
The dependency on django-mptt is dropped as of django-filer 3.0.
1414

15-
This implies that three fields are removed from the `Folder` model:
16-
* `level`
17-
* `lft`
18-
* `rght`
19-
* `tree_id`
15+
This implies that three fields are removed from the ``Folder`` model:
2016

21-
Those fields were used by django-mptt for performance optimization.
17+
* ``level``
18+
* ``lft``
19+
* ``rght``
20+
* ``tree_id``
21+
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.
2227

2328

2429
from 0.9.1 to 0.9.2

0 commit comments

Comments
 (0)