django-computed-field
django-computed-field copied to clipboard
ComputedField() for django
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Resolves #2
Hi, Python setup.py install seems not to play nicely with virtualenvs. The package is installed and the script runs, but Pycharm thinks it's missing Python 3.6
What about renaming `computed` to `annotation`, both in the package name and the class name ? I think it's more accurate, and also will prevent confusion with the different django-computedfields...
Hi ! Thanks for the great work ! A great addition to Django ! I've an issue that is probably a relatively common deal breaker. When using models.Subquery in the...