proposal: Relation in ContentType framework

2010-06-19 Thread shaunc
I'm wondering if there is any community interest in adding a model of relations in the ContentType framework? We had many Institutions in our database that represented the same object. I wrote an add-on to the admin changelist to merge institutions. I tried to write the merge in a general way; it

Re: Logging in Django

2010-06-19 Thread Russell Keith-Magee
On Sun, Jun 20, 2010 at 4:59 AM, David North wrote: > On 28/05/2010 16:48, Russell Keith-Magee wrote: >> >> The second commit will be the addition of actual logging. The >> intention here is to be initially conservative; two immediate targets >> would be to replace calls to mail_admins() with logg

Re: Project-wide cache prefix (low-level API)

2010-06-19 Thread Byron
Yes I agree. I never quite understood why the CACHE_MIDDLEWARE_KEY_PREFIX was implemented, but not at the lower level (did the cache API become available after the middleware caching?). Of course a custom backend can be written, but then there would need to be a different one for each backend type.

Re: Logging in Django

2010-06-19 Thread David North
On 28/05/2010 16:48, Russell Keith-Magee wrote: The second commit will be the addition of actual logging. The intention here is to be initially conservative; two immediate targets would be to replace calls to mail_admins() with logging calls, and replacing debug messages in management commands wi

Re: Project-wide cache prefix (low-level API)

2010-06-19 Thread Mikhail Korobov
This is a good feature and I also have my custom cache backend with project-level key prefixes. It was easy to implement and doesn't require changes in django core. But if this backend is in django core (that's a good idea) then some other changes should be done. There will be 2 similar options aft

overriding default field attributes in a ModelForm

2010-06-19 Thread Rolando Espinoza La Fuente
I've added this patch that adds support for Meta.fields_attrs to override default field attributes: http://code.djangoproject.com/ticket/13769 ~Rolando -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to dj

Next Django London User Group event

2010-06-19 Thread gareth rushgrove
What? DJUGL is the not really monthly meetup of the Django User Group in London. Expect a gathering of Django users and developers, some interesting short talks and hopefully a few slices of pizza. Speakers? An introduction to FluidDB: a platform for the web of things – Nicholas Tollervey talking

Re: Feature Request

2010-06-19 Thread Simon Meers
> EmailField, UrlField, Foreign Key, OneToOneField and ManyToManyField > clickable in the admin changelist interface of Django 1.3: > if you click you are redirected to: >  - Foreign Key, OneToOneField and ManyToManyField: the change page of > the linked object This is already implemented in the p