Maxim Kurnikov
1419b144d9
wip
2020-03-15 00:58:11 +03:00
Maxim Kurnikov
0b1507c81e
wip
2020-02-02 03:12:32 +03:00
Maxim Kurnikov
e5b61dc499
fix tests
2020-01-05 08:18:43 +03:00
Maxim Kurnikov
0a92c89d41
lint fixes
2020-01-04 19:09:50 +03:00
Maxim Kurnikov
356a5881e7
allow manager classes nested inside model classes
2020-01-04 17:56:05 +03:00
Maxim Kurnikov
90617bc76a
QuerySet.as_manager() support
2020-01-04 16:52:13 +03:00
Maxim Kurnikov
13e40ab4a1
refactor, fix method copying
2020-01-04 13:36:11 +03:00
Dima Boger
b3ed9e4827
Add inheritance QuerySet support for from_queryset ( #275 )
...
* Add testcase for queryset inheritance
* Add PoC
* Add condition for stop to looping over mro
* Change harcoded queryset class name to constant from fullnames
2019-12-16 20:16:41 +03:00
Maksim Kurnikov
d0c25e3bce
Allow to run from_queryset() with BaseManager, Manager ( #271 )
...
* allow to run from_queryset() with BaseManager, Manager
* fix tests
2019-12-13 20:16:33 +03:00
Maksim Kurnikov
ade48b6546
Add support for BaseManager.from_queryset() ( #251 )
...
* add support for BaseManager.from_queryset()
* cleanups
* lint fixes
2019-12-12 05:35:56 +03:00