Django-json-api

Latest version: v1.2.1

Safety actively analyzes 622315 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.2.0

- Support dynamic auth at the model level

1.1.0

- Support dynamic auth on client, by passing `auth` of type `requests.auth.AuthBase`

0.3.2

- Cache performance improvements

0.3.0

- Implement `prefetch_related(...)` method on JSONAPIManager
- It was not implemented
- It is meant to prevent n+1 issue on cache querying
- Add optional parameter `prefetch_related` to method `get_many(...)` of JSONAPIModel
- It is meant to prevent n+1 issue on cache querying
- Improve `prefetch_jsonapi` method used in `WithJSONApiQuerySet`
- Now bears nested jsonapi prefetch
- It is meant to prevent n+1 issue on cache querying

0.2.7

- Implement `save(...)` method on JSONAPIModel
- It was not implemented
- Implement `patch(...)` method on JSONAPIClient
- It was not implemented

0.2.6

- Typing rollback

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.