Add support to specifying the compressed documents download filename

This commit is contained in:
Roberto Rosario
2012-06-28 16:13:26 -04:00
parent 03f799e527
commit 4e93da6e80
3 changed files with 8 additions and 4 deletions

View File

@@ -22,3 +22,5 @@ RELEASE_LEVEL_CHOICES = (
VERSION_UPDATE_MAJOR = u'major'
VERSION_UPDATE_MINOR = u'minor'
VERSION_UPDATE_MICRO = u'micro'
DEFAULT_ZIP_FILENAME = u'document_bundle.zip'