Update Django to version 1.11.24
Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
* Add cabinet add and remove workflow actions.
|
* Add cabinet add and remove workflow actions.
|
||||||
* Tweaked the jstree component's appearance to cope with
|
* Tweaked the jstree component's appearance to cope with
|
||||||
long labels.
|
long labels.
|
||||||
|
* Update Django to version 1.11.24
|
||||||
|
|
||||||
3.2.7 (2019-08-28)
|
3.2.7 (2019-08-28)
|
||||||
==================
|
==================
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ Other changes
|
|||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
- Add cabinet add and remove workflow actions.
|
- Add cabinet add and remove workflow actions.
|
||||||
|
- Update Django to version 1.11.24.
|
||||||
|
|
||||||
|
|
||||||
Removals
|
Removals
|
||||||
|
|||||||
@@ -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.22'
|
''', module=__name__, name='django', version_string='==1.11.24'
|
||||||
)
|
)
|
||||||
PythonDependency(
|
PythonDependency(
|
||||||
copyright_text='''
|
copyright_text='''
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
django==1.11.22
|
django==1.11.24
|
||||||
|
|||||||
Reference in New Issue
Block a user