mongoengine/tests
Peter Teichman 9d52e18659 Don't freeze the current query state when calling .order_by()
This changes order_by() to eliminate its reference to
self._cursor. This meant that any parameters built by QuerySet
that followed an order_by() clause were ignored.
2012-11-27 10:55:55 -05:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
fixtures.py Added FutureWarning for inherited classes not declaring allow_inheritance 2012-03-05 11:25:13 +00:00
mongoengine.png Added ImageField Support 2011-10-27 00:58:47 -07:00
test_connection.py Updated configs 2012-05-29 17:06:03 +01:00
test_dereference.py Deref list custom id fix 2012-07-18 14:09:24 +01:00
test_django.py Updated configs 2012-05-29 17:06:03 +01:00
test_document.py Fix for inheritance bug and db_alias 2012-07-20 10:34:08 +01:00
test_dynamic_document.py Updated configs 2012-05-29 17:06:03 +01:00
test_fields.py Fixed error in Binary Field 2012-08-07 08:53:58 +01:00
test_queryset.py Don't freeze the current query state when calling .order_by() 2012-11-27 10:55:55 -05:00
test_replicaset_connection.py Updated configs 2012-05-29 17:06:03 +01:00
test_signals.py Updated configs 2012-05-29 17:06:03 +01:00