Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / migrations / 0090_auto__chg_field_ipaddress_subnet__chg_field_ipaddress_network__chg_fie.py @ 4e3789fd

History | View | Annotate | Download (21 kB)

# Date Author Comment
6a03d89f 11/08/2013 03:50 pm Christos Stavrakakis

cyclades: More strict 'on_delete' for models

Use 'models.PROTECT' for 'on_delete' attribute for some ForeignKey
relationship between networking models. This will create a more "strict"
database and protect for unexpected data loss.