cc1
v2.1
CC1 source code docs
|
NEWS Model. More...
Classes | |
class | Meta |
Public Member Functions | |
def | __unicode__ |
def | dict |
Static Public Member Functions | |
def | get |
Static Public Attributes | |
tuple | content = models.TextField() |
News content. | |
tuple | date = models.DateTimeField() |
this News' publication date | |
tuple | sticky = models.IntegerField() |
whether this News is sticky and should be displayed for a longer time | |
tuple | topic = models.CharField(max_length=255) |
News topic. |
NEWS Model.
News is an entity for providing latest common News, targeted to all users, available on the main page of the CC1 webinterface.
def src.clm.models.news.News.__unicode__ | ( | self | ) |
def src.clm.models.news.News.dict | ( | self | ) |
dict
) this New's data
|
static |
|
static |
|
static |
|
static |
|
static |