Revert "Merge branch 'hotfix/v0.11.2' into development"

This reverts commit f8e2341f4f, reversing
changes made to 1c8fd9e212.
This commit is contained in:
Roberto Rosario
2012-02-02 05:28:13 -04:00
parent f8e2341f4f
commit c79d1d0c34
5 changed files with 6 additions and 724 deletions

View File

@@ -3,9 +3,7 @@ Mayan
Open source, Django based document manager with custom metadata indexing, file serving integration and OCR capabilities.
[Website](http://www.mayan-edms.com)
[Mailing list (via Google Groups)](http://groups.google.com/group/mayan-edms)
[Website](http://bit.ly/mayan-edms)
[Video demostration](http://bit.ly/pADNXv)

View File

@@ -1,11 +1,12 @@
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy as _
from django.db.models import Avg, Count, Min, Max
from common.utils import pretty_size, pretty_size_10
from documents.conf.settings import STORAGE_BACKEND
from documents.models import Document, DocumentType, DocumentPage, DocumentVersion
from django.db.models import Avg, Count, Min, Max
from .conf.settings import STORAGE_BACKEND
from .models import Document, DocumentType, DocumentPage, DocumentVersion
def get_used_size(path, file_list):

View File

@@ -21,7 +21,7 @@ __status__ = 'Production'
__version_info__ = {
'major': 0,
'minor': 11,
'micro': 2,
'micro': 1,
'releaselevel': 'final',
'serial': 0
}

File diff suppressed because it is too large Load Diff

View File

@@ -16,4 +16,3 @@ djangorestframework==0.2.3
South==0.7.3
python-gnupg==0.2.8
python-hkp==0.1.3
kombu==1.4.2