django-xadmin is not maintained for a long time
Opened this issue · 0 comments
It's also replacing django with 1.11 version when trying to install on django 3.1 project with pip installer.
$ pip install xadmin
Collecting xadmin
Downloading xadmin-0.6.1.tar.gz (1.0 MB)
|████████████████████████████████| 1.0 MB 515 kB/s
Requirement already satisfied: setuptools in /home/x/devel/env/lib/python3.6/site-packages (from xadmin) (49.6.0)
Collecting django<2.0.0,>=1.9.0
Downloading Django-1.11.29-py2.py3-none-any.whl (6.9 MB)
|████████████████████████████████| 6.9 MB 1.9 MB/s
Collecting django-crispy-forms>=1.6.0
Downloading django_crispy_forms-1.9.2-py3-none-any.whl (108 kB)
|████████████████████████████████| 108 kB 1.9 MB/s
Collecting django-formtools>=1.0
Downloading django_formtools-2.2-py2.py3-none-any.whl (148 kB)
|████████████████████████████████| 148 kB 1.8 MB/s
Collecting httplib2==0.9.2
Downloading httplib2-0.9.2.tar.gz (205 kB)
|████████████████████████████████| 205 kB 1.8 MB/s
Requirement already satisfied: pytz in /home/x/devel/env/lib/python3.6/site-packages (from django<2.0.0,>=1.9.0->xadmin) (2020.1)
Building wheels for collected packages: xadmin, httplib2
Building wheel for xadmin (setup.py) ... done
Created wheel for xadmin: filename=xadmin-0.6.1-py3-none-any.whl size=1214074 sha256=077b4102d0f54f6cf215a25377ec0e1e76369ce96275ece3e9dba61fe6e4c56d
Stored in directory: /home/x/.cache/pip/wheels/ee/9b/a1/1c3873bd842ce63fbdd03052ab94685c6c72f7f5c920589bfb
Building wheel for httplib2 (setup.py) ... done
Created wheel for httplib2: filename=httplib2-0.9.2-py3-none-any.whl size=84059 sha256=94b48f54e5d1ea04af1947c7f31c2ba55d0b4ade58b58c6cb8ba5ac4f3a2a527
Stored in directory: /home/x/.cache/pip/wheels/59/0c/d7/05cac4be758c1eb6c1283b7080b12170881b736a3a9c400946
Successfully built xadmin httplib2
Installing collected packages: django, django-crispy-forms, django-formtools, httplib2, xadmin
Attempting uninstall: django
Found existing installation: Django 3.1
Uninstalling Django-3.1:
Successfully uninstalled Django-3.1