hadithhouse / HadithHouseApi

Backend for Hadith House
http://www.hadithhouse.net/
MIT License
3 stars 3 forks source link

Upgrade to Django 1.9 #8

Closed rafidka closed 8 years ago

rafidka commented 9 years ago

Since the project is new, it is better to upgrade to Django 1.8 early to avoid making it harder to upgrade. Information about the release can be found here:

https://www.djangoproject.com/weblog/2015/apr/01/release-18-final/ https://docs.djangoproject.com/en/1.8/releases/1.8/

rafidka commented 9 years ago

I realised today that if you use Django 1.8, you get an error similar to the following on the Hadith model and other models:

"The options auto_now, auto_now_add, and default are mutually exclusive."

This encourages me to upgrade to Django 1.8 early as database problems can be hard to fix once there are some data in the database.

rafidka commented 8 years ago

Django 1.9 is already out, so changing the subject of this issue.