When it fetches objects from the database, the framework needs to be able to instantiate every classes referenced in a model, so it also needs to find them! It does so by simply importing the class with a statement equivalent to:
>>> from package_name.module_name import class_name
Thus, these three properties should always be kept in sync with the corresponding code.
Comments are welcome: Sebastien Bigaret / Modeling Home Page