Thanks for the info, Andrew. Best of luck, and please keep us updated!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsu
Hello,
I have run into a character-encoding error while developing a custom
admin site with the newforms-admin branch.
Everything works fine with standard alphanumeric input, but as soon as
I enter a special character (an accented e or a pound sign, for
example) into a text field or textarea, I
Hi Malcom,
Thanks for the quick reply! I will wait for the Unicode changes to be
ported to the newforms-admin branch.
Just so I understand the situation... Does the current newforms-admin
branch always trigger errors when non-ASCII data such as é and ¢ are
entered into text fields?
And while we
Hi Allen,
I'm no Django expert (in fact, I just started learning a month ago),
but I'm happy to share what I have discovered so far.
>From what I can tell, the only way to override the default widget or
field for a model's database field is to subclass the Options class
and override the kwargs['
Hi Allen,
The RadioSelect widget is actually one of the more complicated ones in
newforms. Its render method returns a RadioFieldRenderer object, which
in turn utilizes the RadioInput widget. The problem with using a
RadioSelect widget in newforms-admin is that the template is expecting
each widg
Hi Allen,
The RadioSelect widget is actually one of the more complicated ones in
newforms. Its render method returns a RadioFieldRenderer object, which
in turn utilizes the RadioInput widget. The problem with using a
RadioSelect widget in newforms-admin is that the template is expecting
each widg
Arthur,
You'll probably find this of interest:
http://groups.google.com/group/django-developers/browse_thread/thread/38dd8e4e11f055e8
Cheers,
Leif
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" gr
Hey Allen -- Any luck?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL P
£,¥ and other non-ASCII symbols are working perfectly on the latest
newforms-admin. Thanks, Malcolm!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-
Hi there,
I have a 20-step form wizard that many users prefer to complete over
multiple sessions. I am considering adding save_for_later() and
resume_form_wizard() functions that would save the serialized form
data to the database, and allow users to resume the wizard at a later
time.
Has anyone
e this helps
>
>
>
> On Mon, Mar 31, 2008 at 11:54 PM, leifbyron <[EMAIL PROTECTED]> wrote:
>
> > Hi there,
>
> > I have a 20-step form wizard that many users prefer to complete over
> > multiple sessions. I am considering adding save_for_later() and
>
Hi there,
I am developing a form wizard comprised of about 20 forms. Some of
those forms require access to the previous forms for validation. Is it
possible to pass user-submitted data from previous forms to subsequent
forms in a form wizard?
Thanks,
Leif
--~--~-~--~~~-
Hi there,
Is anyone aware of a command-line tool that can be used to scan file
uploads for viruses before they are saved to a file? I know this is
not specifically a Django question, but I'm sure a lot of people would
find the answer useful.
Thanks,
Leif
--~--~-~--~~~-
Thanks for the tip on pyClamd, Marty! I'll sleep much better at night
if I can run uploads through a utility like this before saving them to
the system.
I'll let you know how it turns out.
Leif
--~--~-~--~~~---~--~~
You received this message because you are subs
14 matches
Mail list logo