klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
938 stars 96 forks source link

Replace deprecated logging.warn with logging.warning #164

Closed hugovk closed 1 year ago

hugovk commented 2 years ago

Replace logging.warn (deprecated in Python 2.7, 2011) with logging.warning (added in Python 2.3, 2003).

hugovk commented 1 year ago

Re: https://github.com/klen/mixer/issues/191, closing this year-old PR, happy to re-open if there's interest. 👍