Re: Github tags

2012-11-01 Thread Samus_
hi, I think that's great :) in the meantime could you please indicate the commits that will be tagged? thanks! On Monday, October 29, 2012 1:42:19 PM UTC-2, Jacob Kaplan-Moss wrote: > > Just so y'all know, this is on the todo list. We want to start doing > signed tags (something cool that we can

Re: Class based views: A standard hook for http-method-independent code (and a proposal for an init() method)

2012-11-01 Thread Andre Terra
At first I wasn't sure about this hook, but after working with permissions in CBVs I can see how this would allow for much simpler code, especially when you're implementing a lot of subclassing. I tend to get carried away in writing mixins and base classes for my views, so yeah, I'm +1 on this too.

Re: Class based views: A standard hook for http-method-independent code (and a proposal for an init() method)

2012-11-01 Thread Aaron Merriam
Just wanted to put my +1 into this thread. I've been fighting for a clean way to implement permissions in class based views and the 'init' method would help my implementation be a lot more DRY. On Wednesday, October 31, 2012 12:42:33 PM UTC-6, Jordan Hagan wrote: > > Diedreik, > > Thanks for yo

Re: Unicode SlugField

2012-11-01 Thread Claude Paroz
Le jeudi 1 novembre 2012 14:32:12 UTC+1, Russell Keith-Magee a écrit : > > > However, this all hinges on someone getting: > > 1) consensus on a design, > 2) a commit-ready patch that implements that design. > > Reading the ticket, we haven't yet achieved (1). The most recent comment > was 9 mont

Re: Unicode SlugField

2012-11-01 Thread Russell Keith-Magee
On Thu, Nov 1, 2012 at 8:27 PM, Florian Apolloner wrote: > Hi, > > it surely won't change in 1.5 since we already released an alpha. > > That's incorrect -- it's still possible. Alpha is the freeze for "big" features. Little features can still be added up till the release of the beta. A minor enha

Weird characters in HTTP_USER_AGENT

2012-11-01 Thread Martin Tiršel
Hi all, some days ago I began to store user agent strings but found, that there is at least one client with some weird characters causing the SQL query to fail. In the txt logs I have: `Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IS<8a> Sokolnice; IS<8a> Sokolnice)` this is my code in

Re: Unicode SlugField

2012-11-01 Thread Florian Apolloner
Hi, it surely won't change in 1.5 since we already released an alpha. Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/o2aDF3Mef9

Unicode SlugField

2012-11-01 Thread Ali Nikneshan
Hi, There is a Historical threadabout allowing Unicode characters in SlugField. I also find a Bug report #16501 which is promised for this feature in 1.5 or 1.6. So what's