Revert "Merge branch 'hotfix/v0.11.2' into development"
This reverts commitf8e2341f4f, reversing changes made to1c8fd9e212.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user