rename qcombine.FakeModel to qcombine.GenericModel

This commit is contained in:
bkfox
2016-06-21 20:37:26 +02:00
parent 47991dfa3d
commit bae670e883
4 changed files with 5 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ class Manager(type):
return qs
class FakeModel(Routable,metaclass=Manager):
class GenericModel(Routable,metaclass=Manager):
"""
This class is used to register a route for multiple models to a website.
A QCombine is created with qs for all given models when objects