Overridable foreign key fields for Proxy models
Project description
Allow overriding foreign key fields on Proxy models.
Mostly, you won’t want to do this. However, I did have a situation where it would be useful, mainly for reducing the numbers of queries I was having to run.
You can read about it at: http://schinckel.net/2015/05/13/django-proxy-model-relations/
Usage is pretty simple:
from proxy_overrides.related import ProxyForeignKey
class ProxyModel(ParentModel):
related = ProxyForeignKey(OtherProxyModel)
You may only override fields that exist, although in the future, it may be possible to create a relation with a different name (enabling you to keep the standard relation to the non-proxy model).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for django_proxy_overrides-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 405f8ce31ad3270298f2d1735b526c2b06072791d3bbcdca526738ec3477e3b9 |
|
MD5 | 9f095d7291f84adb379745edf4dc6f9d |
|
BLAKE2b-256 | eef211811f034d69009052b82431c73fd1c1e16040e51ff0e0cba0b7ed6b71b8 |