Open auvipy opened 9 years ago
hi @cupen why not send a pull request?
:+1:
Sorry @auvipy it's only half done, I need some time.
@cupen
有趣的是。谢谢大家! 那些人有叉的,我可以用任何Python2.7 ?
A new version could be released with django 1.7 and 1.8 support and droping support for 1.5 1.6 and 1.4
Any plans for the new version? The last one from pypi is very outdated
Was this project abandoned?
@shinriyo Hi, my fork was use for an in-house project.Some changes was too bad,and not always compatible with Python2.7 but Python3.4. I'm sorry for my poor English.
Here's a repo that works with Python2.7 and Django 1.7/1.8. Have fun.
:+1: Good job.
@t0nyren install on python 2.7.6 (venv) with django 1.8 with sqlite and install
settings.py
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'xadmin',
'crispy_forms',
'xtest',
)
on click "add permission" show this
@tufedtm Are you using the master branch or the fix: https://github.com/t0nyren/django-xadmin ?
@t0nyren use your fix
@tufedtm There was a problem with the modelform_factory because django changed its requirement regarding exclude and fields.
It has been fixed now. Please pull the newest version: https://github.com/t0nyren/django-xadmin.git
@t0nyren thanks!
@t0nyren use your https://github.com/t0nyren/django-xadmin
我打算使用 python3 和 django1.8,临时 fork 了一份瞎改了改,在 3.4 下可以跑了,其它版本没试过,够胆量的话就拿去用吧。 https://github.com/cupen/django-xadmin