| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
| 2012-06-19 | Removed unneeded u prefixes | Claude Paroz | |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz | |
| Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review. | |||
| 2012-06-06 | Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926) | Claude Paroz | |
| Tests were still failing with MySQL. It seems a rollback is solving the issue. | |||
| 2012-06-06 | Made TestNoInitialDataLoading pass with MySQL (Refs #15926) | Claude Paroz | |
| 2012-06-05 | Fixed #15926 -- Added option --no-initial-data to syncdb and flush. | Honza Kral | |
| Thanks msiedlarek, jpaugh64 and vlinhart! | |||
| 2011-11-27 | Changed the fixtures used to test the 'initial_data' feature so they don't ↵ | Aymeric Augustin | |
| contain datetimes. Refs #17275. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17154 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-13 | Convert all modeltests to use absolute imports, rather than relative ones. | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-09-10 | Pass commit=False to loaddata in tests, which will keep the DB connection ↵ | Karen Tracey | |
| open. Closing the connection has the side-effect on some DBs (Postgres, MySQL/InnoDB) of rolling back the transaction that was in progress, causing these tests to fail. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13717 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-23 | Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks ↵ | Russell Keith-Magee | |
| to Alex Gaynor for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13622 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
