Re: Django 3.0 alpha 1 released

2019-09-10 Thread Brian M
On Tue, Sep 10, 2019, 5:30 AM Carlton Gibson wrote: > We've made the first release on the way to Django's next major > release, Django 3.0! > > With about two and a half months until the > final release (scheduled for December 2nd), we'll need timely testing > from the community to ensure an on-t

Re: Storing HTML in DB using DJANGO

2019-04-21 Thread Brian M
What if you convert the html to an array of bytes before storing? Then you’d convert from bytes array back to string when you retrieve. This way you’d store raw data. > On Apr 21, 2019, at 8:41 AM, Jani Tiainen wrote: > > Well after all, HTML is just plain text... Though you probably want to