rvinzent / django-dynamic-models

Dynamic Django models allow users to define, edit, and populate their own database schema.
MIT License
158 stars 47 forks source link

Release v0.4.0 on PyPI #67

Closed atodorov closed 1 year ago

atodorov commented 1 year ago

@rvinzent it's been a while since the latest upload to PyPI, https://pypi.org/project/django-dynamic-model/#history.

Do you mind pushing the latest release ?

rvinzent commented 1 year ago

@atodorov sure I can work on it soon. I think there was a couple of things left to take care of and I never got around to it

rvinzent commented 1 year ago

@atodorov I'll release a candidate first #70 to see if it fits your use case. There's still a known bug #58 , and the docs in the wiki don't include the latest changes #69

rvinzent commented 1 year ago

v0.4.0rc0 has been released! Please test out your use case and open an issue for any bugs you might come across. Thanks!