Update Django to version 1.11.22
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
* Add alert when settings are changed and util the installation
|
* Add alert when settings are changed and util the installation
|
||||||
is restarted. GitLab issue #605. Thanks to
|
is restarted. GitLab issue #605. Thanks to
|
||||||
Vikas Kedia (@vikaskedia) to the report.
|
Vikas Kedia (@vikaskedia) to the report.
|
||||||
|
* Update Django to version 1.11.22.
|
||||||
|
|
||||||
3.2.4 (2019-06-29)
|
3.2.4 (2019-06-29)
|
||||||
==================
|
==================
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ Changes
|
|||||||
- Add alert when settings are changed and util the installation
|
- Add alert when settings are changed and util the installation
|
||||||
is restarted. GitLab issue #605. Thanks to
|
is restarted. GitLab issue #605. Thanks to
|
||||||
Vikas Kedia (@vikaskedia) to the report.
|
Vikas Kedia (@vikaskedia) to the report.
|
||||||
|
- Update Django to version 1.11.22.
|
||||||
|
|
||||||
Removals
|
Removals
|
||||||
--------
|
--------
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
|||||||
__title__ = 'Mayan EDMS'
|
__title__ = 'Mayan EDMS'
|
||||||
__version__ = '3.2.4'
|
__version__ = '3.2.4'
|
||||||
__build__ = 0x030204
|
__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'
|
__django_version__ = '1.11'
|
||||||
__author__ = 'Roberto Rosario'
|
__author__ = 'Roberto Rosario'
|
||||||
__author_email__ = 'roberto.rosario@mayan-edms.com'
|
__author_email__ = 'roberto.rosario@mayan-edms.com'
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ PythonDependency(
|
|||||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
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
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
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(
|
PythonDependency(
|
||||||
copyright_text='''
|
copyright_text='''
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
django==1.11.20
|
django==1.11.22
|
||||||
|
|||||||
Reference in New Issue
Block a user