| Home | Trees | Indices | Help |
|---|
|
|
db.models.Model --+
|
ContentType
|
|||
| Meta | |||
|
|||
|
|||
|
|||
|
|||
|
|||
name = models.CharField(max_length= 100)
|
|||
app_label = models.CharField(max_length= 100)
|
|||
model = models.CharField(_('python model class name'), max_len
|
|||
objects = ContentTypeManager()
|
|||
|
|||
Returns an object of this type for the keyword arguments given. Basically, this is a proxy around this object_type's get_object() model method. The ObjectNotExist exception, if thrown, will not be caught, so code that calls this method should catch it. |
|
|||
model
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:16 2008 | http://epydoc.sourceforge.net |