Update Django to version 1.11.24

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-09-23 15:34:09 -04:00
parent 61c6562860
commit dea3bbdf09
4 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
* Add cabinet add and remove workflow actions.
* Tweaked the jstree component's appearance to cope with
long labels.
* Update Django to version 1.11.24
3.2.7 (2019-08-28)
==================

View File

@@ -19,6 +19,7 @@ Other changes
^^^^^^^^^^^^^
- Add cabinet add and remove workflow actions.
- Update Django to version 1.11.24.
Removals

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.22'
''', module=__name__, name='django', version_string='==1.11.24'
)
PythonDependency(
copyright_text='''

View File

@@ -1 +1 @@
django==1.11.22
django==1.11.24