SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.37k stars 312 forks source link

Replace print() against self.stdout/stderr #579

Closed jrief closed 2 years ago

jrief commented 2 years ago

Superseeds #539

replace print statements in management command against self.stdout, self.stderr as required by best Django practices.

jrief commented 2 years ago

@jaap3 could you please quickly review this pr for version 2.7.2.

jaap3 commented 2 years ago

Thanks @jrief, the from django.utils.timezone import datetime, timedelta imports are still there, but I guess I cannot convince you on that. Everything else looks good to me, so to not obstruct a next release I'll just approve this as is.

jrief commented 2 years ago

@jaap3 just released 2.7.2.

Thanks for reminding me about releasing a new version.