| Trees | Indices | Help |
|
|---|
|
|
|
|||
| Admin | |||
| DoesNotExist | |||
| MultipleObjectsReturned | |||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| NoneType |
|
||
|
|||
|
|||
| QuerySet |
|
||
| Any |
|
||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
_default_manager = <django.db.models.manager.Manager object at
|
|||
_meta = <Options for Slug>
|
|||
| int | item_it | ||
|
|||
| string (no spaces) |
slug = models.SlugField(max_length= 255)A string to use to uniquely identify an object. |
||
| int, or ContentType |
item_type = models.ForeignKey(ContentType)The ContentType id of item |
||
item_id = models.PositiveIntegerField(db_index= True)The id of item in the appropriate table. |
|||
| Any |
item = generic.GenericForeignKey('item_type', 'item_id')The object the Slug references. |
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|
|||
_default_manager
|
|
|||
slugA string to use to uniquely identify an object. (Like a tag, except unique.)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Jul 1 22:03:55 2008 | http://epydoc.sourceforge.net |