summaryrefslogtreecommitdiff
path: root/program/models.py
Commit message (Expand)AuthorAgeFilesLines
* avoided case when len(ends) < len(starts).Ernesto Rico-Schmidt2012-12-161-2/+2
* fixed week viewErnesto Rico-Schmidt2012-11-261-1/+2
* made Show description nullable.Ernesto Rico-Schmidt2012-02-171-1/+1
* only show active program_slots at show_detailChristian Pointner2012-02-151-0/+6
* added image_enabled flag to showChristian Pointner2012-02-151-0/+1
* made Show name not unique anymore.Ernesto Rico-Schmidt2012-02-151-1/+1
* fixed brown paper bug in save method.Ernesto Rico-Schmidt2011-12-291-1/+3
* removed deleting of remaining time slots.Ernesto Rico-Schmidt2011-12-281-4/+0
* fixed problem when saving time slots.Ernesto Rico-Schmidt2011-12-281-3/+3
* finally fixed save methodErnesto Rico-Schmidt2011-12-281-35/+47
* fix model, max_length to long for uniqueJohannes Raggam2011-12-021-1/+1
* made name of Show uniqueErnesto Rico-Schmidt2011-11-011-1/+1
* made get_or_create_current more robustErnesto Rico-Schmidt2011-11-011-1/+3
* fixed save method for ProgramSlot.Ernesto Rico-Schmidt2011-10-161-4/+4
* fixed save method for Programslot.Ernesto Rico-Schmidt2011-09-101-2/+2
* extended query for get_day_timeslots.Ernesto Rico-Schmidt2011-07-241-1/+1
* added missing related names.Ernesto Rico-Schmidt2011-07-031-2/+2
* fixed end date for timeslots that start before and end after midnight.Ernesto Rico-Schmidt2011-06-191-2/+10
* integrated TinyMCE.Ernesto Rico-Schmidt2011-04-251-2/+4
* simplified day and week views, use Program slot manager now, get_or_create_cu...Ernesto Rico-Schmidt2011-04-251-4/+14
* getting real.Ernesto Rico-Schmidt2011-04-131-0/+297
* creating an egg pt2Johannes Raggam2011-03-261-297/+0
* simplified unicode representation of a program slot.Ernesto Rico-Schmidt2011-03-251-4/+3
* modified Note: made start field unique.Ernesto Rico-Schmidt2011-03-211-1/+1
* added TimeSlotManager.Ernesto Rico-Schmidt2011-03-211-1/+24
* fixed save methods.Ernesto Rico-Schmidt2011-03-211-6/+3
* added has_active_programslots to Show.Ernesto Rico-Schmidt2011-03-211-1/+6
* modified Time slot: added redundant field.Ernesto Rico-Schmidt2011-03-211-3/+6
* modified Note: added redundant fields for better admin, limited choices to ti...Ernesto Rico-Schmidt2011-03-211-3/+10
* fixed field compatibility issue with MySQL.Ernesto Rico-Schmidt2011-03-201-1/+1
* fixed time slot generation, tweaked unicode representation of program slots.Ernesto Rico-Schmidt2011-03-201-30/+27
* renamed model attributes to be more consistent, updated templates accordingly...Ernesto Rico-Schmidt2011-03-121-14/+20
* fixed display and generation of time slot for daily recurrences.Ernesto Rico-Schmidt2011-03-121-14/+32
* First commitErnesto Rico-Schmidt2011-02-271-0/+242