Skip to content

Commit

Permalink
Rename types.py to queryset_type.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoRado committed Jan 21, 2019
1 parent 3641822 commit 7832288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -687,7 +687,7 @@ class Payment(models.Model):

#### Example selectors

For implementation of `QuerySetType`, check `types.py`.
For implementation of `QuerySetType`, check `queryset_type.py`.

```python
from django.contrib.auth.models import User
Expand Down
File renamed without changes.

0 comments on commit 7832288

Please sign in to comment.