diff --git a/HISTORY.rst b/HISTORY.rst index 1097e9f332..ccfb5b277d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ================ diff --git a/mayan/apps/common/dependencies.py b/mayan/apps/common/dependencies.py index 3e1b3dd27a..7b3d6df205 100644 --- a/mayan/apps/common/dependencies.py +++ b/mayan/apps/common/dependencies.py @@ -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=''' diff --git a/requirements/common.txt b/requirements/common.txt index ec1ad20b4c..cfdd026585 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1 +1 @@ -django==1.11.25 +django==1.11.26