Fixed issue with custom queryset manager expecting explict variable names

If using / expecting kwargs you have to call the queryset manager
explicitly.
This commit is contained in:
Ross Lawley
2012-07-25 14:55:10 +01:00
parent 598ffd3e5c
commit 6459d4c0b6
3 changed files with 21 additions and 17 deletions

View File

@@ -3,6 +3,10 @@ Changelog
=========
Changes in 0.6.17
=================
- Fixed issue with custom queryset manager expecting explict variable names
Changes in 0.6.16
=================
- Fixed issue where db_alias wasn't inherited