projects
/
ais.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27bb63b
)
Removed extra --format=track in HistoryForm when start_date is present
author
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Tue, 19 Apr 2011 08:35:04 +0000
(08:35 +0000)
committer
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Tue, 19 Apr 2011 08:35:04 +0000
(08:35 +0000)
bin/djais/views.py
patch
|
blob
|
history
diff --git
a/bin/djais/views.py
b/bin/djais/views.py
index 8f7ecb95cdd54f1e063a949473501f068b336f2d..fcf80cc17daa793612f2b2051159e3edac76a4f5 100644
(file)
--- a/
bin/djais/views.py
+++ b/
bin/djais/views.py
@@
-297,7
+297,6
@@
class HistoryForm(forms.Form):
date_start = data.get('start_date', None)
if date_start:
- addparam(u'--format=animation')
addparam(u'--start')
addparam(date_start.strftime('%Y%m%d'))