Update Django to version 1.11.26

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-03 23:25:29 -04:00
parent d240183073
commit 14df823568
3 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
Thanks to Christopher S. Meiklejohn (@cmeiklejohn2) for the report.
- Fix username color on mobile screens.
- Hide the multi item selection help text on mobile screens.
- Update Django to version 1.11.26.
3.3 (2019-12-03)
================

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

View File

@@ -1 +1 @@
django==1.11.25
django==1.11.26