Ticket #640: 640.diff
File 640.diff, 466 bytes (added by , 13 years ago) |
---|
-
docs/ref/models/options.txt
167 167 >>> answer.get_previous_in_order() 168 168 <Answer: 1> 169 169 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 170 172 ``ordering`` 171 173 ------------ 172 174