concrete-datastore icon indicating copy to clipboard operation
concrete-datastore copied to clipboard

A Highly Versatile REST Datastore built on top of Django

Results 27 concrete-datastore issues
Sort by recently updated
recently updated
newest added

When we create an instance of any model. We must be able to specify a uuid

We are getting an error while dispatch on the API. The error received is an error 500 with a sentry. When the error `UnsupportedMediaType` is raised, we have to return...

Currently, (v 1.52.0) When an instance of a model containing a file field is deleted, the latest file is also deleted from the storage. However, when an instance is updated...

Changed the logic of read/write permissions by user: A user that has read/write access to an instance of the model Model, will have an instance of InstancePermission (with the model_name="Model")...

For unsubscription views here: https://github.com/Netsach/concrete-datastore/blob/master/concrete_datastore/concrete/views.py#L50 A `get_object_or_404` is done without checking the type of the token. If it's not an UUID, an error is raised and it should only return...

## Method Update/Retrieve We have to check the level user, before update or retrieve one field. If the minimum level of the user is not high enough, we decline the...

**Current version: v1.44.0** The settings `DISABLED_MODELS` was used before to ignore some models defined in the datamodel. It is now obsolete and should be removed.

Currently Python 3.10 is not supported. This is due to the package `psycopg2-binary` that can not be installed using wheels using pip.