Ticket #640: 640.diff

File 640.diff, 466 bytes (added by Flavio Curella, 13 years ago)

Added a note to the doc

  • docs/ref/models/options.txt

     
    167167        >>> answer.get_previous_in_order()
    168168        <Answer: 1>
    169169
     170    Note: The ``order_with_respect_to`` option will add an additional field ``_order`` to the model and thus can only work at model creation time.
     171
    170172``ordering``
    171173------------
    172174
Back to Top