| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-21 | Removed contrib.comments per deprecation timeline. | Tim Graham | |
| 2013-12-23 | Renamed two tests so they actually run. | Aymeric Augustin | |
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-12-23 | Dropped AppCache._empty, _with_app and _without_app. | Aymeric Augustin | |
| It's now easier to achieve the same effect with modify_settings or override_settings. | |||
| 2013-12-22 | Moved apps back in the toplevel django namespace. | Aymeric Augustin | |
| Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2. | |||
| 2013-12-22 | Stop testing for inclusion in INSTALLED_APPS. | Aymeric Augustin | |
| Removed some exception masking in the comments app that was harmful and couldn't be preserved easily. | |||
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-10-21 | Removed some direct settings manipulations in tests; refs #21230. | Bouke Haarsma | |
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-10-10 | Used "is" for comparisons with None. | Tim Graham | |
| 2013-09-09 | Removed unneeded imports in tests's __init__.py and unified them. | Florian Apolloner | |
| 2013-09-08 | Removed some more unused local vars | Alex Gaynor | |
| 2013-08-15 | Fixed #20895 -- Made check management command warn if a BooleanField does ↵ | Alasdair Nicol | |
| not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-05-21 | Use assertIsInstance in tests. | Marc Tamlyn | |
| Gives much nicer errors when it fails. | |||
| 2013-04-12 | Modified comment_tests for unittest2 discovery. | Preston Timmons | |
| 2013-03-11 | Remove a special case for comment tests from runtests.py. | Jacob Kaplan-Moss | |
| 2013-03-07 | Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments. | Baptiste Mispelon | |
| 2013-02-26 | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
