Pull requirements from pip so we get later things on CentOS 6, etc

This commit is contained in:
Michael DeHaan
2013-03-13 16:06:19 -04:00
parent e47c2fe08f
commit b97193e6a0
4 changed files with 18 additions and 18 deletions

View File

@@ -6,8 +6,8 @@ from django.db import models
# TODO: audit cascade behavior and defaults
# TODO: set related names
# SET_NULL = models.SET_NULL
# PROTECT = models.PROTECT
SET_NULL = models.SET_NULL
PROTECT = models.PROTECT
class CommonModel(models.Model):
'''