Removed unwanted path elements from a patch file.

- Legacy-Id: 14754
This commit is contained in:
Henrik Levkowetz 2018-03-09 15:50:29 +00:00
parent 3b7a191feb
commit 89470dece4

View file

@ -1,5 +1,5 @@
--- ../x/env/lib/python2.7/site-packages/django/db/models/query.py 2017-04-07 15:10:29.426831000 -0700 --- django/db/models/query.py 2017-04-07 15:10:29.426831000 -0700
+++ env/lib/python2.7/site-packages/django/db/models/query.py 2017-04-12 08:23:20.061651277 -0700 +++ django/db/models/query.py 2017-04-12 08:23:20.061651277 -0700
@@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
import copy import copy
import sys import sys