Re: 1.0.1 release blockers?

2008-11-04 Thread Russell Keith-Magee
On Tue, Nov 4, 2008 at 11:04 PM, mrts <[EMAIL PROTECTED]> wrote: > > Most other projects are managed by a priority queue and clear target > set for releases ("this has to go into 1.0.1, this can wait until > 1.0.2"). No problem if discussions on the mailing list are the > preferred way of doing it

Re: 1.0.1 release blockers?

2008-11-04 Thread James Bennett
On Tue, Nov 4, 2008 at 8:04 AM, mrts <[EMAIL PROTECTED]> wrote: > Except that most of the tickets that have been brought up in this > discussion already have patches, they just don't get the needed > attention from core devs. And if you feel that's the case, by all means bring them up. But there

Re: Ticket 9483

2008-11-04 Thread H. de Vries
Hey Karen, Thanks for your fast reply. Well, I searched around and it seems that a lot of people aren't too happy with Python's default title() functionality. ( http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/ ) >From a publishing point of view, I don't know for

Re: 1.0.1 release blockers?

2008-11-04 Thread mrts
On Nov 4, 2:33 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Yes, there is a reason, and it has been given several times in recent > history. The v1.0.1 milestone has not bee created in Trac because it > will not in any way help us deliver the v1.0.1 release. There is no > difference betw

Re: Ticket 9483

2008-11-04 Thread Karen Tracey
On Tue, Nov 4, 2008 at 8:08 AM, H. de Vries <[EMAIL PROTECTED]> wrote: > > Hey all, > > I pretty new to developing for Django itself and for that reason I > have question. > > 4 days ago I submitted a bug and I wrote a patch and tests for it. I > noticed through the timeline that there are people

Ticket 9483

2008-11-04 Thread H. de Vries
Hey all, I pretty new to developing for Django itself and for that reason I have question. 4 days ago I submitted a bug and I wrote a patch and tests for it. I noticed through the timeline that there are people that review tickets. Problem is, I haven't had any response on my ticket yet. How lo

Re: ANN: Django 1.0.1 beta available

2008-11-04 Thread dobee
it is actually only the space in the version in setup.py, here is a diff to current trunk that would use an underscore instead Index: setup.py === --- setup.py(revision 9333) +++ setup.py(working copy) @@ -68,7 +68,7 @@ # Dy