Re: Are there use cases for storing null bytes in CharField/TextField?

2017-05-29 Thread Tim Graham
A reply from Luke came only to me: Is it even possible for null bytes to be copied into a text field and for them to be submitted? The original report uses Javascript to get them in there - https://code.djangoproject.com/ticket/28201 These pages suggests it is going to be really hard for u

Re: Integrate dj-database-url into Django

2017-05-29 Thread Shai Berger
If I understand things correctly, registration of new url-schemas to enable something like dj-database-url to support 3rd parties should be a trivial matter; just add an entry to some dictionary, with the schema as key, and the dotted-path of the backend as value. IMO, scanning INSTALLED_APPS,