Author: mtredinnick
Date: 2009-03-19 17:46:49 -0500 (Thu, 19 Mar 2009)
New Revision: 10093

Modified:
   django/trunk/docs/ref/models/options.txt
Log:
Fixed #10546 -- Fixed a docs typo noticed by carljm.

Modified: django/trunk/docs/ref/models/options.txt
===================================================================
--- django/trunk/docs/ref/models/options.txt    2009-03-19 22:46:28 UTC (rev 
10092)
+++ django/trunk/docs/ref/models/options.txt    2009-03-19 22:46:49 UTC (rev 
10093)
@@ -100,7 +100,7 @@
 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,
-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`.
 
 ``order_with_respect_to``


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to