Rename types.py to queryset_type.py

This commit is contained in:
Radoslav Georgiev 2019-01-21 16:30:47 +02:00
parent 3641822af9
commit 7832288bf8
2 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ class Payment(models.Model):
#### Example selectors #### Example selectors
For implementation of `QuerySetType`, check `types.py`. For implementation of `QuerySetType`, check `queryset_type.py`.
```python ```python
from django.contrib.auth.models import User from django.contrib.auth.models import User