Changeset dcb9160


Ignore:
Timestamp:
01/19/10 19:07:13 (3 years ago)
Author:
olivier <>
Branches:
master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
Children:
3b01d16
Parents:
6d4e11a
git-author:
olivier <> (01/19/10 19:07:13)
git-committer:
olivier <> (01/19/10 19:07:13)
Message:

add MediaCollection?.is_published field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/models/crem.py

    r6d4e11a rdcb9160  
    145145    publisher             = models.ForeignKey('Publisher', related_name="collections", 
    146146                                              null=True)      
     147    is_published          = models.BooleanField(default="") 
    147148    year_published        = models.IntegerField(default=0) 
    148149    publisher_collection  = models.ForeignKey('PublisherCollection', related_name="collections", 
Note: See TracChangeset for help on using the changeset viewer.