Re: Admin js: forward compatibility with jQuery

2011-12-21 Thread Russell Keith-Magee
On Mon, Dec 19, 2011 at 10:50 PM, James Pic wrote: > Hello everybody, > > I've fixed very little code in django admin (inlines.js, actions.js) > which makes it forward compatible to jQuery 1.6. > > I'm willing to share it, i created a ticket > https://code.djangoproject.com/ticket/17373 before i r

Re: Thoughts on defining and autoimporting signals.py

2011-12-21 Thread Russell Keith-Magee
On Thu, Dec 22, 2011 at 3:58 AM, Daniel Sokolowski wrote: > Dear Django Developers, > > Is there any consensus on where to define your signals for models and > how to import them? I ask because to me it seems very odd that there > doesn't appear to be a standard way to add your own signals and hav

Re: Django error page - MemoryError

2011-12-21 Thread Cal Leeming [Simplicity Media Ltd]
Anyone else have any thoughts on if I should submit this for consideration into the core? Cal On Tue, Dec 20, 2011 at 8:16 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Comments below, apologies for the email signature on previous emails! > > On Tue, Dec

Re: Thoughts on defining and autoimporting signals.py

2011-12-21 Thread Brendan Smith
wrong list, you want django-users but yes, you are on the right track with importing from __init__, at least that's how i've always done it -- Brendan Smith IT Specialist National Priorities Project 243 King Street Suite 109 Northampton, MA 01060 http://nationalpriorities.org/ On Wednesday,

Thoughts on defining and autoimporting signals.py

2011-12-21 Thread Daniel Sokolowski
Dear Django Developers, Is there any consensus on where to define your signals for models and how to import them? I ask because to me it seems very odd that there doesn't appear to be a standard way to add your own signals and have them auto imported by the framework. I for example create a / proj