valar 1.3.10__py3-none-any.whl → 1.3.11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

valar/views/rest.py CHANGED
@@ -78,7 +78,7 @@ def search(request, db, entity):
78
78
  dao = Dao(entity, db)
79
79
 
80
80
  qs, _ = dao.find(conditions)
81
- if db == 'orm': qs.filter(saved=False).delete()
81
+ # if db == 'orm': qs.filter(saved=False).delete()
82
82
 
83
83
  if _type == 'tree':
84
84
  query_set = dao.tree(root, conditions)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valar
3
- Version: 1.3.10
3
+ Version: 1.3.11
4
4
  Summary: valar for morghulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar_dev
6
6
  Author: LYP
@@ -47,9 +47,9 @@ valar/views/file.py,sha256=MdsmuoauyPJTDb89_-mk57IFId5w8HJNpBVozBKAG7s,1538
47
47
  valar/views/handler.py,sha256=KlXWhVU-b_b5uxrUwQBHW7H4shSPy4NnXj6AINM_Joo,1619
48
48
  valar/views/meta.py,sha256=H3_raG-LEcfg1p_CBpluhPXBsLFQB_jtaI5CKGgYOKk,4774
49
49
  valar/views/password.py,sha256=O094qG8Sh4ilT_wpEMw4IZtAlcQjrDVcFD5BHaWKg2Q,2127
50
- valar/views/rest.py,sha256=uTx9LdSvM80YB8iYTEG_GjPhLxoNwXa5-tn3P7by-tg,2474
51
- valar-1.3.10.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
52
- valar-1.3.10.dist-info/METADATA,sha256=yA7aW6TPBd92uegbTNKzbVOH_YQXiI4jw6pf_r3Eie4,5173
53
- valar-1.3.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
54
- valar-1.3.10.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
55
- valar-1.3.10.dist-info/RECORD,,
50
+ valar/views/rest.py,sha256=rpvmoAM5zeRlWJOfEZs34Xdr_MsXQakK5AGvGoYAy1E,2476
51
+ valar-1.3.11.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
52
+ valar-1.3.11.dist-info/METADATA,sha256=PGUltV5IjHfPFGaYW9sVp-wl6_-k3iJvqXG-dDLjGOQ,5173
53
+ valar-1.3.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
54
+ valar-1.3.11.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
55
+ valar-1.3.11.dist-info/RECORD,,
File without changes