Update Django to version 1.11.22

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-05 15:28:39 -04:00
parent 557a20d6cc
commit 38c33b6703
6 changed files with 6 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
* Add alert when settings are changed and util the installation
is restarted. GitLab issue #605. Thanks to
Vikas Kedia (@vikaskedia) to the report.
* Update Django to version 1.11.22.
3.2.4 (2019-06-29)
==================

View File

@@ -18,6 +18,7 @@ Changes
- Add alert when settings are changed and util the installation
is restarted. GitLab issue #605. Thanks to
Vikas Kedia (@vikaskedia) to the report.
- Update Django to version 1.11.22.
Removals
--------

View File

@@ -3,7 +3,7 @@ from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '3.2.4'
__build__ = 0x030204
__build_string__ = 'v3.2.4_Sat Jun 29 02:50:51 2019 -0400'
__build_string__ = 'v3.2.4-16-g557a20d6cc_Fri Jul 5 03:10:42 2019 -0400'
__django_version__ = '1.11'
__author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com'

View File

@@ -36,7 +36,7 @@ PythonDependency(
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
''', module=__name__, name='django', version_string='==1.11.20'
''', module=__name__, name='django', version_string='==1.11.22'
)
PythonDependency(
copyright_text='''

View File

@@ -1 +1 @@
django==1.11.20
django==1.11.22

View File

@@ -56,7 +56,7 @@ def find_packages(directory):
return packages
install_requires = """
django==1.11.20
django==1.11.22
Pillow==6.0.0
PyPDF2==1.26.0
PyYAML==5.1