d20-orm
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: d20-orm | ||
| Version: 2.0.2a94 | ||
| Version: 2.0.2a95 | ||
| Summary: A small ORM for multimodel DBs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/d20services/arangodb_python_orm |
+1
-1
@@ -8,3 +8,3 @@ import setuptools | ||
| name="d20-orm", | ||
| version="2.0.2a94", | ||
| version="2.0.2a95", | ||
| author="Alex Sánchez Vega", | ||
@@ -11,0 +11,0 @@ author_email="alex@d20.services", |
| Metadata-Version: 2.1 | ||
| Name: d20-orm | ||
| Version: 2.0.2a94 | ||
| Version: 2.0.2a95 | ||
| Summary: A small ORM for multimodel DBs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/d20services/arangodb_python_orm |
@@ -216,3 +216,3 @@ # File: ArangoDB Datafield based Metadata | ||
| def make(self): | ||
| self.attributes = ['_key', 'action', 'user', 'api_user', 'datetime', 'token', 'api_token', 'source', 'user_agent', 'user_location', 'user_ip', 'host_ip'] | ||
| self.attributes = ['_key', 'action', 'resource', 'user', 'api_user', 'datetime', 'token', 'api_token', 'source', 'user_agent', 'user_location', 'user_ip', 'host_ip', 'status', 'response_dt', 'response_hash', 'response_etag'] | ||
| for key in self.attributes: | ||
@@ -229,3 +229,3 @@ setattr(self, key, None) | ||
| def make(self): | ||
| self.attributes = ['_key', 'type', 'location', 'date'] | ||
| self.attributes = ['_key', 'type', 'location', 'date', 'location_reason'] | ||
| for key in self.attributes: | ||
@@ -232,0 +232,0 @@ setattr(self, key, None) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
170299
0.05%