summaryrefslogtreecommitdiff
path: root/program/models.py
Commit message (Expand)AuthorAgeFilesLines
* fixed warning 340Ernesto Rico-Schmidt2016-03-291-5/+5
* restored blank & null for hostsErnesto Rico-Schmidt2016-03-271-5/+5
* added is_Ernesto Rico-Schmidt2016-02-121-1/+1
* added new model fields and updated adminErnesto Rico-Schmidt2016-01-061-32/+27
* replaced permalink calls, cleaned-up Show modelErnesto Rico-Schmidt2015-12-301-11/+9
* reformated code.Ernesto Rico-Schmidt2015-12-281-86/+39
* added always_visible to the Hosts and updated template and URLsErnesto Rico-Schmidt2014-05-011-0/+1
* pep8-ized codeErnesto Rico-Schmidt2014-04-291-57/+131
* fixed day_schedule to export 00:00 - 23:59:59 and not between 06:00 and 05:59Ernesto Rico-Schmidt2014-03-071-0/+6
* fixed text color selectionErnesto Rico-Schmidt2014-02-281-1/+1
* added color to broadcast formatsErnesto Rico-Schmidt2014-02-281-1/+2
* removed owner of Note.Ernesto Rico-Schmidt2013-09-201-1/+0
* added JSON export for automation.Ernesto Rico-Schmidt2013-04-121-2/+4
* added automation ID for programslots and shows.Ernesto Rico-Schmidt2013-04-121-0/+2
* fixed index out range.Ernesto Rico-Schmidt2013-03-091-4/+7
* added big admin imageErnesto Rico-Schmidt2013-03-081-6/+6
* added admin images.Ernesto Rico-Schmidt2013-03-081-15/+54
* moved CSS generation to program application.Ernesto Rico-Schmidt2013-03-081-0/+94
* 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