1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/tests/regressiontests/queries
2010-09-16 19:53:41 +00:00
..
__init__.py
models.py Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lookup in Oracle, by breaking them up into groups of 1000 items and ORing them together. Thanks to rlynch for the report and initial patch. 2010-09-16 19:53:41 +00:00
tests.py