Re: Proposal for 1.2: Improved URL system

2009-10-17 Thread Ned Batchelder
This seems to me to be a perfect candidate for implementation outside of core. Write a facility that takes your simpler url patterns, and creates standard Django urlpatterns from them. Publish it. If it catches on, then we can discuss what future version of Django might include it as core.

Looking for a solid django/python developer...

2009-10-17 Thread Sanford Dickert
'evening - I am the CTO of two companies working on two django-based projects. I need a solid python/django contractor who might move into a full- time role (depending on the project) if you are inclined. Contact me here at my normal email (sdickert at google's service) and we can chat. Thanks

Re: Proposal for 1.2: Improved URL system

2009-10-17 Thread Leaf
Okay, I guess I can live with that. Maybe, if I can write a patch implementing this in a completely backwards-compatible way, I'll propose it again for a later version (earlier in the release cycle). Though I disagree with your characterization of it as "what looks like regular expressions with n

Re: #9886: HttpRequest refactoring

2009-10-17 Thread Russell Keith-Magee
On Sun, Oct 18, 2009 at 2:50 AM, Ivan Sagalaev wrote: > > Jacob Kaplan-Moss wrote: >> On Thu, Sep 17, 2009 at 10:09 AM, Ivan Sagalaev >> wrote: >>> Ticket [9886] is one of the things that I've been holding for 1.2 time >>> frame to ask for some discussion since Jacob marked it DDN. >> >> At firs

Re: Continuous Integration command

2009-10-17 Thread Russell Keith-Magee
On Sun, Oct 18, 2009 at 12:59 AM, berto wrote: > > Hello developers, > > I wanted to be able to run a project's test suite in the same manner > runserver restarts when a file is changed.  I did not find this > feature in Django so I wrote the following code: > > http://www.djangosnippets.org/snip

Re: Proposal for 1.2: Improved URL system

2009-10-17 Thread James Bennett
On Sat, Oct 17, 2009 at 10:29 AM, Leaf wrote: > Sorry to propose this right up against the voting deadline for 1.2 > features, but it's one of the things that has always bugged me about > Django and I would really like to see this in 1.2. -1. Replacing regular expressions with... well, what loo

Re: #9886: HttpRequest refactoring

2009-10-17 Thread Ivan Sagalaev
Jacob Kaplan-Moss wrote: > On Thu, Sep 17, 2009 at 10:09 AM, Ivan Sagalaev > wrote: >> Ticket [9886] is one of the things that I've been holding for 1.2 time >> frame to ask for some discussion since Jacob marked it DDN. > > At first glance, you need docs and tests before you get a second glance

Re: Proposal: Tutorial Refresh

2009-10-17 Thread gareth rushgrove
2009/10/13 Wolf Halton : > You may think this is extremely silly, but I like the small tutorial, but > would like it better if it were expanded somewhat, with more troubleshooting > paragraphs in it.  It already has a few of these, but it would cut down on > my struggles if it had a few more.  May

Continuous Integration command

2009-10-17 Thread berto
Hello developers, I wanted to be able to run a project's test suite in the same manner runserver restarts when a file is changed. I did not find this feature in Django so I wrote the following code: http://www.djangosnippets.org/snippets/1763/ I think it would be useful to others and would lik

Proposal for 1.2: Improved URL system

2009-10-17 Thread Leaf
Currently, Django uses URLs based on regular expressions. I think that is a suboptimal way to go about things because: - Regular expressions are ugly and can be difficult to write. - Regular expressions don't provide an easy way to match certain types of fields, like slugs or month names. - Regul

Re: shortcut proposal

2009-10-17 Thread Andy Mikhailenko
> > Just to add something a little different, there is a 5th option, that > > may fall into place w/ #4. The @render_to decorator. [...] > Interestingly, I made a snippet [1] two years ago something like this. > [...] > [1]http://www.djangosnippets.org/snippets/133/ It seems that quite a lot of d

Re: ANN: Critical security updates to Django 1.0 and Django 1.1

2009-10-17 Thread klas.hagg...@hotmail.com
How come the new regular expression allows TLDs to end with a '.' character? For example 'n...@domain.com.' (note the period at the end) is regarded as a valid email address. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G