chb / indivo_server

The Indivo™ Personally Controlled Health Record
http://indivohealth.org
GNU General Public License v3.0
103 stars 40 forks source link

Indivo X needs to be updated to be compatible with Django 1.4 #13

Open jgkim opened 12 years ago

jgkim commented 12 years ago

The new release of Django (1.4) has made some backwards incompatible changes, so Indivo X needs to be updated to reflect those changes.

thisisdhaas commented 12 years ago

Excellent point. Have you tried to run Indivo on Django 1.4? What failures do you notice?

jgkim commented 12 years ago

Apparently every test fails with Django 1.4 due to the dropped load_template_source in settings.py and settings_rtfd.py. After I fix this problem, the tests run without an issue, but I guess more investigation on the use of Django 1.4 is still needed. In addition to this, if you use Django 1.3, you should stay with pyscopg2 2.4.1 as Django 1.3 has some issues with pyscopg2 2.4.2 or above.