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:
parent
598ffd3e5c
commit
6459d4c0b6
3 changed files with 21 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue