Closed atodorov closed 1 year ago
I'm planning to use django-dynamic-models as part of Kiwi TCMS and we update fairly quickly and try to always use the latest and greatest versions of Django.
I must admit I've been pretty bad about maintaining this project. It's halfway to adding a major feature (supporting FKs), but I never got around to finishing it up. LMK if it looks like you'll end up using it and I'll try to get the latest changes deployed. Fair warning though, this package does things that should be considered dangerous to most production users since it really easily allows dropping tons of data from the DB by simply deleting a dynamic model.
In my experience since making this, I've found there's almost always a better way using boring static schema.
I've renamed the test jobs so requires status checks in GitHub's settings will need to be adjusted. Otherwise this PR is ready for review.
I'm planning to use django-dynamic-models as part of Kiwi TCMS and we update fairly quickly and try to always use the latest and greatest versions of Django.
Making some adjustments to the CI matrix to make sure django-dynamic-models doesn't break with latest versions of Django.