Splitting out admin functionality

2011-10-09 Thread tWoolie
I'd like to propose a project to split out the table/list functionality and the filtering functionality in the django admin into a seperate contrib app. This is really core functionality which is lacking from django (in terms of being locked to the admin app). I believe this would be beneficial

Re: Custom transform in django docs

2011-10-09 Thread Chris Beaven
+1 to removing this non-standard documentation workaround. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/X7cbiXXSXyEJ. To post to this group,

Re: django-irc-logs.com

2011-10-09 Thread Chris Beaven
Any update on this, Jannis? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/hA8I02L9m90J. To post to this group, send email to

ORM refactoring

2011-10-09 Thread Anssi Kääriäinen
First, if you have time for it, please take a look of #17025 (sql/ WhereNode refactoring). In summary: test suite is 10% faster, creating a simple objects.filter(pk=1) query is 30% faster, chained .filter() calls can be multiple times faster and so on. The code is IMHO cleaner. And it is much