asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Django 2.0 support #58

Closed oniseijin closed 6 years ago

oniseijin commented 6 years ago

Currently, Djanjo 2 support seems WIP

I had to switch back to 1.11 due to the deprecation of django.core.urlresolvers. This is imported by urls module of crudbuilder. Should be an easy fix, but care has to be taken to support both.

See more at https://stackoverflow.com/questions/43139081/importerror-no-module-named-django-core-urlresolvers

asifpy commented 6 years ago

Which version of crudbuilder are you using? I suggest you to install it directly from Github. Refer this #57

Also check this https://github.com/asifpy/django-crudbuilder/commit/56a192d5ca4e95269631f96127748ea26ede77a9 (support for Django2.0)

oniseijin commented 6 years ago

At the time of writing it was the latest version in pypi, and I had done what was mentioned in #57, but I'll take your word that the latest source is good to go :)