From fa75617ab820bf23fecec6c038cc9b747a70ba4b Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> Date: Sat, 16 Apr 2016 19:09:01 +0200 Subject: [PATCH] updated requiremets and TODO list --- TODO | 0 TODO.md | 5 +++++ requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 TODO create mode 100644 TODO.md diff --git a/TODO b/TODO deleted file mode 100644 index e69de29b..00000000 diff --git a/TODO.md b/TODO.md new file mode 100644 index 00000000..76dc0b7d --- /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 22470f47..9b82779f 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 -- GitLab