Skip to content

Commit aa73961

Browse files
committed
Merge remote-tracking branch 'remotes/dCA/finder' into finder
2 parents dcfefae + 395a7ac commit aa73961

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README-Finder.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,18 +208,6 @@ rendered as HTML, this widget is the webcomponent `<finder-file-select …></fin
208208
with a few additional attributes. The JavaScript part of the widget must be included using the
209209
script tag `<script src="{% static 'finder/js/finder-select.js' %}"></script>`.
210210

211-
## Extendibility
212-
213-
**django-filer** Finder branch can be extended by adding new models inheriting from either
214-
``finder.models.file.AbstractFileModel`` or from ``finder.models.folder.FileModel``. If you inherit
215-
from the latter, then create a proxy model sharing the same database table across different file
216-
types.
217-
218-
. This allows to create specialized models for different``
219-
220-
file types. This is done by creating a
221-
222-
223211

224212
## Further Steps
225213

0 commit comments

Comments
 (0)