Why was the ENABLE_PSYCO setting removed?

2007-03-24 Thread Jonas Maurus
Hey everybody, I googled and looked into the changeset, but I couldn't find anything about why the setting was removed... I'm not trying to criticize the change, really, but unlike many other changes there doesn't seem to be a discussion in django-developers on file or anything and I find the rel

Re: Why was the ENABLE_PSYCO setting removed?

2007-03-25 Thread Jonas Maurus
On Mar 25, 1:18 pm, "yi huang" <[EMAIL PROTECTED]> wrote: > On 3/25/07, Jonas Maurus <[EMAIL PROTECTED]> wrote: > > > > > Hey everybody, > > > I googled and looked into the changeset, but I couldn't find anything > > about wh

Re: Newforms: colon after label

2007-03-29 Thread Jonas Maurus
On Mar 27, 11:39 pm, "SmileyChris" <[EMAIL PROTECTED]> wrote: > On Mar 28, 9:03 am, "vfoley" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I rewrote the forms portion of an application by using newforms. It's > > pretty nice, however there is something extremely annoying: newforms > > automatical

Re: Newforms: colon after label

2007-03-29 Thread Jonas Maurus
On Mar 29, 2:07 pm, "bromer" <[EMAIL PROTECTED]> wrote: > On Mar 29, 1:38 pm, "Jonas Maurus" <[EMAIL PROTECTED]> wrote: > > > Also, there simply are languages where this punctuation doesn't make > > sense. Adding it automatically then tellin

Re: Newforms: colon after label

2007-03-29 Thread Jonas Maurus
On Mar 29, 3:10 pm, "Todd O'Bryan" <[EMAIL PROTECTED]> wrote: > On Thu, 2007-03-29 at 13:02 +, Jonas Maurus wrote: > > > I think there are lots of situations where you need to normalize the > > > labels with some string. Why not just make it an optio

Re: Templates: short comments {##} eats text

2007-04-06 Thread Jonas Maurus
On Apr 6, 9:11 pm, "tonnzor" <[EMAIL PROTECTED]> wrote: > Short templates comments {# #} are odd if used incorrectly - it eats > text. > > This template (invalid comments): > > Hello > {# this > comment > has > newlines #} World! {{ "some more text" }} > > Now produce this output (text "World!" is

Re: Backwards incompatible changes

2007-04-06 Thread Jonas Maurus
On Apr 6, 2:16 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Hi all, > > A few backwards incompatible changes have been raised on the list in > the last week or so: > > - Removing auto_add_now and auto_add > - Removing LazyDate > - Renaming localflavour.usa to localflavor.us > > This rai

#19316 broke the external API of django.views.generic.View by changing where self.request is set

2013-08-19 Thread Jonas Maurus
Hey everyone, #19316, or more specifically https://code.djangoproject.com/changeset/12cf9d2be3cccb2ff63d78e93f97188040488a3d seems to have broken the documented API of View. In https://docs.djangoproject.com/en/dev/ref/class-based-views/base/#django.views.generic.base.View.dispatch, dispa