mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 15:32:13 +02:00
Add a lot of comments
This commit is contained in:
@ -4,6 +4,9 @@ from .models import Registration
|
||||
|
||||
|
||||
class RegistrationIndex(indexes.ModelSearchIndex, indexes.Indexable):
|
||||
"""
|
||||
Registrations are indexed by the user detail.
|
||||
"""
|
||||
text = indexes.NgramField(document=True, use_template=True)
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user