Skip to content

Commit

Permalink
添加simpleui支持的django和python版本
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed May 21, 2019
1 parent 3521ec6 commit 0e97fb2
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ python setup.py sdist install

其他问题请查看[快速上手指南](./QUICK.md)

## 支持django和python版本
[查看支持的版本列表](/VERSION.md)


## 浏览器兼容性
Expand Down
82 changes: 82 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# 截止2019年05月21日

如果您没有在下列版本中找到你所使用的,不代表simpleui不支持,您可以亲自尝试后报告给我们。

## simpleui支持的django版本如下:

|版本号|
|------|
|1.10.3|
|1.10.5|
|1.10.6|
|1.11|
|1.11.10|
|1.11.11|
|1.11.12|
|1.11.13|
|1.11.17|
|1.11.18|
|1.11.20|
|1.11.3|
|1.11.4|
|1.11.6|
|1.11.7|
|1.11.8|
|1.11.9|
|1.8.5|
|2.0|
|2.0.1|
|2.0.12|
|2.0.13|
|2.0.2|
|2.0.4|
|2.0.5|
|2.0.6|
|2.0.7|
|2.0.8|
|2.0.9|
|2.1|
|2.1.1|
|2.1.2|
|2.1.3|
|2.1.4|
|2.1.5|
|2.1.7|
|2.1.8|
|2.2|
|2.2.1|

## simpleui支持的python版本如下:

|版本号|
|------|
|2.7.0|
|2.7.10|
|2.7.13|
|2.7.15|
|2.7.15rc1|
|2.7.16|
|2.7.5|
|3.4.5|
|3.5.0|
|3.5.2|
|3.5.3|
|3.5.4|
|3.5.4rc1|
|3.5.5|
|3.5.6|
|3.6.0|
|3.6.1|
|3.6.2|
|3.6.3|
|3.6.4|
|3.6.4rc1|
|3.6.5|
|3.6.6|
|3.6.7|
|3.6.8|
|3.7.0|
|3.7.0a4|
|3.7.1|
|3.7.2|
|3.7.3|

0 comments on commit 0e97fb2

Please sign in to comment.