summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2011-11-12Fix #13864: Removed database error raised when force_update is requsted on sa...Karen Tracey
2011-11-09Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian fo...Ramiro Morales
2011-11-07Fixed #11118 -- Made management command BaseCommand restore locale after exec...Ramiro Morales
2011-11-01Used yaml.safe_load instead of yaml.load, because safety should be the default.Aymeric Augustin
2011-10-31Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...Julien Phalip
2011-10-28Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...Julien Phalip
2011-10-17Tweaked test added in r16873 so it also works with Oracle.Ramiro Morales
2011-10-16Fixed a test that relied on the database to reject invalid data; MySQL doesn'...Aymeric Augustin
2011-10-16Made an `AutoField` test more robust.Julien Phalip
2011-10-15Modified the tablespaces tests so that they no longer rely on settings.DEFAUL...Aymeric Augustin
2011-10-15Fixed a test failure introduced at r16987. Refs #12308.Aymeric Augustin
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Switch several assertNumQueries to use the context manager, which is much mor...Alex Gaynor
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-10-13Remove a handful of `import *` from the tests.Alex Gaynor
2011-10-13Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...Julien Phalip
2011-10-13Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...Julien Phalip
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-09-30Fixed #16645: fixed a broken test to work in Oracle.Ian Kelly
2011-09-30Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and...Ramiro Morales
2011-09-30Fixed #14270 - related manager classes should be cachedLuke Plant
2011-09-22Fixed a typo in test docstring.Paul McMillan
2011-09-22Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...Gabriel Hurley
2011-09-22Refs r16873 and #16026 -- Missed adding the fixture.Paul McMillan
2011-09-22Fixed #16026 -- loaddata now identifies which object triggered an error.Paul McMillan
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-10Fixed #16592 -- More test changes and documentation to account for MySQL's ca...Russell Keith-Magee
2011-09-10Fixed #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i...Russell Keith-Magee
2011-09-10Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o...Russell Keith-Magee
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-08-25Fix test from r16678 and r16681 properly for Oracle.Malcolm Tredinnick
2011-08-24Added another test to confirm fix in r16663.Malcolm Tredinnick
2011-08-23Teach "django-admin.py validate" to forbid nullable primary keys.Malcolm Tredinnick
2011-08-23Corrected the setup and teardown of the refactored invalid_models test so tha...Russell Keith-Magee
2011-08-23Allow "pk" as a field alias in QuerySet.only() calls.Malcolm Tredinnick
2011-08-23Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...Russell Keith-Magee
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-08-22Improved error message display during validation errors.Malcolm Tredinnick
2011-08-21Fixed #16644 -- Fixed one additional test that was failing in Oracle due to f...Ramiro Morales
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-08-10Fixed #16593 -- Refactored proxy_model_inheritance fixture setup to minimize ...Ramiro Morales
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-04Removed superflous commented-out lines.Ramiro Morales
2011-07-03Renamed a test model field added in [16345] so it doesn't keep the test DB ce...Ramiro Morales
2011-07-03Reverted [14563] because it introduced a dependency from core on a contrib ap...Ramiro Morales
2011-06-28Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel
2011-06-13Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.Jannis Leidel