Loading docs/releases/1.6.txt +2 −1 Original line number Diff line number Diff line Loading @@ -1122,6 +1122,7 @@ a ``get_queryset_compat`` method as below and use it internally to your manager: def get_queryset(self): return YourCustomQuerySet() # for example if django.VERSION < (1, 6): get_query_set = get_queryset def active(self): # for example Loading Loading
docs/releases/1.6.txt +2 −1 Original line number Diff line number Diff line Loading @@ -1122,6 +1122,7 @@ a ``get_queryset_compat`` method as below and use it internally to your manager: def get_queryset(self): return YourCustomQuerySet() # for example if django.VERSION < (1, 6): get_query_set = get_queryset def active(self): # for example Loading