django-shared-property icon indicating copy to clipboard operation
django-shared-property copied to clipboard

Properties that are both ORM expressions and python code.

Results 7 django-shared-property issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....

dependencies

Bumps [pip](https://github.com/pypa/pip) from 23.2.1 to 23.3. Changelog Sourced from pip's changelog. 23.3 (2023-10-15) Process Added reference to vulnerability reporting guidelines <https://www.python.org/dev/security/>_ to pip's security policy. Deprecations and Removals Drop a...

dependencies

Currently, all uses of defer/only prevent _any_ shared properties from loading.

When you use a shared property that references a related model, and then try to filter on this, you cannot perform a count or exists query. This is blocked by...