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
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
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