Re: Django 1.9 - JSONField

2015-07-08 Thread Christopher Allan Webber
Postgres' jsonb has some pretty unique features that I'm not sure any other databases are going to implement anytime soon, and even if they did, it would probably be in a fairly incompatible way, yeah? It would be nice to get this included into Django itself, and have it noted as a Postgres-only f

Re: Nipping projects in the butt

2008-12-09 Thread Christopher Allan Webber
if it offended anyone, I'll retract the projects->HPV analogy :) Christopher Allan Webber <[EMAIL PROTECTED]> writes: > So, by now the primary problem with Django is not the lack of good > applications. There are tons of good applications. The primary problem > is that almos

Nipping projects in the butt

2008-12-09 Thread Christopher Allan Webber
So, by now the primary problem with Django is not the lack of good applications. There are tons of good applications. The primary problem is that almost none of them work together. There are a few reasons for this... some of it has to do with templating, some of it has to do with people not usi

Re: Rethinking silent failures in templates

2008-05-14 Thread Christopher Allan Webber
I'm just going to chime in here that a lot of our older apps at our work use Zope Page Templates. Largely we've found ZPT pages to be less pleaseant in all regards *excepting* the fact that they never, ever silently fail. Just as your code fails when there's a problem, so do your templates. It'