Michael Radziej wrote:
> Adrian Holovaty wrote:
> > If your goal is to cut crontab entries from five to one, just create a
> > single script that does the five things you need it to do; then point
> > crontab at it. :)
>
> But it would be fine for pluggable applications to make this
> automaticall
After two far too-long days at work, far too much head-to-desk banging
at home, and a rather stupid aha-I've-got-it, oh-wait-I-don't,
I-need-sleep on Django-users, I've come to the conclusion that post-MR
Django doesn't support manipulator-aware validators. This was
possible in pre-MR-removal ver
Hey Gabor,
On Wed, 2006-08-09 at 01:03 +0200, gabor wrote:
> today i experimented a little with the django source code,
> and here are the results.
>
> if you apply a very small patch (65lines, attached), you can write a view
> completely in unicode.
> means:
> - GET/POST contains unicode data
>
today i experimented a little with the django source code,
and here are the results.
if you apply a very small patch (65lines, attached), you can write a view
completely in unicode.
means:
- GET/POST contains unicode data
- request.META contains unicode data
- you can put unicode text into the Htt
On 08/08/06 02:46, Malcolm Tredinnick wrote:
> On Mon, 2006-08-07 at 14:22 -0400, Kevin Menard wrote:
>> On 8/7/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>>
>> > We don't need a default solution for this. It's not within the scope
>> > of this project to tell people how they should organize