django-nonrel / djangotoolbox

Django tools for building nonrel backends
BSD 3-Clause "New" or "Revised" License
200 stars 125 forks source link

Django 1.9 compatibility #70

Closed simion closed 3 years ago

simion commented 8 years ago

Please merge and make a release in pypi, we need this in production. Thanks.

vrusinov commented 8 years ago

FYI - there's one more issue in fields.py:

"from django.utils.importlib import import_module" is not possible in 1.9 since django.utils.importlib has been removed. It looks like it can be simply replaced with importlib since it was added to python 2.7 and 3.1

simion commented 8 years ago

@vrusinov fixed

vrusinov commented 8 years ago

Thanks. I've also sent a pull request for that small thing: #71

Now let's see if author(s) respond and finally merge them.

simion commented 8 years ago

Yeah, that would be nice, we need this asap. We use it in production and this is the only package stopping us from upgrading to django 1.9

markunsworth commented 8 years ago

@simion Which branch of django are you using? We also want to move to 1.9 but were going to fork django and try and make the necessary changes

markunsworth commented 8 years ago

@aburgel you seem to the the most recently active person on this repo (and django/mongodbengine). Are you still active/online?

Are any of the others nonrel team members still bashing keys regularly? (@adieu @charettes @dartdog @emperorcezar @fhahn @FlaPer87 @gpitfield @gregbayer @Wilfred @wrwrwr )

Would be good to get some input on some of these pull requests and/or add someone who is willing to take up the task of moving this project forwards.

aburgel commented 8 years ago

@markunsworth I'm not active on this project anymore. I'm happy to help out if someone wants to take the lead on the project, but unfortunately I don't have much time to commit to this anymore.