summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2012-03-22Reverted parts of r16963 to fix a regression on the creation of permissions o...Aymeric Augustin
2012-03-15Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...Luke Plant
2012-03-14Added cleanup code to the proxy_model_inheritance tests. Refs #12286, #16329.Aymeric Augustin
2012-03-13Fixed #17882 -- Reopened the database connection when a test changes time zon...Aymeric Augustin
2012-03-13Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...Jannis Leidel
2012-03-13Refs #17876: enhanced new test to actually test underlying function, not just...Karen Tracey
2012-03-12Fix #17876: Corrected an exception (regression) raised where select_realted a...Karen Tracey
2012-03-03Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...Jannis Leidel
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
2012-02-27Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...Aymeric Augustin
2012-02-22Fixed #17728 -- When filtering an annotation, ensured the values used in the ...Aymeric Augustin
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-09Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...Jannis Leidel
2012-02-05Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...Julien Phalip
2012-02-04Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....Julien Phalip
2012-02-04Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...Jannis Leidel
2012-02-04Fixed #17527 -- Improved exception message when adding the wrong type of obje...Jannis Leidel
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-31Skipped the test introduced at r17403 on Python 2.5, because it requires warn...Aymeric Augustin
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