3YOURMIND / django-deprecate-fields

This package allows deprecating model fields and allows removing them in a backwards compatible manner.
Apache License 2.0
177 stars 20 forks source link

Added test. #16

Closed jackton1 closed 3 years ago

flixx commented 3 years ago

@jackton1 Also thanks a lot for this contribution!

What is still missing here is an actual test, or? Would you mind adding a very simple one? Or at least describe how you would test deprecate_field()? I guess it would require setting up a django model and also test running migrations, correct? What would be the folder structure you would propose for this?

Felix