Re: GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-13 Thread Cody Scott
You are not too late for GSOC 2015. Here is some more information with potential projects. https://code.djangoproject.com/wiki/SummerOfCode2015 On Thursday, 12 March 2015 07:23:42 UTC-4, Saurabh Jain wrote: > > Hello, > My name is Saurabh Jain, currently pursuing bachelors degree in >

Why can't you have a list in a model?

2013-05-27 Thread Cody Scott
Why can't you store lists in a model? You can create another model and use a foreign key to that. But if you just want to put one CharField in that model and that model doesn't really have a name that fits well with your app, you should be able to just specify that you are going to have a list

How do features get decided for a release?

2013-10-23 Thread Cody Scott
I know that I can look at the 1.7 release notes to see what is to come in the next release. How do django developers decide what features to work on? Is there a minimum time between releases? Is there a minimum quota for fixed bugs for a release? Is there ever a poll to see which features the

Re: How do features get decided for a release?

2013-10-24 Thread Cody Scott
How do you decide which version to put a feature in? Why wasn't migrations in 1.6? On Thu, Oct 24, 2013 at 12:01 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > > On Thu, Oct 24, 2013 at 10:45 AM, Cody Scott wrote: > >> I know that I can look at the 1.7 re

Model Docs Questions

2013-11-03 Thread Cody Scott
I've been reading the documentation and have some questions about certain behaviour. 1 Why does calling .clear() on a intermediate model, delete the intermediate models? source >>> Membership.o

GSoC Project Ideas

2014-02-05 Thread Cody Scott
The Google Summer of Code 2014 Project Ideas seems to be outdated. https://code.djangoproject.com/wiki/SummerOfCode2014 Test framework cleanup - Is this still relevant with the new Django 1.6 django-discover-runner?Improved error reporting - Is this still relevant with the new validations in