Edgy

Latest version: v0.10.1

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

Scan your dependencies

Page 1 of 3

0.10.1

Added

- Support for `list` and `tuples` as a type for [model_apps](https://edgy.tarsild.io/migrations/migrations/#using-the-model_apps).

0.10.0

Added

- Support for `model_apps` inside the `Migrate` object allowing
global discovery by application. This will make sure all apps will be properly
inspected.
- Add documentation about the new [model_apps](https://edgy.tarsild.io/migrations/migrations/#using-the-model_apps)

Changed

- Upgrade internal requirements.

0.9.2

Changed

- Update internal anyio dependency.

0.9.1

Changed

- Upgrade internal requirements.

Fixed

- `auto_now` and `auto_now_add` on `save()` and `update()` wasn't only updating the
field with `auto_now`.
- Extraction of the default field for `date` and `datetime`.

0.9.0

Added

- Tenancy for internal `proxy_model` validation added.
- Support for ManyToMany to accept strings to the `to` attribute.
- Allowing querying inner foreign keys without needing to use `select_related` or `load`

Changed

- Increased maximum of 63 characters the name of the index/unique.
- ModelRow now contains private methods.
- Updated documentation with missing [select_related](https://edgy.tarsild.io/queries/queries.md#load-the-foreign-keys-beforehand-with-select-related).
- Updated documentation for [access of data via foreign keys](https://edgy.tarsild.io/relationships.md#access-the-foreign-key-values-directly-from-the-model).

Fixed

- When generating a many to many through model, the maximum length is enforced to be 63 characters.
- Allow `ManyToMany` to also accept a string as a parameter for the `to`.
- Object discovery for intellisense.

0.8.1

Added

- Added new experimental [activate_schema](https://edgy.tarsild.io/tenancy/edgy.md#using-with-activate_schema) for tenant models using the `using` queryset operator.

Fixed

- Multiple join tables were not generating the complete join statement when using `select_related`.
- Fixed metaclass for TenantMixin making sure all the queries are correctly pointing
to the right tenant.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.