diff --git a/TODO b/TODO deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000000000000000000000000000000000000..76dc0b7df372603ff4eb9effa77466c1ec74bb5f --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +- [ ] list notes of predecessor, if available, on show detail page +- [ ] list notes of successor, if available to show detail page +- [ ] add management command to automatically renew program slots +- [ ] add jingle field (File) to Show model +- [ ] customize the admin interface for program slot diff --git a/requirements.txt b/requirements.txt index 22470f47368f8fec08ad94b856554c671f5e6fa9..9b82779fa872958d86db13fe39a7ef87f0fa96f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.8.8 +Django==1.8.12 MySQL-python==1.2.5 -Pillow==3.0.0 +Pillow==3.2.0 PyYAML==3.11 -django-tinymce==2.0.6 -python-dateutil==2.4.2 +django-tinymce==2.3.0 +python-dateutil==2.5.2