Edgy

Latest version: v0.29.0

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

Scan your dependencies

Page 8 of 10

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.

0.8.0

Added

- Support for `sync` queries. This will enable Edgy to run in blocking frameworks like
Flask, bottle or any other by using the newly added [run_sync](https://edgy.tarsild.io/queries/queries#blocking-queries). [60](https://github.com/tarsil/edgy/pull/60).

Fixed

- Fixed multi tenancy from contrib. [58](https://github.com/tarsil/edgy/pull/58).
- Fixed `using` where schema name was raising a not found reference for foreign key
when querying the tenant. [58](https://github.com/tarsil/edgy/pull/58).
- Fixed `exclude_secrets` when querying models with foreign keys. [59](https://github.com/tarsil/edgy/pull/59).

Page 8 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.