Re: #717 (If-Modified-Since checked for exact match) should be fixed

2010-09-21 Thread Łukasz Rekucki
On 21 September 2010 20:40, julianb wrote: > Uuh, so what's with this? Nothing happened with the ticket and no > further comments here either... :( Sorry, I got sucked up by work. The ticket right now needs 2 things: 1) A core developer that agrees that it needs fixing. 2) A better patch that pa

Hiring - Web Developer (Python) – Travel industry

2010-09-21 Thread Google
Looking for Experience Candidates. Web Developer (Python) – Travel industry Location Toronto, Downtown Posted Date 2010-09-20 Requirements Minimum 3 years of web development experience University degree in Computer Science or equivalent Experience developing and maintaining front-end components

ManyToMany fields on proxy models?

2010-09-21 Thread terry
I notice that proxy models (classes inheriting other models, and whose Meta class contains "proxy = True") cannot have new ManyToManyFields. I'm trying to add an additional ManyToManyField to auth.models.Group and would like to manage this relationship through the django admin. It seems that since

Re: #717 (If-Modified-Since checked for exact match) should be fixed

2010-09-21 Thread julianb
Uuh, so what's with this? Nothing happened with the ticket and no further comments here either... :( On Aug 9, 12:28 pm, julianb wrote: > #717 was posted 5 years ago and closed as wontfix, supposedly cause > Django was in it's early stages and it was not an important issue. I > propose that it's

Re: Error email flooding on high traffic production sites

2010-09-21 Thread Kevin Howerton
Lumberjack is basically a backport of what I'd like built-in logging support to be. I also have it built-in to django on my experimental branch on github... To over-ride the default email behavior just turn on the 500handler view in lumberjack. This is what I perceive as the best method of catch

Role based permissions and object-permissions backend

2010-09-21 Thread mhall119
I've recently been given authorization to open source some code I wrote for work that provides role-based access control in Django. I've also updated it to provide a Django 1.2 object-permissions compatible backend. I'm still refactoring parts of it to make it a bit cleaner/clearer, since this was

add new inlines above existing inlines throws error

2010-09-21 Thread klemens mantzos
hi, I created a sortable feature for inlines (jQuery sortable widget) for django.contrib.admin's change_form. the script does following things to keep the order of inlines: 1) set the order/position field's input of the inline according to the current order in the dom this makes it possible to k