django-restframework: fix by splitting variants 11179/head
authorPeter Stadler <peter.stadler@student.uibk.ac.at>
Fri, 31 Jan 2020 07:29:20 +0000 (08:29 +0100)
committerPeter Stadler <peter.stadler@student.uibk.ac.at>
Fri, 31 Jan 2020 07:34:17 +0000 (08:34 +0100)
commite3997d86d40cc8fcf2eb0563598970fa079854f6
tree80fd8c3de06e2904f3085dfa4456d8459533f4aa
parentd56c71b1b3dbf640b7d77d94b27da6314ec50331
django-restframework: fix by splitting variants

Split python2 and python3 packages and update to newest versions:
  * python-django-restframework version 3.9.4 using django1
  * python3-django-restframework version 3.11.0 using django3
This fixes the issue that the restframework cannot import name
'python_2_unicode_compatible' from 'django.utils.encoding', when
using version 3.9.x together with Django 3.y.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
lang/python/django-restframework/Makefile
lang/python/django1-restframework/Makefile [new file with mode: 0644]