On Apr 17, 9:47 am, Russell Keith-Magee
wrote:
> I would also point out the folly of looking at raw ticket counts.
> Python (the language) has 1078 tickets in the "having patch" status,
> and 96 in the "needing review" status. Does this mean that Python is a
> project in crisis?
>
> Yes, there is
On Sat, 2010-04-17 at 14:23 -0700, orokusaki wrote:
> 4) The attitude projected at developers gives the idea that Django is
> for the core team only, and that users are graced with the ability to
> use Django. While the contribution is much appreciated, the attitude
> is harmful to the core team a
Russell,
This is what I meant by "straw hat" the other day. You took what I
said out of context in a sly attempt at ignoratio elenchi. I made it
clear in the first paragraph that **I started out thinking you were
closed minded**, but then said that **I later realized that you were
just busy**. I w
Hi,
I'm working on ticket #13260 and looking for some advice. The ticket is
about quoting of '%' in args and kwargs for urlresolvers.reverse().
Please ignore my initial patch as it's not quite right.
The reporter claims this is a bug:
>>> reverse('myapp.views.download', args=['100% completed.png'
On Apr 17, 3:47 pm, Russell Keith-Magee
wrote:
> For the record, there are 62 tickets marked ready for checkin, not 400
> [1]. 29 of those are documentation and translation patches (5 of which
> are specifically marked for inclusion in 1.2).
>
> [1]http://code.djangoproject.com/query?status=new&s
On Sat, Apr 17, 2010 at 4:50 PM, Stephen Wolff wrote:
> I feel quite sad reading this thread. Good luck completing 1.2. I only wish
> I had time and energy to contribute. I suggest the core team ignore the
> thread for now if at all possible.
>
Yes, let's ignore the users and all the other major
The work of the core team is outstanding and I find that the process of
development
is to be taken as an example.
Unfortunately, customers often want features, but we are programmers,
engineers,
and we know who we are and what is our role.
Compatibility is strongly important when choosing a tool.
I feel quite sad reading this thread. Good luck completing 1.2. I only wish
I had time and energy to contribute. I suggest the core team ignore the
thread for now if at all possible.
On 17 Apr 2010 14:47, "Russell Keith-Magee" wrote:
On Sat, Apr 17, 2010 at 7:14 PM, George Sakkis
wrote:
> On Ap
On Sat, Apr 17, 2010 at 7:14 PM, George Sakkis wrote:
> On Apr 17, 5:35 am, "Tom X. Tobin" wrote:
>> On Fri, Apr 16, 2010 at 10:10 PM, Russell Keith-Magee
>>
>> wrote:
>> > However, at this point, I would like to tell you a story about four
>> > people named Everybody, Somebody, Anybody, Nobody
On Sat, Apr 17, 2010 at 4:38 AM, Erik Stein wrote:
>
> I'm was digging around more, too, and finally i've set up a small test
> environment with django (r12955), just an project with a single app:
You meant r12995 here, right?
>
> django-admin.py startproject mytest
> cd mytest
> django-admin.
Please direct questions about using Django to the django-users mailing list.
The topic of this list is the development of Django itself.
Karen
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-deve
two days ago after a not clean shut-down, Django started to show this
message:
Validating models...
0 errors found
Django version 1.1.1, using settings 'schedule.settings'
Development server is running
On Apr 17, 5:35 am, "Tom X. Tobin" wrote:
> On Fri, Apr 16, 2010 at 10:10 PM, Russell Keith-Magee
>
> wrote:
> > However, at this point, I would like to tell you a story about four
> > people named Everybody, Somebody, Anybody, Nobody.
>
> This is exactly why I try not to bitch too much about Dj
I'm was digging around more, too, and finally i've set up a small test
environment with django (r12955), just an project with a single app:
django-admin.py startproject mytest
cd mytest
django-admin.py startapp blog
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.comments', #
14 matches
Mail list logo