From: Guillaume Pellerin Date: Thu, 19 Oct 2017 13:40:17 +0000 (+0200) Subject: Use TS-dev, fix dirtyfields version X-Git-Tag: 1.7.0~2^2~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=514495f62b34d2225996128c41e3f05bde89b3a0;p=telemeta.git Use TS-dev, fix dirtyfields version --- diff --git a/Dockerfile b/Dockerfile index a64c0ba0..4b608e4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM parisson/timeside:latest +FROM parisson/timeside:latest-dev MAINTAINER Guillaume Pellerin , Thomas fillon diff --git a/setup.py b/setup.py index e9a8be41..e8e72e51 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( 'django-environ', 'redis', 'Werkzeug', - 'django-dirtyfields', + 'django-dirtyfields==1.2.1', 'sqlparse==0.2.2', 'lxml' ],