Fixed an issue with Object manager's is_dbref. Paging should be a lot more sound now too.

This commit is contained in:
Greg Taylor 2009-01-15 05:11:55 +00:00
parent 9246ce684f
commit 914628d385
4 changed files with 17 additions and 14 deletions

View file

@ -183,7 +183,7 @@ class ObjectManager(models.Manager):
"""
Is the input a well-formed dbref number?
"""
util_object.is_dbref(dbstring)
return util_object.is_dbref(dbstring)
def dbref_search(self, dbref_string, limit_types=False):
"""