1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/model_fields
Luke Plant 0a3aae8362 Fixed #15559 - distinct queries introduced by [15607] cause errors with some custom model fields
This patch just reverts [15607] until a more satisfying solution can be
found.

Refs #11707

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-10 01:15:19 +00:00
..
__init__.py
4x8.png Changes to ImageFileDescriptor and ImageField to fix a few cases of setting image dimension fields. 2009-05-28 05:46:09 +00:00
8x4.png Changes to ImageFileDescriptor and ImageField to fix a few cases of setting image dimension fields. 2009-05-28 05:46:09 +00:00
imagefield.py Added test for pickling of a model with an ImageField, refs #11103. 2009-05-29 04:06:09 +00:00
models.py Fixed #15559 - distinct queries introduced by [15607] cause errors with some custom model fields 2011-03-10 01:15:19 +00:00
tests.py Fixed #15559 - distinct queries introduced by [15607] cause errors with some custom model fields 2011-03-10 01:15:19 +00:00