Re: Offering sponsorship to work on improving Django

2009-07-20 Thread ankit
yes i am interested in it.I have already move on django 1.1 beta .I want to work on aggregation and setting values of a model or runtime Alex Dedul wrote: > Hi there! :) > > I want to offer sponsorship if anyone would like to work on improving > Django. We can organize it in the way GSOC do

Re: Tests for TestCase

2009-07-20 Thread Andrew Fong
True, but since I need to write a test anyway to make sure things are working, I might as well include it. Just wanted to make sure there wasn't already a pre-determined spot to insert it. On Jul 20, 7:57 pm, Russell Keith-Magee wrote: > On Mon, Jul 20, 2009 at 9:45 PM,

Localization problem in admin list view?

2009-07-20 Thread Tomas Andrle
Re-posting from Stackoverflow - I'm starting to think this is a bug... (I'm sure you get this a lot, heh). Django admin doesn’t show translated enumerations in list view under Python 2.3 (Django 1.0.2) When using localized list of "choices" for a model field, the admin doesn't show the

Re: Tests for TestCase

2009-07-20 Thread Russell Keith-Magee
On Mon, Jul 20, 2009 at 9:45 PM, Andrew Fong wrote: > > Hi all, > > I'm working on a tweak to django.test.TestCase, my first attempt at > contributing to Django. I've been searching for existing tests of > django.test.TestCase (not tests that use django.test.TestCase, but a

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread Alex Dedul
> First. This is quickly getting off-topic. If someone wants to try to > take Andy up on his offer they should contact him off-list. > > Second, if it sounds too good to be true, it probably is. I have > reason to believe we're being trolled here. So again, please take it > off-list. Okay, i'm

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread Jacob Kaplan-Moss
Hi folks -- Two things: First. This is quickly getting off-topic. If someone wants to try to take Andy up on his offer they should contact him off-list. Second, if it sounds too good to be true, it probably is. I have reason to believe we're being trolled here. So again, please take it

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread Alex Dedul
>> Sure, i already wrote about this here with some discussion about >> Edubuntu >> http://www.reddit.com/r/linux/comments/90brb/creating_a_company_to_develop_maintain_and/ >> [...] > It's important both because of permanence concerns (will this company > be still there a year from now?) and

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread Alex Dedul
On Tue, Jul 21, 2009 at 12:49 AM, Javier Guerra wrote: > > On Mon, Jul 20, 2009 at 9:38 PM, Alex Dedul wrote: >> Sure, i already wrote about this here with some discussion about >> Edubuntu >>

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread Javier Guerra
On Mon, Jul 20, 2009 at 9:38 PM, Alex Dedul wrote: > Sure, i already wrote about this here with some discussion about > Edubuntu > http://www.reddit.com/r/linux/comments/90brb/creating_a_company_to_develop_maintain_and/ > i applaud your initiative and would really love to

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread Alex Dedul
On Tue, Jul 21, 2009 at 12:34 AM, David Larlet wrote: > > > Le 20 juil. 09 à 22:46, Alex Dedul a écrit : >> I want to offer sponsorship if anyone would like to work on improving >> Django. We can organize it in the way GSOC do this - i.e. you specify >> subproject on Django you

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread David Larlet
Le 20 juil. 09 à 22:46, Alex Dedul a écrit : > I want to offer sponsorship if anyone would like to work on improving > Django. We can organize it in the way GSOC do this - i.e. you specify > subproject on Django you want to do, some community decision made > about usefulness about this

Offering sponsorship to work on improving Django

2009-07-20 Thread Alex Dedul
Hi there! :) I want to offer sponsorship if anyone would like to work on improving Django. We can organize it in the way GSOC do this - i.e. you specify subproject on Django you want to do, some community decision made about usefulness about this subproject and if this decision is yes - when you

Re: Tests for TestCase

2009-07-20 Thread Kevin Kubasik
I don't think there are any specific tests checking the TestCase class, but by extension, it is used quite a bit in the regression suite and does get tested that way. There are some tests that target portions of django.test.* but outside that, its just something that can be checked by other tests

Model inheritance problem, inherited instances

2009-07-20 Thread Peter Cicman
Hi, first of all, this question maybe don't belongs here, i konw, but anyway i didn't found noting about it in docs, and also in the source, and 2 hours spend on it sisn't bring anything. So i had decided to ask here explanation, i have: class A(models.Model): name = models.CharFiled(,

Tests for TestCase

2009-07-20 Thread Andrew Fong
Hi all, I'm working on a tweak to django.test.TestCase, my first attempt at contributing to Django. I've been searching for existing tests of django.test.TestCase (not tests that use django.test.TestCase, but a test that verifies the TestCase class itself is working properly), and haven't been