Ticket #10546: 10546_r10091.diff
File 10546_r10091.diff, 566 bytes (added by , 16 years ago) |
---|
-
options.txt
100 100 the correct tables are created as part of the test setup. 101 101 102 102 If you're interested in changing the Python-level behaviour of a model class, 103 you *could* use ``managed= True`` and create a copy of an existing model.103 you *could* use ``managed=False`` and create a copy of an existing model. 104 104 However, there's a better approach for that situation: :ref:`proxy-models`. 105 105 106 106 ``order_with_respect_to``