Re: Transifex organisation

2017-05-16 Thread Claude Paroz
Le mardi 16 mai 2017 23:52:31 UTC+2, Tom Forbes a écrit : > > Hello, > Is anyone responsible for managing the transifex organisation? A colleague > of mine applied to join the Django organisation to contribute greek > translations for the admin, but his application is currently pending and > has

Transifex organisation

2017-05-16 Thread Tom Forbes
Hello, Is anyone responsible for managing the transifex organisation? A colleague of mine applied to join the Django organisation to contribute greek translations for the admin, but his application is currently pending and has been for a while. Are there any special requirements for joining the Tr

Re: Django and CSP strict-dynamic

2017-05-16 Thread Ran Benita
OK, so to refocus the issue: Using CSP nonces requires the following: any

Re: Django and CSP strict-dynamic

2017-05-16 Thread Ran Benita
Hi Adam, thanks for your comments. > Given that it's still a W3C draft I am not sure it should be added to Django core yet. I agree; note however, that nonces are part of CSP Level 2, which is in "W3C Recommendation" status. Since support for nonces is a prerequisite for any of this, I'll refo

Re: Contribution

2017-05-16 Thread Martin Gauthier
Thank you ! On Tuesday, May 16, 2017 at 8:37:02 AM UTC-4, Tim Graham wrote: > > Hi Martin, have you read the contributing documentation? > > > https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ > > On Tuesday, May 16, 2017 at 8:34:30 AM UTC-4, Martin Gauthier wrote: >>

Re: Contribution

2017-05-16 Thread Tim Graham
Hi Martin, have you read the contributing documentation? https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ On Tuesday, May 16, 2017 at 8:34:30 AM UTC-4, Martin Gauthier wrote: > > Hi Everyone, > > I'm fairly new here , I have been using Django for past year and would

Contribution

2017-05-16 Thread Martin Gauthier
Hi Everyone, I'm fairly new here , I have been using Django for past year and would like to contribute. Could someone give me any key advice on where to start. Thank you -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django

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

2017-05-16 Thread Jani Tiainen
Hi, I would guess that one could use null byte to denote "empty field" in Oracle for example. (I recall seeing such a convention in one of our non-django apps). And that's to overcome limitation that Oracle doesn't have real concept of empty string so we stored single null byte to mark that.