Open sloria opened 10 years ago
Looks like a bug,
Could you write a test using your example?
You could put the test into a new file dates.py
within the tests.all.fields
module.
Something like this
class TestItem(test.TestCase):
model = Item
def test_filter(self):
models = self.mapper
...
Once done that I can take a look. Thanks
The following code is meant to filter the Items that are checked out and updated in the past hour. However, the
updated__gt
query causes a TypeError to be raised.Stack trace: