zorm icon indicating copy to clipboard operation
zorm copied to clipboard

Allow creation of a reverse reference directly from a reference

Open chaitanyagupta opened this issue 5 years ago • 0 comments

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.

chaitanyagupta avatar May 25 '19 20:05 chaitanyagupta