Re: Fellow Reports -- May 2019

2019-05-31 Thread Carlton Gibson
Hi all. Calendar Week 22 -- ending 02 June. Triaged: https://code.djangoproject.com/ticket/30509 -- Various FileResponse fixes and changes (Accepted) https://code.djangoproject.com/ticket/30530 -- url `path` accepts newlines in various places. (wontfix) https://code.djangoproject.com/

cannot use a string pattern on a bytes-like object

2019-05-31 Thread Saurabh Adhikary
Hello , I am upgrading my Django & Python from 1.8, 2.7 to 1.11,3.5. For a models in TimeField I'm getting error in dateparse.py Error -> cannot use a string pattern on a bytes-like object Tried with datetime.now(), still not working. Please help. Regards, Saurabh Adhikary -- You received thi