Ticket #10546: 10546_r10091.diff

File 10546_r10091.diff, 566 bytes (added by Carl Meyer, 15 years ago)
  • options.txt

     
    100100the correct tables are created as part of the test setup.
    101101
    102102If 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.
     103you *could* use ``managed=False`` and create a copy of an existing model.
    104104However, there's a better approach for that situation: :ref:`proxy-models`.
    105105
    106106``order_with_respect_to``
Back to Top