Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1467532: Update to Django 1.11.16
Browse files Browse the repository at this point in the history
* Django 1.11.15 → 1.11.16: Fix race condition in update_or_create()
  • Loading branch information
jwhitlock committed Oct 9, 2018
1 parent 07c9654 commit 4969382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/default.txt
Expand Up @@ -33,9 +33,9 @@ dennis==0.9 \
--hash=sha256:f6487392ac91800c5f0684a99b404b7fd0f72ceb48faeb5a0ce4e2c24fb62d3f

# Web framework for Python projects of a certain age
Django==1.11.15 \
--hash=sha256:8176ac7985fe6737ce3d6b2531b4a2453cb7c3377c9db00bacb2b3320f4a1311 \
--hash=sha256:b18235d82426f09733d2de9910cee975cf52ff05e5f836681eb957d105a05a40
Django==1.11.16 \
--hash=sha256:29268cc47816a44f27308e60f71da635f549c47d8a1d003b28de55141df75791 \
--hash=sha256:37f5876c1fbfd66085001f4c06fa0bf96ef05442c53daf8d4294b6f29e7fa6b8

# 3rd party logins like Github
# Code: https://github.com/pennersr/django-allauth
Expand Down

0 comments on commit 4969382

Please sign in to comment.