diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-03-12 20:05:48 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-03-12 20:05:48 +0000 |
| commit | dd246a62c743461b5010dbb09f356563c4c0351d (patch) | |
| tree | 584e332399e3b31dd6a53559731f99495d7ae919 /tests | |
| parent | 20c69c5e51f1ca180978a51d64246b70f778df83 (diff) | |
Edited some docs and docstrings until [17685]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/delete_regress/tests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/regressiontests/delete_regress/tests.py b/tests/regressiontests/delete_regress/tests.py index 8ef00e92a5..e7f4619dcf 100644 --- a/tests/regressiontests/delete_regress/tests.py +++ b/tests/regressiontests/delete_regress/tests.py @@ -152,7 +152,7 @@ class LargeDeleteTests(TestCase): class ProxyDeleteTest(TestCase): """ - Tests on_delete behaviour for proxy models. Deleting the *proxy* + Tests on_delete behavior for proxy models. Deleting the *proxy* instance bubbles through to its non-proxy and *all* referring objects are deleted. @@ -188,7 +188,7 @@ class ProxyDeleteTest(TestCase): class ProxyOfProxyDeleteTest(ProxyDeleteTest): """ - Tests on_delete behaviour for proxy-of-proxy models. Deleting the *proxy* + Tests on_delete behavior for proxy-of-proxy models. Deleting the *proxy* instance should bubble through to its proxy and non-proxy variants. Deleting *all* referring objects. @@ -224,7 +224,7 @@ class ProxyOfProxyDeleteTest(ProxyDeleteTest): class ProxyParentDeleteTest(ProxyDeleteTest): """ - Tests on_delete cascade behaviour for proxy models. Deleting the + Tests on_delete cascade behavior for proxy models. Deleting the *non-proxy* instance of a model should delete objects referencing the proxy. |
