mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-22 09:36:36 +03:00
Rename types.py
to queryset_type.py
This commit is contained in:
parent
3641822af9
commit
7832288bf8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user