| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-02 | PEP8 cleanup | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-10-26 | Fix all violators of E231 | Alex Gaynor | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-10-23 | Workaround admin scripts test failures on Windows+Python 3. | Ramiro Morales | |
| Change strategy used to examine instrumented output to acommodate the fact that on Windows, where the path separator is '\', repr() of Python modules has changed in Python 3 to use escaped backslashes in the FS path section (e.g. 'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py') without having to special-case based on platform. | |||
| 2013-10-21 | Fixed #19724 -- Output note when showing only core management commands | Claude Paroz | |
| When listing available management commands, only core commands are listed if settings have any error. This commit adds a note in this case so errors are not totally silently skipped. Thanks Peter Davis for the report. | |||
| 2013-10-18 | Fixed #21287 -- Fixed E123 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Fixed #21284 -- Prevented KeyError swallowing in fetch_command | Claude Paroz | |
| Thanks wildfire for the report. | |||
| 2013-10-14 | Fixed #21269 -- Don't crash when CommandError contains non-ascii | Claude Paroz | |
| Thanks kontakt@eikefoken.de for the report. | |||
| 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-09-29 | Modified test added in 3afb5916b2 so it doesn't fail on Windows. | Ramiro Morales | |
| Refs #18091. | |||
| 2013-09-08 | Removed a ton of unused local vars | Alex Gaynor | |
| 2013-07-30 | Removed part of a test that doesn't work on Jenkins; refs #19877. | Tim Graham | |
| 2013-07-30 | Fixed a test that depended on the DB backend; refs #19877. Thanks Loic. | Tim Graham | |
| 2013-07-30 | Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using ↵ | Jose L. Patino | |
| output styles. | |||
| 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-07-29 | Add utf-8 preamble to admin_scripts temp settings file | Claude Paroz | |
| As some settings are copied from current user settings, we cannot be sure the characters are pure ascii. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-06-29 | Advanced deprecation warnings for Django 1.7. | Aymeric Augustin | |
| 2013-06-10 | Defined available_apps in relevant tests. | Aymeric Augustin | |
| Fixed #20483. | |||
| 2013-06-09 | Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty. | Tim Graham | |
| Refs #19875. | |||
| 2013-05-30 | Fixed #20509 - Proper parsing for dumpdata --pks option. | Tim Graham | |
| Thanks weipin for the report and Baptiste Mispelon for the patch. | |||
| 2013-05-20 | Fixed #20445 -- Raised original exception after command error | Jorge Bastida | |
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670. | |||
| 2013-05-01 | Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3. | Florian Apolloner | |
| 2013-03-18 | Fixed #17037 -- Added a --all option to diffsettings. | Aymeric Augustin | |
| 2013-03-09 | Fixed #19923 -- Display tracebacks for non-CommandError exceptions | Claude Paroz | |
| By default, show tracebacks for management command errors when the exception is not a CommandError. Thanks Jacob Radford for the report. | |||
| 2013-02-27 | use the real path to fix OS X /var/folders vs. /private/var/folders mismatch | Łukasz Langa | |
| 2013-02-26 | Fixed discovery of the Django installation during tests. | Florian Apolloner | |
| If Django was symlinked into site-packages the previous approach to discover the tests subdirectory would fail. The revised version now always points to the location of the source and not the import path. | |||
| 2013-02-26 | fixed admin_scripts tests on python 3.3 | Florian Apolloner | |
| 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 | |
