Files
django-polymorphic/polymorphic
Diederik van der Boor aead57c037 Fix Django 1.4/1.5 issues with RelatedManager code that overrides get_query_set()
Make sure the `RelatedManager.get_query_set()` is called, which limits
the set, instead of calling `self.get_queryset()` which then returns a new queryset.

Fortunately, this only happened on proxied calls for unknown methods.
2014-10-16 16:07:17 +02:00
..
2013-11-29 18:18:55 +01:00
2013-05-20 16:03:21 +02:00
2013-05-20 16:03:21 +02:00
2014-10-14 17:32:40 +02:00
2014-10-14 17:30:25 +02:00
2013-05-20 16:03:21 +02:00
2014-10-14 17:30:25 +02:00