Skip to content
Snippets Groups Projects
Commit e7d11b0d authored by Deaktivert bruker's avatar Deaktivert bruker
Browse files

greg.models: fix PersonIdentities link to Person

A Person may have multiple associated PersonIdentities.  The object
relation link between these data structures was previously introduced
as "person", but is renamed "identities" with this patch.

This changes the access pattern from:

	person.person.all() -> QuerySet[PersonIdentity]

To:

	person.identities.all() -> QuerySet[PersonIdentity]

Fixes: GREG-20
parent 4526cbe4
No related branches found
No related tags found
1 merge request!26Heuristic for telling if guest is registered and verified
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment