Skip to content

Commit e496f64

Browse files
pyup-botPeter Bengtsson
authored andcommitted
Update django to 2.1.6
This PR updates [Django](https://pypi.org/project/Django) from **2.1.5** to **2.1.6**. <details> <summary>Changelog</summary> ### 2.1.6 ``` ========================== *February 11, 2019* Django 2.1.6 fixes a security issue and a bug in 2.1.5. Bugfixes ======== * Made the ``obj`` argument of ``InlineModelAdmin.has_add_permission()`` optional to restore backwards compatibility with third-party code that doesn&#39;t provide it (:ticket:`30097`). ========================== ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/django - Changelog: https://pyup.io/changelogs/django/ - Homepage: https://www.djangoproject.com/ </details>
1 parent 8430799 commit e496f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-c requirements-constraints.txt
22

3-
Django==2.1.5 \
4-
--hash=sha256:a32c22af23634e1d11425574dce756098e015a165be02e4690179889b207c7a8 \
5-
--hash=sha256:d6393918da830530a9516bbbcbf7f1214c3d733738779f06b0f649f49cc698c3
3+
Django==2.1.6 \
4+
--hash=sha256:b6a0c610158e65f9636349e07bab4e5fd3caa758aa0847b246498b498ca72f26 \
5+
--hash=sha256:c5d8ad5f4c23dd35a9d07220bf00f23a0c3019c6661550c132b74de97adddb6d
66
dj-database-url==0.5.0 \
77
--hash=sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9 \
88
--hash=sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163

0 commit comments

Comments
 (0)