django/tests/modeltests/basic
Anssi Kääriäinen 0eddedf7db [1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
A regression caused by d5b93d3281 made .get() error
reporting recurse infinitely on certain rare conditions. Fixed this by
not trying to print the given lookup kwargs.

Backpatch of 266c0bb23e
2013-05-20 19:05:43 +03:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
models.py [1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitely 2013-05-20 19:05:43 +03:00
tests.py [1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitely 2013-05-20 19:05:43 +03:00