Using TypedObjectManager on a non-typeclass doesn't cause any harm, near as I can tell from looking at it and trying the different returns_typeclass methods. Should resolve #1114
This commit is contained in:
parent
b80f7c3637
commit
8b3c0057af
2 changed files with 3 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ def to_object(inp, objtype='player'):
|
|||
# Msg manager
|
||||
#
|
||||
|
||||
class MsgManager(models.Manager):
|
||||
class MsgManager(TypedObjectManager):
|
||||
"""
|
||||
This MsgManager implements methods for searching and manipulating
|
||||
Messages directly from the database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue