valar 1.3.13__py3-none-any.whl → 1.3.14__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
@@ -1,5 +1,6 @@
1
1
  import json
2
2
 
3
+ from django.conf import settings
3
4
  from django.db.models import QuerySet
4
5
 
5
6
  from .handler import batch_handler
@@ -55,6 +56,7 @@ def find_one(request, db, entity):
55
56
  dao = Dao(entity, db)
56
57
  bean = dao.find_one(_id)
57
58
  item = dao.serialize(bean)
59
+ item['$minio'] = settings.MINIO_ROOT
58
60
  return ValarResponse(item)
59
61
 
60
62
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valar
3
- Version: 1.3.13
3
+ Version: 1.3.14
4
4
  Summary: valar for morghulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar_dev
6
6
  Author: LYP
@@ -50,9 +50,9 @@ valar/views/file.py,sha256=MdsmuoauyPJTDb89_-mk57IFId5w8HJNpBVozBKAG7s,1538
50
50
  valar/views/handler.py,sha256=KlXWhVU-b_b5uxrUwQBHW7H4shSPy4NnXj6AINM_Joo,1619
51
51
  valar/views/meta.py,sha256=H3_raG-LEcfg1p_CBpluhPXBsLFQB_jtaI5CKGgYOKk,4774
52
52
  valar/views/password.py,sha256=O094qG8Sh4ilT_wpEMw4IZtAlcQjrDVcFD5BHaWKg2Q,2127
53
- valar/views/rest.py,sha256=GUuRDZLljxEwiZJwLfspwz9VYjTDEwYf-iRUsZnTCVQ,2684
54
- valar-1.3.13.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
55
- valar-1.3.13.dist-info/METADATA,sha256=dUYMndu2bZu2BaN-rw0ISzAhEy6tL7wCWCjHmjnBl6A,5173
56
- valar-1.3.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
57
- valar-1.3.13.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
58
- valar-1.3.13.dist-info/RECORD,,
53
+ valar/views/rest.py,sha256=iqBCXU105CyS-lQISqrTTD2LCGzXZNijhQfxM7Fc4_Q,2758
54
+ valar-1.3.14.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
55
+ valar-1.3.14.dist-info/METADATA,sha256=PlAwz-c2cy4TGH17oYPyprjLClaczG7Me_fauWJajJE,5173
56
+ valar-1.3.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
57
+ valar-1.3.14.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
58
+ valar-1.3.14.dist-info/RECORD,,
File without changes