Re: High Level Discussion about the Future of Django

2010-04-17 Thread Chris
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

Re: High Level Discussion about the Future of Django

2010-04-17 Thread Nick Phillips
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

Re: High Level Discussion about the Future of Django

2010-04-17 Thread orokusaki
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

Advice on #13260 - '%' in args to urlresolvers.reverse()

2010-04-17 Thread Ben Sturmfels
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'

Re: High Level Discussion about the Future of Django

2010-04-17 Thread George Sakkis
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

Re: High Level Discussion about the Future of Django

2010-04-17 Thread Jerome Leclanche
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

Re: High Level Discussion about the Future of Django

2010-04-17 Thread Simone Federici
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.

Re: High Level Discussion about the Future of Django

2010-04-17 Thread Stephen Wolff
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

Re: High Level Discussion about the Future of Django

2010-04-17 Thread Russell Keith-Magee
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

Re: Import problem starting with r12977

2010-04-17 Thread Ramiro Morales
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.

Re: help that Ip address can't be assigned-to

2010-04-17 Thread Karen Tracey
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

help that Ip address can't be assigned-to

2010-04-17 Thread arpho
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

Re: High Level Discussion about the Future of Django

2010-04-17 Thread George Sakkis
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

Re: Import problem starting with r12977

2010-04-17 Thread Erik Stein
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', #