diff --git a/README.md b/README.md index 70e4d3f..dd6999f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/types.py b/queryset_type.py similarity index 100% rename from types.py rename to queryset_type.py