+1. For my purposes, newforms-admin *is* trunk.
On Mon, Jun 9, 2008 at 9:16 PM, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On Sat, Jun 7, 2008 at 3:06 PM, Jacob Kaplan-Moss <
> [EMAIL PROTECTED]> wrote:
>
>> * Start a "train release" schedule: schedule a couple of 1.0 betas, a
>> rc or two, and t
This looks great. I've been using mod_auth_cookie in conjunction with a
custom python auth handler, but I had been meaning to look at doing
something like this. I'll check it out as soon as I can!
Thanks.
Chad
On 8/26/07, SmileyChris <[EMAIL PROTECTED]> wrote:
>
>
> I did some work on a new pa
sqlrelay router might be of use:
http://sqlrelay.sourceforge.net/sqlrelay/router.html
On 8/22/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote:
>
>
> Alexis Smirnov wrote:
> > If the goal is scalability, one needs to assume a cache-based solution
> > isn't appropriate or isn't enough, right?
>
> Yes, w
I did notice this bug, but it went away when I switched to cmemcache (a much
faster alternative if its availble to you).
On 7/12/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
>
>
> When using the low-level cache and memcache as the backend, you're
> likely to run into this stack trace:
>
> ...
> Fil
Django Managment eXenstions? ;)
On 5/10/07, Gulopine <[EMAIL PROTECTED]> wrote:
>
>
> I should also add that I haven't changed the name yet. I've opted for
> the name Options to describe a collection of values that can be
> applied to a module or model, but I'm not sure how to best name and
> desc
I've built similar things in django myself, although they never looked as
nice as that. :) I'd love to take a look at what you've got.
Chad
On 12/19/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote:
>
>
> we´ve integrated the capability of moving items in the admin change-
> list acc. to a
On 12/11/06, Kevin <[EMAIL PROTECTED]> wrote:
>
>
> I like the idea of storing an encoded-pickled version of the form data
> in a hidden field. I'm concerned about privacy implications with
> sharing that data with the client. What about encrypting the contents
> too? The server could have a pri
Here's an example template:
{% extends "base.html" %}
{% block content %}
{% if form.errors %}Please correct the following errors{% else
%}{{ form_step_name }}{% endif %}
{{ form }}
{% if not first %}
{% endif %}
{% if not last %}
{% endif %}
{% if last %}
{% endif %}
{% endb