Re: Django Admin Revamp - Any updates?

2012-12-21 Thread Amirouche Boubekki
2012/12/15 Amirouche B. > Is there any news on the Django Admin rewrite front? >>> >> >> I'm very interested in this topic and have some time to kill so I started >> the wiki page don't hesitate to comment, correct, review and add you own >> ideas. >> > > I made POC of django-hydro the widget com

Re: Single table inheritance - working implementation

2012-12-21 Thread Anssi Kääriäinen
On 21 joulu, 16:39, Krzysztof Jurewicz wrote: > On 13.12.2012 15:54, Anssi K ri inen wrote: > > > Second, I have created a patch which should allow your work to > > continue working in master. See > >https://github.com/akaariai/django/commit/94c417d2a29a0f72b26019fc38e... > > - the idea is to chan

Re: Single table inheritance - working implementation

2012-12-21 Thread Krzysztof Jurewicz
On 13.12.2012 15:54, Anssi Kääriäinen wrote: Second, I have created a patch which should allow your work to continue working in master. See https://github.com/akaariai/django/commit/94c417d2a29a0f72b26019fc38ef400420097aa4 - the idea is to change get_fields_with_model() so that it doesn't return

Re: Weird error on bad form class

2012-12-21 Thread Francisco José Marques Vieira
Awh damn... There goes my change of reporting an actual bug in Django... xD It is fixed in Django 1.5, so thank you for fixing it! Francisco Vieira On 12/20/2012 09:46 PM, Florian Apolloner wrote: Hi, On Thursday, December 20, 2012 9:29:06 PM UTC+1, Francisco Vieira wrote: Oh, and by the