happy new year to alljust download the software and Call any phone
anywhere Free! - http://surl.in/HLGB7238206SVRAKSX
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group,
On 29/12/06, Rory Campbell-Lange ([EMAIL PROTECTED]) wrote:
I'd like to hold the 'help' for each template in a block called
'helptext' within each html file. I'd like to include the relevant html
files from the main /help/ template, so that /help/sites shows the help
from the sites.html page, fo
In my model I need a special character for the verbose_name_plural.
I need an ë but admin gives a questionmark.
What do I need to do?
The folowing things don't work.
verbose_name_plural = 'categoriën'
verbose_name_plural = 'categoriën'
verbose_name_plural = 'categori%sn' % chr(235)
--~--~---
On 12/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I followed the tutorial up to the Poll.objects.all() call, where I get
this error
>>> from mysite.polls.models import Poll, Choice
>>> Poll.objects.all()
...
"/Library/Python/2.3/site-packages/Django-0.95-py2.3.egg/django/db/backends/s
Rob,
On 12/31/06, Rob Slotboom <[EMAIL PROTECTED]> wrote:
In my model I need a special character for the verbose_name_plural.
I need an ë but admin gives a questionmark.
What do I need to do?
The folowing things don't work.
verbose_name_plural = 'categoriën'
verbose_name_plural = 'categorië
Hello,
I've done a bit of reading but still think I'm missing something
fundamental . Could someone lend a hand? I'm trying to display a form
based on my Project model, using the latest dev version of Django. I
don't get any errors with the view below, but the template refuses to
dump the form.as
On 12/30/06, django enthusiast <[EMAIL PROTECTED]> wrote:
I was also looking for examples of implementing typical use-cases with
newforms. (creating form from existing model rows - Basic CRUD). The
tests do not seem to cover creating forms from existing model and form
validation. I had left a co
On 12/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
f = forms.form_for_model(Project)
return render_to_response('crm/addproject.html', {'theform':
f})
form_for_model() returns a Form class, not a Form instance. You'll
have to instantiate the form class before sending it t
Hi folks,
I'm working on a fairly data-heavy (as opposed to content-heavy)
application, and I'm trying to create some reusable code for sortable
HTML tables (not relying on Javascript, since there are a number of
drawbacks to that).
I'd like each model to be able to provide a list of columns it
Is there an elegant way to avoid nesting dictionaries in render_to_response
if you have to separate data structures to display...from say another
function that gets called in your view? The data structure I am displaying
is already deeply nested, so I would like to avoid nesting even further if I
Thanks Adran!
Very cool.
Bill.
--~--~-~--~~~---~--~~
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
^*^*^*^* Bikini Contest *^*^*^*^*
All Teen Bikini Contest http://dns1.blogspot.com 15 minute video.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to djang
On 12/30/06, JMCameron <[EMAIL PROTECTED]> wrote:
Thanks ElGranAzul, my django code is up to date (via svn), so
'oldforms' is equivalent to 'forms' (the __init__.py files are the
same). So using 'from django import oldforms as forms' may be better
form (no pun intended!), but will not fix th
On 12/31/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
Regarding your deleted comment: Comments on the documentation pages
are intended to be suggestions and corrections for the docs themselves
-- not tech support questions. We delete anything that doesn't comment
directly on the docs, so that
On 12/31/06, Noah Gift <[EMAIL PROTECTED]> wrote:
Is there an elegant way to avoid nesting dictionaries in render_to_response
if you have to separate data structures to display...from say another
function that gets called in your view? The data structure I am displaying
is already deeply nested
On 12/31/06, Waylan Limberg <[EMAIL PROTECTED]> wrote:
On 12/31/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> Regarding your deleted comment: Comments on the documentation pages
> are intended to be suggestions and corrections for the docs themselves
> -- not tech support questions. We dele
16 matches
Mail list logo