Re: Question pertaining to availability of ``request`` throughout different scopes

2010-12-31 Thread Shai Berger
On Wednesday 29 December 2010, Luke Plant wrote: > On Wed, 2010-12-29 at 11:20 +0200, Shai Berger wrote: > > On Wednesday 29 December 2010 05:24:06 Russell Keith-Magee wrote: > > > As for "do we intend to solve this issue" -- you haven't been exactly > > > clear as to what the issue *is* -- or rath

Re: contrib 's FormWizard needs a lot of work

2010-12-31 Thread Stephan Jäkel
Hi, I just updated the cbv_refactor branch to use the generic class based views from Django trunk. I hope everything works as supposed. I would appreciate any help on writing documentation - even if its just a draft but its a beginning ;-) Looking forward to feedback! Cheers, steph Migue

Re: Backends for i18n in a contrib app - #14974

2010-12-31 Thread Marinho Brandao
Hey Jonas :) > Let's assume for a moment we use your idea and provide a couple of different > backends to store your translations. How would third party applications ship > default translations then? At the moment they use gettext pofiles and it > works like a charm. Let's assume now for my projec

Re: Need advice on ticket #14928 (manage runserver does not allow host name as address)

2010-12-31 Thread Łukasz Rekucki
On 31 December 2010 05:44, Simon Meers wrote: > >> I don't know how many people actually used that feature (I never did), >> but it seems like it was a bit accidental. As we are speaking about a >> development server, I don't find this feature very useful as (most of >> the time) you want to run i

Re: Backends for i18n in a contrib app - #14974

2010-12-31 Thread Jonas Obrist
Okay let's leave the database content problem besides here. Let's assume for a moment we use your idea and provide a couple of different backends to store your translations. How would third party applications ship default translations then? At the moment they use gettext pofiles and it works li

Re: Need advice on ticket #14928 (manage runserver does not allow host name as address)

2010-12-31 Thread Jannis Leidel
On 31.12.2010, at 00:25, Łukasz Rekucki wrote: > Hi, > > I'm not sure about resolution for this ticket[1]. Initially this looks > like a regression. On the other hand, it was never documented that > "runserver" accepted anything other than an IP:port pair. > > I don't know how many people actual