Re: Oracle/GIS Testers Needed

2009-11-19 Thread Jani Tiainen
On Fri, 2009-11-20 at 01:14 -0500, Alex Gaynor wrote: > Hey all, > > Russ and I have been working on getting the multi-db work ready for > merge (final stretch here hopefully!), and I just ported the Oracle > backend to the slightly updated backend arcitecture so it could use > some testers. If y

Oracle/GIS Testers Needed

2009-11-19 Thread Alex Gaynor
Hey all, Russ and I have been working on getting the multi-db work ready for merge (final stretch here hopefully!), and I just ported the Oracle backend to the slightly updated backend arcitecture so it could use some testers. If you've got an Oracle setup and can run some tests that would be gre

Re: validation.py backwards incompatibility for fieldsets

2009-11-19 Thread rebus_
2009/11/19 Russell Keith-Magee : > On Thu, Nov 19, 2009 at 10:35 PM, rebus_ wrote: > > Thanks for the report! You've definitely found a problem, and your > test case made it easy to narrow it down. Your patch wasn't quite > right - it resulted in an incorrect error message for a different edge > c

Re: validation.py backwards incompatibility for fieldsets

2009-11-19 Thread Russell Keith-Magee
On Thu, Nov 19, 2009 at 10:35 PM, rebus_ wrote: > Hi, > > This is my first bug report so please don't shoot me right away. > > In revision 11744 [1] code was added in > django/contrib/admin/validation.py which is supposed to improve the > error message for M2M fields. It seems to me that this chan

validation.py backwards incompatibility for fieldsets

2009-11-19 Thread rebus_
Hi, This is my first bug report so please don't shoot me right away. In revision 11744 [1] code was added in django/contrib/admin/validation.py which is supposed to improve the error message for M2M fields. It seems to me that this change has broken ability to display multiple fields on the same

Re: Scaffolding

2009-11-19 Thread gareth rushgrove
2009/11/19 Russell Keith-Magee : > On Thu, Nov 19, 2009 at 6:47 PM, Thierry > wrote: >> Ok scaffolding has seen a lot of ups and downs in the dev community. >> >> Type 2 >> Intelligent code snippets (generation) such as create_app >> >> Django needs more of the later. >> If i have a model, i woul

Re: Scaffolding

2009-11-19 Thread Russell Keith-Magee
On Thu, Nov 19, 2009 at 6:47 PM, Thierry wrote: > Ok scaffolding has seen a lot of ups and downs in the dev community. > > Type 1 > "lets generate code, because that way our programming language sucks > less" approach some PHP frameworks take. > > Type 2 > Intelligent code snippets (generation) su

Re: CACHE_BACKEND = 'locmem:///' <-> 'locmem://'

2009-11-19 Thread Russell Keith-Magee
On Thu, Nov 19, 2009 at 6:52 PM, jedie wrote: > What is the right "spelling": 'locmem:///' or 'locmem://' ??? > > In the docu is three "/" [1] > but in global_settings.py is two "/" [2] > > [1] http://docs.djangoproject.com/en/dev/topics/cache/#local-memory-caching > [2] > http://code.djangoproje

cache middleware on multi sites...

2009-11-19 Thread jedie
There exist some "intersection" on multi site installation, if i use django.middleware.cache.UpdateCacheMiddleware and django.middleware.cache.FetchFromCacheMiddleware Problem: The cache key would be only generated based on the url without the domain name. So if the page /foobar/ exist on site A a

CACHE_BACKEND = 'locmem:///' <-> 'locmem://'

2009-11-19 Thread jedie
What is the right "spelling": 'locmem:///' or 'locmem://' ??? In the docu is three "/" [1] but in global_settings.py is two "/" [2] [1] http://docs.djangoproject.com/en/dev/topics/cache/#local-memory-caching [2] http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py?re

Scaffolding

2009-11-19 Thread Thierry
Ok scaffolding has seen a lot of ups and downs in the dev community. Type 1 "lets generate code, because that way our programming language sucks less" approach some PHP frameworks take. Type 2 Intelligent code snippets (generation) such as create_app Django needs more of the later. If i have a m