zorm
zorm copied to clipboard
Allow creation of a reverse reference directly from a reference
Instead of having to provide the reverse relationship explicitly in a model, it should be created implicitly when specifying the other side relationship.
Django, for example, uses the related_name
property to create a reverse relationship in the same way.