hello-base / web

The central database for all that is Hello! Project.
Apache License 2.0
4 stars 0 forks source link

De-Ohashi #68

Closed bryanveloso closed 10 years ago

bryanveloso commented 10 years ago

We were being a little too clever with wrapping django.db.models with Postgres specific fields. It's prevented us from being able to use SQLite in tests for example. This removes a lot of this functionality, reverting models to the aforementioned Django native models.