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

Proposal: turn deprecated field into descriptor #6

Closed costela closed 5 years ago

costela commented 5 years ago

The descriptor is used to raise DeprecationWarnings on field access. Especially useful in cases where field access is dynamic and might not so easy to catch during the deprecation cycle.

costela commented 5 years ago

Will do! :+1:

costela commented 5 years ago

@dxvxd just reformatted the commit; PTAL.