+1
We already have to import models to use generic views,
then, for the sake of consistency, it seems normal to have to import
views as well.
Yes, keep objects as objects everywhere is possible.
--~--~-~--~~~---~--~~
You received this message because you are sub
Hi folks,
Have you read the following from Django Comments, what do you think of
it ?
Graham Dumpleton August 17, 2006 at 11:59 p.m.
You really need to provide an explanation of why the worker MPM cannot
be used and the prefork MPM must be used. The reason is that this
doesn't make a lot of sen
Malcom,
The context of this comment is
http://www.djangoproject.com/documentation/modpython/#c2029
What I would like to know is if something has been done or will be to
ensure that Django works along with mod_python 3.3.
As far as I understand this will allow us to run any taste of Apache in
an
+1 for me
On Mar 1, 5:19 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 3/1/07, David Larlet <[EMAIL PROTECTED]> wrote:
>
> > What about bug #2282? What's the actual status? A patch is proposed,
> > it doesn't suit any case but it's a good start for a part of the
> > world.
>
> It still need
A BIG +1 for me
On 29 mar, 16:34, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 3/29/07, Ted <[EMAIL PROTECTED]> wrote:
>
> > Were I work we have had to do this very thing to support I18N in our
> > forms. Something as simple as a ":" is not a given. Maybe I want a
> > " :" instead? This could
Yes,
what you need is:
python manage.py syncdb
Olivier.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubsc
James,
to make it work I had to replace in your views all occurences of:
ManyToOne by ForeignKey
ManyToMany by ManyToManyField
The only problem for me so far is that TextField are no more handled by
TinyMCE.
Just one reproach: the widget use for ManyToMany was better before Dojo
(MultiSelect co
My copy of MR has been updated yesterday evening.
How do I specify the use of Dojo rich-text editing widget in my model ?
I don't know why M2M does not render properly, here is an excerpt of
the displayed page source:
...
dojo.setModulePrefix('django', '../django');
var admi
What I see is a simple multiselection list, so I suspect that the
related Dojo is not loaded.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-d
Sorry, I came back to the version MR version I had two days ago and it
is better now.
But the filter above the left list does not work, JS console says:
Erreur : SelectFilter is not defined
Fichier source : http://localhost:8000/media/js/dojo/dojo.js
Ligne : 187
Erreur : SelectFilter is not defi
in fact, since I've rolled back to a 3 days old version I no longer
need to do this modification.
If it happens again wih a fresher svn update I will let you know.
Now I'm convinced that we need Dojo, I will help as much as I can.
--~--~-~--~~~---~--~~
You recei
in fact, since I've rolled back to a 3 days old version I no longer
need to do this modification.
If it happens again wih a fresher svn update I will let you know.
Now I'm convinced that we need Dojo, I will help as much as I can.
--~--~-~--~~~---~--~~
You recei
Hello,
I had hard time to find that I need to add primary_key=True to my
OneToOneFields to make it work as with 0,96.
I still don't understand why I need add that for 1.0.
Could you please add some lines about this in the doc ?
Thanks again for Django 1.0,
Olivier.
--~--~-~--~~---
13 matches
Mail list logo