summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2012-01-28Caught (and tested) the warning added at r17393 in the corresponding test. Re...Aymeric Augustin
2012-01-24Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...Jannis Leidel
2012-01-07Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...Aymeric Augustin
2012-01-02Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...Julien Phalip
2012-01-02Fixed a stupid bug in the implementation of timezone.make_aware.Aymeric Augustin
2011-12-27Fixed #17463 -- Conditionally skipped tests that Windows isn't able to run.Aymeric Augustin
2011-12-22Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-16Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...Adrian Holovaty
2011-12-11Fixed #17251 -- In the select_for_update tests, close manually database conne...Aymeric Augustin
2011-12-04Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...Aymeric Augustin
2011-11-27Changed the fixtures used to test the 'initial_data' feature so they don't co...Aymeric Augustin
2011-11-27Renamed the fixtures used by the aggregation tests so they're only loaded by ...Aymeric Augustin
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-20Ensured that the warning added at r17117 also applies to queryset filter argu...Aymeric Augustin
2011-11-20Disabled tests that require warnings.catch_warnings when running under Python...Aymeric Augustin
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
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