On 5/1/06, Sandro <[EMAIL PROTECTED]> wrote:
> Is the currently available magic removal branch going to be any
> different than the magic removal trunk that is soon going to be merged?
There is no "magic-removal trunk", only a magic-removal branch. Django
is like a tree -- the trunk is the core,
Sandro wrote:
> Is the currently available magic removal branch going to be any
> different than the magic removal trunk that is soon going to be merged?
>
> If I start coding MR branch will an update to MR trunk be trivial if
> needed at all?
Absolutely. If you are using svn to keep up with Dj
Is the currently available magic removal branch going to be any
different than the magic removal trunk that is soon going to be merged?
If I start coding MR branch will an update to MR trunk be trivial if
needed at all?
Thanks for reading.
--~--~-~--~~~---~--~~
On 4/30/06, layik <[EMAIL PROTECTED]> wrote:
> How am I going to avoid this? I sign out from Django but I still can
> see this:
As Max said, your browser is probably caching that page; try clearing
the cache (especially if you're using Opera, which has all kinds of
problems with caching).
Or, to
layik wrote:
> I am scared now Luke
>
> How am I going to avoid this? I sign out from Django but I still can
> see this:
> http://localhost:8000/admin/auth/users/4/
It was probably just a cached version of the page provided by your
browser. Did you: Shift/Ctrl-Refresh (depends on browser/OS) t
On 4/30/06, Cheng Zhang <[EMAIL PROTECTED]> wrote:
> I tried lookup like Article.objects.filter(id__in = []), which will
> have SQL statement whose where clause is something like 'WHERE
> ("poll_article"."id" IN ())'. Such SQL statement is ok with SQLite
> but invalid for PostgreSQL.
>
> I work ar
See http://code.djangoproject.com/ticket/61 for discussion and
http://code.djangoproject.com/wiki/CookBookPasswordGreasemonkeyUserScript
for a client-side solution while waiting for Django to be fixed.
--~--~-~--~~~---~--~~
You received this message because you ar
Thanks Adrian,
this helps me document my work better as well.
--~--~-~--~~~---~--~~
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
On Apr 30, 2006, at 1:31 PM, Ivan Sagalaev wrote:
>
> Cheng Zhang wrote:
>
>> I tried lookup like Article.objects.filter(id__in = []), which will
>> have SQL statement whose where clause is something like 'WHERE
>> ("poll_article"."id" IN ())'. Such SQL statement is ok with SQLite
>> but invalid
On 4/30/06, layik <[EMAIL PROTECTED]> wrote:
> Am I missing something or Django 0.91 that I have has got a little bug
> in the persmissions?!
>
> I have some users, one of them is a service admin but I have given
> permissions to him to be able to add, change and delete users from
> Django's stand
I am scared now Luke
How am I going to avoid this? I sign out from Django but I still can
see this:
http://localhost:8000/admin/auth/users/4/
That is going to KILL my project!
PLEASE help!
--~--~-~--~~~---~--~~
You received this message because you are subscrib
Am I missing something or Django 0.91 that I have has got a little bug
in the persmissions?!
I have some users, one of them is a service admin but I have given
permissions to him to be able to add, change and delete users from
Django's standard user model.
when I sign in using that service admin
iGL wrote:
> Hi,
> Has anybody been working on a django-based wiki engine on the lines of
> django.contrib?
> I'd much appreciate hints on such projects...
I'm working on a django wiki, whoever it will need some weeks for a more
or less useable state.
It's part of a django suite for public mash
13 matches
Mail list logo