diff options
Diffstat (limited to 'rest_framework/utils/modelinfo.py')
| -rw-r--r-- | rest_framework/utils/modelinfo.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rest_framework/utils/modelinfo.py b/rest_framework/utils/modelinfo.py index a7a0346c..960fa4d0 100644 --- a/rest_framework/utils/modelinfo.py +++ b/rest_framework/utils/modelinfo.py @@ -1,6 +1,7 @@ """ Helper functions for returning the field information that is associated -with a model class. +with a model class. This includes returning all the forward and reverse +relationships and their associated metadata. """ from collections import namedtuple from django.db import models |
