Re: APPEND_SLASH alternative

2007-01-03 Thread Donny
I think it would be nice if the process for implementing your own URL dispatcher were more obvious / accessible. I have several friends who have told me they had a want for this, and that it took more effort than it should have. I haven't had to do it myself yet, but I would have if I had known t

Re: Shared memory across processes

2007-06-27 Thread Donny
On Jun 26, 11:28 am, "Marty Alchin" <[EMAIL PROTECTED]> wrote: > The biggest hurdle to dbsettings at this point is that it caches > settings in a standard Python module, which only exists within a > single process. This was all well and good while developing it, but > people are now starting to tr

Re: Why hardcoded unique and db_index?

2009-04-06 Thread Donny Viszneki
On Apr 6, 7:18 am, MS wrote: > The OneToOneField's comment tells that `unique` is hardcoded, but it > sounds more like a definition, not an explanation WHY it's like that. UNIQUE CONSTRAINT If you removed the unique constraint from OneToOneFields, what would you get? You'd get a ForeignKey. T