mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Pull requirements from pip so we get later things on CentOS 6, etc
This commit is contained in:
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user