Home
last modified time | relevance | path

Searched refs:on_delete_is_available (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-south/South-1.0.2/south/tests/
H A Dinspector.py9 on_delete_is_available = hasattr(models, "PROTECT") # models here is django.db.models variable
10 skipUnlessOnDeleteAvailable = skipUnless(on_delete_is_available, "not testing on_delete -- not avai…
/dports/databases/py-south/South-1.0.2/south/tests/fakeapp/
H A Dmodels.py8 on_delete_is_available = hasattr(models, "PROTECT") # models here is django.db.models variable
41 if on_delete_is_available: