diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-04-16 17:09:01 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-04-16 17:09:01 (GMT) |
commit | fa75617ab820bf23fecec6c038cc9b747a70ba4b (patch) | |
tree | d25b64bb1c1e23869a42acbabde7bd54be67fe84 | |
parent | f49a48b8e1d891d0591473285f13e307dbc6fb9d (diff) |
updated requiremets and TODO list
-rw-r--r-- | TODO | 0 | ||||
-rw-r--r-- | TODO.md | 5 | ||||
-rw-r--r-- | requirements.txt | 8 |
3 files changed, 9 insertions, 4 deletions
@@ -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 22470f4..9b82779 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 |