sshwsfc / xadmin

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
http://www.xadmin.io
BSD 3-Clause "New" or "Revised" License
4.76k stars 1.41k forks source link

django 1.8 support #257

Open auvipy opened 9 years ago

cupen commented 9 years ago

我打算使用 python3 和 django1.8,临时 fork 了一份瞎改了改,在 3.4 下可以跑了,其它版本没试过,够胆量的话就拿去用吧。 https://github.com/cupen/django-xadmin

auvipy commented 9 years ago

hi @cupen why not send a pull request?

sshwsfc commented 9 years ago

:+1:

cupen commented 9 years ago

Sorry @auvipy it's only half done, I need some time.

shinriyo commented 9 years ago

@cupen

有趣的是。谢谢大家! 那些人有叉的,我可以用任何Python2.7 ?

auvipy commented 9 years ago

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

qrilka commented 9 years ago

Any plans for the new version? The last one from pypi is very outdated

qrilka commented 9 years ago

Was this project abandoned?

cupen commented 9 years ago

@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.

t0nyren commented 9 years ago

Here's a repo that works with Python2.7 and Django 1.7/1.8. Have fun.

https://github.com/t0nyren/django-xadmin.git

cupen commented 9 years ago

:+1: Good job.

tufedtm commented 9 years ago

@t0nyren install on python 2.7.6 (venv) with django 1.8 with sqlite and install

  1. https://github.com/django/django-formtools
  2. https://github.com/django/django-contrib-comments

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 2015-05-22 15 13 34

t0nyren commented 9 years ago

@tufedtm Are you using the master branch or the fix: https://github.com/t0nyren/django-xadmin ?

tufedtm commented 9 years ago

@t0nyren use your fix 2015-05-25 11 02 38

t0nyren commented 9 years ago

@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

tufedtm commented 9 years ago

@t0nyren thanks!

iTraceur commented 8 years ago

@t0nyren use your https://github.com/t0nyren/django-xadmin 2016-03-28 20 47 46