summaryrefslogtreecommitdiff
path: root/program/models.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize imports. FormatErnesto Rico Schmidt2020-09-091-8/+8
* moved reverse import to new namespacennrcschmdt2017-06-191-1/+1
* reverted back to callable datetime functionsnnrcschmdt2017-06-131-5/+5
* Hotfix: datetime.now as callable for query sets to fix implicit 'caching' pro...Christian Pointner2017-03-091-5/+5
* removed unneeded distinct() method.Ernesto Rico-Schmidt2016-08-201-1/+1
* added methods to list only active shows of a host and only active program slo...Ernesto Rico-Schmidt2016-08-201-0/+6
* removed is_active from Host, Show and ProgramSlot.Ernesto Rico-Schmidt2016-08-171-6/+0
* remove automation_id in showsErnesto Rico-Schmidt2016-08-031-1/+0
* limit timeslot, better namingErnesto Rico-Schmidt2016-08-031-2/+2
* show idErnesto Rico-Schmidt2016-05-271-1/+1
* merged stable into masterChristian Pointner2016-05-271-8/+14
|\
| * be explicit about what is not allowed to change while updating.Ernesto Rico-Schmidt2016-05-011-8/+14
* | removed cba_entry_id and cba_series_id from Show and Time Slot modelsErnesto Rico-Schmidt2016-04-161-2/+0
|/
* 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