MR Branch diff than MR trunk?

2006-04-30 Thread Sandro
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. --~--~-~--~~~---~--~~

Re: How can users only edit their own files?

2006-04-30 Thread James Bennett
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,

Re: How can users only edit their own files?

2006-04-30 Thread Max Battcher
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)

Re: [M-R] lookup like Article.objects.filter(id__in = []) will fail

2006-04-30 Thread Adrian Holovaty
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

Re: MR and users magic

2006-04-30 Thread akaihola
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

Re: superuser permission by non-superuser!

2006-04-30 Thread layik
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

Re: [M-R] lookup like Article.objects.filter(id__in = []) will fail

2006-04-30 Thread Cheng Zhang
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

Re: superuser permission by non-superuser!

2006-04-30 Thread Adrian Holovaty
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

Re: How can users only edit their own files?

2006-04-30 Thread layik
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

superuser permission by non-superuser!

2006-04-30 Thread layik
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

Re: Django-based wiki engine

2006-04-30 Thread Daniel Poelzleithner
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

Re: simon's AbstractSearching still working with m-r branch?

2006-04-30 Thread FX
it shell work with this patch attached: Patch: Index: stuff/branches/magic-removal/json.py === --- stuff/branches/magic-removal/json.py(revision 1002) +++ stuff/branches/magic-removal/json.py(working copy) @@ -2,7