SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit efbb7b40 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Update docstring for PotentialFellowship

parent f4102f1a
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ class PotentialFellowship(models.Model):
It is linked to Profile as ForeignKey and not as OneToOne, since the same
person can eventually be approached on different occasions.
COMMENT: Why is this only nonregistered people only?
Using Profile allows to treat both registered Contributors
and non-registered people equally well.
"""
profile = models.ForeignKey('profiles.Profile', on_delete=models.CASCADE)
......
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