Re: Migration Questioner and String-Type Fields

2016-09-11 Thread Jarek Glowacki
Mm, convenience over strict correctness. Perhaps all that's needed is a slight rephrasing of the prompt and we can have both? Adding field with no `blank=True` and no `null=True`: You are trying to add a non-nullable field '%s' to %s without a default; we can't do that (the database needs somet

Django Channels Load Testing Results

2016-09-11 Thread Robert Roskam
Hello All, The following is an initial report of Django Channels performance. While this is being shared in other media channels at this time, I fully expect to get some questions or clarifications from this group in particular, and I'll be happy to add to that README anything to help describe

Re: dumpdata --natural-primary --natural-foreign not serializing pointers to parents in multi-table inheritance

2016-09-11 Thread João Sampaio
Hello. I just sent a pull request for this bug, you can check it out here: https://github.com/django/django/pull/7231 This is the first pull request I ever sent to a project, so I'm pretty excited. If there's something to fix in the pull request, let me know! There's a test to catch a regr

Contributing to Django

2016-09-11 Thread rishucoding
Hi everyone! I found Django interesting and so, I want to contribute to it. I am learning OOP , web development. I have done a course in C language. My mathematics is good. Please suggest in detail, how can I contribute and where and how to start? I haven't contributed anything till now but hav

Re: Contributing to Django

2016-09-11 Thread Abdulrahman Alotaibi
Hi Rishu, Welcome and I am glad that you choose Django as your first project. You mentioned that you did a course in C and that's great. You need to know Python because Django is written in it http://www.diveintopython3.net/ . Also, you need to learn Git https://git-scm.com/ . Like other open sour