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

New release #75

Closed flaiming closed 2 years ago

flaiming commented 3 years ago

Hi, will there be new release version any time soon?

nikolas-dev commented 2 years ago

@flaiming did you solve TypeError: PersonTable.model = <Person: > (type Person), but type must be one of (ModelBase)

flaiming commented 2 years ago

@nikolas-dev You mean issue https://github.com/asifpy/django-crudbuilder/issues/67 ? As far is I know it's related to django-tables2 checking so I created issue https://github.com/jieter/django-tables2/issues/775 there with potential fix, but so far no response from maintainer.

russell310 commented 2 years ago

@flaiming please check https://github.com/asifpy/django-crudbuilder/pull/76

flaiming commented 2 years ago

Yes, that fixed it, thanks!

nikolas-dev commented 2 years ago

@russell310 Thanks. Working

nikolas-dev commented 2 years ago

@russell310 @flaiming please add this feature https://github.com/asifpy/django-crudbuilder/issues/77