as possible - even if you
> were to use SQLite locally for testing Django cannot guarantee all
> behaviour is completely db agnostic, especially when it comes to constraint
> checking.
>
> Marc
>
> [1] http://thebuild.com/presentations/not-your-job.pdf
>
> On 4 May 2015 at 18:00
Hi everybody,
Recently I've begun to use the PostgreSQL specific fields introduced in
Django 1.8. My codebase actually uses the special fields (HStoreField and
ArrayField mostly) frequently enough such that I cannot run my test suite
on an in memory SQLite database -- I have to run on a Postgr