Re: proposal: Relation in ContentType framework

2010-06-20 Thread Russell Keith-Magee
On 20/06/2010, at 12:19 PM, shaunc wrote: > 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 > insti

tests failing on svn r13362?

2010-06-20 Thread Michael Cetrulo
hello I'm trying to run the tests for trunk according to the instructions on http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-testsI've also installed the packages mentioned there but I get one error and one failure and since it's the first time I'm doing this I'm not s

Re: tests failing on svn r13362?

2010-06-20 Thread Alex Gaynor
On Sun, Jun 20, 2010 at 5:57 PM, Michael Cetrulo wrote: > hello I'm trying to run the tests for trunk according to the instructions on > http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-tests > I've also installed the packages mentioned there but I get one error and on

Re: tests failing on svn r13362?

2010-06-20 Thread Michael Cetrulo
ah nice, yeah I'm currently ssh'ing via putty so if it is like this I'll assume everything passed and keep going; I'll test from a real terminal tomorrow. thanks! On Sun, Jun 20, 2010 at 8:11 PM, Alex Gaynor wrote: > On Sun, Jun 20, 2010 at 5:57 PM, Michael Cetrulo > wrote: > > hello I'm trying

Re: URLValidator on urls without protocol

2010-06-20 Thread Michael Cetrulo
ticket: http://code.djangoproject.com/ticket/13804 also found a real-life scenario when this feature of the RFC is implemented, the site reddit.com uses it for a shortcut that searchs/submits links to their website, example: http://www.reddit.com/s/http://code.djangoproject.com/ticket/13804 On Sa

Proposal for 1.3 - decoupling a few things in Django a bit.

2010-06-20 Thread M Rotch
I just have a few practical ideas that I want to lay out, pertaining to loose coupling. I've worked with Django for a while and one of the things I love is that you can do things your own way, instead of having the constricting requirements that "convention over configuration" brings (like in Rail

Re: Logging in Django

2010-06-20 Thread Ian Lewis
On Sun, Jun 20, 2010 at 12:19 PM, Russell Keith-Magee wrote: > On Sun, Jun 20, 2010 at 4:59 AM, David North > wrote: >> On 28/05/2010 16:48, Russell Keith-Magee wrote: >> * They have to be sprinkled all over the place (or in a lot of places, at >> least) rather than the logging aspect of the appl

Re: Proposal for 1.3 - decoupling a few things in Django a bit.

2010-06-20 Thread Russell Keith-Magee
On Mon, Jun 21, 2010 at 10:07 AM, M Rotch wrote: > I just have a few practical ideas that I want to lay out, pertaining > to loose coupling. > > I've worked with Django for a while and one of the things I love is > that you can do things your own way, instead of having the > constricting requireme

Re: Logging in Django

2010-06-20 Thread Russell Keith-Magee
2010/6/21 Ian Lewis : > On Sun, Jun 20, 2010 at 12:19 PM, Russell Keith-Magee > wrote: >> On Sun, Jun 20, 2010 at 4:59 AM, David North >> wrote: >>> On 28/05/2010 16:48, Russell Keith-Magee wrote: >>> * They have to be sprinkled all over the place (or in a lot of places, at >>> least) rather than

Re: Proposal for 1.3 - decoupling a few things in Django a bit.

2010-06-20 Thread M Rotch
I'm sorry. My example is a bit misleading (actually a confusing mess), but the reason for splitting off models into separate was just my idea of a means to an end but probably is a bad solution. I should have started with my business problem instead of mingling my solution into the explanation. Le

Re: proposal: Relation in ContentType framework

2010-06-20 Thread shaunc
On Jun 20, 3:54 am, Russell Keith-Magee wrote: > On 20/06/2010, at 12:19 PM, shaunc wrote: > > > 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.

Re: proposal: Relation in ContentType framework

2010-06-20 Thread Russell Keith-Magee
On Mon, Jun 21, 2010 at 1:12 PM, shaunc wrote: > > > On Jun 20, 3:54 am, Russell Keith-Magee > wrote: >> On 20/06/2010, at 12:19 PM, shaunc wrote: >> >> > I'm wondering if there is any community interest in adding a model of >> > relations in the ContentType framework? >> >> > We had many Instit