Re: Make url patterns group kwargs more simple

2014-06-03 Thread Alexandr Shurigin
I make mistake, i have context of url settings. Added support for include function. Now it works right way, add dollar sign to end of pattern only if real view was passed. If was passed include tag, then it doesnot add dollar sign. All works cool and pretty clean! You must try it :) -- You

Re: FormWizard needs confirmation step logic. ticket #21644

2014-06-03 Thread Jannis Leidel
On 03.06.2014, at 14:53, Josh Smeaton wrote: > If formtools were to be pulled out and released separately, would that > theoretically mean that releases could come more frequently than django core > (provided there was community interest and maintenance)? I think that

Re: FormWizard needs confirmation step logic. ticket #21644

2014-06-03 Thread Josh Smeaton
If formtools were to be pulled out and released separately, would that theoretically mean that releases could come more frequently than django core (provided there was community interest and maintenance)? I think that would be a decent carrot for community members that rely on its

Re: FormWizard needs confirmation step logic. ticket #21644

2014-06-03 Thread Marc Tamlyn
In my opinion, the reasoning for whether something should be a part of contrib is as follows: - The application is of vital importance to the vast majority of Django sites, and needs to be done "correctly". Examples include auth and staticfiles, sessions. - The application closely depends on

Re: FormWizard needs confirmation step logic. ticket #21644

2014-06-03 Thread Jannis Leidel
Hi all, I’ve actually changed my mind about this after we successfully pulled out django-localflavor (another niche contrib app) after some initial bumps. It’s now maintained under the Django umbrella org on Github: https://github.com/django/django-localflavor/ I would like to propose to do

[RFC] Python 3 and MySQL

2014-06-03 Thread Naoki INADA
Hi, folks. I believe most popular MySQL driver for Python is MySQL-python (MySQLdb). http://py3readiness.org/ shows MySQL-python is the 4th popular package that does not support Python 3. I've forked MySQL-python because I want to move Python 3 completely ASAP.