浏览代码

Merge pull request #489 from dbu/patch-2

[README] add uploadable
Christophe Coevoet 12 年之前
父节点
当前提交
4ce347dd32
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -83,6 +83,7 @@ records being flushed in the behavioral way. List of extensions:
 - **Sortable** - makes any document or entity sortable
 - **Translator** - explicit way to handle translations
 - **Softdeleteable** - allows to implicitly remove records
+- **Uploadable** - provides file upload handling in entity fields
 
 Currently these extensions support **Yaml**, **Annotation**  and **Xml** mapping. Additional mapping drivers
 can be easily implemented using Mapping extension to handle the additional metadata mapping.