summaryrefslogtreecommitdiff
path: root/program/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize imports. FormatErnesto Rico Schmidt2020-09-091-4/+7
* reverted back to callable datetime functionsnnrcschmdt2017-06-131-6/+6
* Hotfix: datetime.now as callable for query sets to fix implicit 'caching' pro...Christian Pointner2017-03-091-6/+6
* Merge pull request #4 from radio-helsinki-graz/stableErnesto Rico-Schmidt2016-09-071-2/+2
|\
| * expand maximum timerange for add/note to 12 weeks in the futureChristian Pointner2016-09-071-2/+2
* | added ActivityFilter for Hosts, Shows and ProgramSlots.Ernesto Rico-Schmidt2016-08-171-4/+45
* | removed is_active from Host, Show and ProgramSlot.Ernesto Rico-Schmidt2016-08-171-5/+5
|/
* remove automation_id in showsErnesto Rico-Schmidt2016-08-031-1/+1
* limit timeslot, better namingErnesto Rico-Schmidt2016-08-031-9/+16
* Merge branch 'predecessor-selection'Christian Pointner2016-07-201-0/+11
|\
| * exclude self as show predecessorErnesto Rico-Schmidt2016-07-201-3/+8
| * exclude idErnesto Rico-Schmidt2016-05-271-0/+6
* | added short_description to list header of program slots.Ernesto Rico-Schmidt2016-06-121-0/+1
* | show only name in the admin program slots.Ernesto Rico-Schmidt2016-06-121-1/+5
* | brown paper bag bugErnesto Rico-Schmidt2016-05-271-1/+1
|/
* fixed pep8/flake8 warnings. again.Ernesto Rico-Schmidt2016-04-191-0/+2
* simplified inline admin for program slots and time slotsErnesto Rico-Schmidt2016-04-161-2/+3
* fixed get_querysetErnesto Rico-Schmidt2016-03-311-2/+2
* added is_Christian Pointner2016-02-121-1/+1
* added new model fields and updated adminErnesto Rico-Schmidt2016-01-061-7/+10
* reformated code.Ernesto Rico-Schmidt2015-12-281-20/+10
* added save_as to NoteAdmin and limited time slot to the last four weeks. made...Ernesto Rico-Schmidt2014-05-011-11/+17
* pep8-ized codeErnesto Rico-Schmidt2014-04-291-10/+33
* fixed fields order.Ernesto Rico-Schmidt2014-02-281-0/+4
* removed owner of Note.Ernesto Rico-Schmidt2013-09-201-2/+0
* added admin images.Ernesto Rico-Schmidt2013-03-081-3/+3
* moved CSS generation to program application.Ernesto Rico-Schmidt2013-03-081-5/+7
* finished undoing read only fields.Ernesto Rico-Schmidt2011-12-291-2/+0
* undo read only fields in inline adminsErnesto Rico-Schmidt2011-12-291-7/+3
* added renew action to TimeSlot adminErnesto Rico-Schmidt2011-12-281-0/+9
* added save on top to Program Slot adminErnesto Rico-Schmidt2011-12-281-0/+1
* tweaked inline adminErnesto Rico-Schmidt2011-12-201-0/+6
* removed date_hierarchy from ProgramSlotAdminErnesto Rico-Schmidt2011-12-041-1/+0
* removed unused import.Ernesto Rico-Schmidt2011-07-241-2/+0
* fixed filters for note admin.Ernesto Rico-Schmidt2011-07-241-3/+3
* removed note__isnull. it may causes confusion.Ernesto Rico-Schmidt2011-07-031-1/+1
* removed show from filter for note admin.Ernesto Rico-Schmidt2011-07-021-12/+4
* made note administration more usableErnesto Rico-Schmidt2011-06-181-4/+6
* getting real.Ernesto Rico-Schmidt2011-04-131-0/+82
* creating an egg pt2Johannes Raggam2011-03-261-58/+0
* added has_active_programslots to Show.Ernesto Rico-Schmidt2011-03-211-1/+1
* added date_hierarchy to Note admin.Ernesto Rico-Schmidt2011-03-211-1/+2
* tweaked admin for notes.Ernesto Rico-Schmidt2011-03-121-0/+1
* renamed model attributes to be more consistent, updated templates accordingly...Ernesto Rico-Schmidt2011-03-121-5/+5
* First commitErnesto Rico-Schmidt2011-02-271-0/+56