netzkolchose / django-computedfields

Provides autogenerated autoupdated database fields for model methods.
MIT License
94 stars 14 forks source link

Fix deprecations that send a warning in Django3 (to be deprecated in 4). #76

Closed hwalinga closed 3 years ago

hwalinga commented 3 years ago

Fixes #68

Everything changed is completely backwards compatible to Django2.0.

There is a version check for defining the app config or not.