Kaydet (Commit) 729c974e authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Fixed #10546 -- Fixed a docs typo noticed by carljm.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 466198c4
...@@ -100,7 +100,7 @@ For tests involving models with ``managed=False``, it's up to you to ensure ...@@ -100,7 +100,7 @@ For tests involving models with ``managed=False``, it's up to you to ensure
the correct tables are created as part of the test setup. the correct tables are created as part of the test setup.
If you're interested in changing the Python-level behaviour of a model class, If you're interested in changing the Python-level behaviour of a model class,
you *could* use ``managed=True`` and create a copy of an existing model. you *could* use ``managed=False`` and create a copy of an existing model.
However, there's a better approach for that situation: :ref:`proxy-models`. However, there's a better approach for that situation: :ref:`proxy-models`.
``order_with_respect_to`` ``order_with_respect_to``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment