Re: MR: [patch] for the comments module to work properly

2006-04-27 Thread nkeric
Malcolm Tredinnick wrote: > I cannot comment much on the patch, not being familiar with the comments > component (although the commented out debugging stuff should probably be > removed), but it would be best to open a ticket for this patch, so that > it doesn't get lost

Re: Django admin css not fully working in MS IE6 ...

2006-04-27 Thread Sam Tran
On 4/27/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Thu, 2006-04-27 at 13:06 -0400, Sam Tran wrote: > > On 4/27/06, James Bennett <[EMAIL PROTECTED]> wrote: > > > > > > On 4/27/06, Sam Tran <[EMAIL PROTECTED]> wrote: > > > > I have been working with the Django admin using Firefox. >

Re: How can users only edit their own files?

2006-04-27 Thread Luke Plant
On Thursday 27 April 2006 16:27, Joseph Kocherhans wrote: > > The idea is that the user can only delete/edit/etc their own > > postings - anything else is denied. (This is obviously not for all > > users, there need to be admins, etc who can edit everyones files). > > The only way I can think of

get_list() with a ManyToMany relationship

2006-04-27 Thread sam
I have the following problem: Give two models and a M2M relationship: class Product(meta.Model): category =meta.IntegerField() ... class Part(meta.Model): products = meta.ManyToManyField(Product) ... I want to find all products that belongs to a certain category (say "3") and

Re: Django admin css not fully working in MS IE6 ...

2006-04-27 Thread Sam Tran
On 4/27/06, James Bennett <[EMAIL PROTECTED]> wrote: > > On 4/27/06, Sam Tran <[EMAIL PROTECTED]> wrote: > > I have been working with the Django admin using Firefox. > > Today I tried MS IE 6 and it looks like the css file used is not fully > > compatible with IE. > > For instance, the blue

Re: Django admin css not fully working in MS IE6 ...

2006-04-27 Thread James Bennett
On 4/27/06, Sam Tran <[EMAIL PROTECTED]> wrote: > I have been working with the Django admin using Firefox. > Today I tried MS IE 6 and it looks like the css file used is not fully > compatible with IE. > For instance, the blue submit buttons are grey in IE. IE on XP (if that's what you're using)

Django admin css not fully working in MS IE6 ...

2006-04-27 Thread Sam Tran
Hi All, I have been working with the Django admin using Firefox. Today I tried MS IE 6 and it looks like the css file used is not fully compatible with IE. For instance, the blue submit buttons are grey in IE. Is there a way to fix that? Thanks. Sam

Re: How can users only edit their own files?

2006-04-27 Thread Joseph Kocherhans
On 4/27/06, Norbert <[EMAIL PROTECTED]> wrote: > > I remember reading somewhere in the docs a while back that this was not > officially supported. Has this changed in MR, or has someone > implemented this with a hack or two? It's still not supported, and likely won't be until sometime after 1.0

Re: ordering has no use

2006-04-27 Thread holin
found the problem "class META:" should be "class Meta: " :( --~--~-~--~~~---~--~~ 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: MR: [patch] for the comments module to work properly

2006-04-27 Thread Malcolm Tredinnick
Hey Eric, On Thu, 2006-04-27 at 12:49 +, nkeric wrote: > guys, > > today while I'm using the comments module to implement something, I > guess I found two bugs: > > 1. in the models.py, the get_list_with_karma method should be updated > to use the extra() method to inject the "select"

Django-based wiki engine

2006-04-27 Thread iGL
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... TIA, Giorgi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"