| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -18/+19 |
| | | |||||
| * | Fixed #32316 -- Deferred accessing __file__. | William Schwartz | 2021-04-01 | 1 | -1/+21 |
| | | | | | | | | | | | Deferred accessing the module-global variable __file__ because the Python import API does not guarantee it always exists—in particular, it does not exist in certain "frozen" environments. The following changes advanced this goal. Thanks to Carlton Gibson, Tom Forbes, Mariusz Felisiak, and Shreyas Ravi for review and feedback. | ||||
| * | Added tests for AssertionErrors in get_complete_version() and ↵ | Hasan Ramezani | 2021-03-15 | 1 | -1/+12 |
| | | | | | _lazy_re_compile(). | ||||
| * | Fixed #27830 -- Used distutils.version.LooseVersion for version parsing. | chillaranand | 2017-06-13 | 1 | -0/+6 |
| | | |||||
| * | Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. | Tim Graham | 2016-12-07 | 1 | -5/+3 |
| | | |||||
| * | Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440. | Tim Graham | 2015-11-19 | 1 | -2/+2 |
| | | |||||
| * | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | 2014-04-16 | 1 | -1/+1 |
| | | | | | Thanks tomwys for the suggestion. | ||||
| * | Removed superfluous models.py files. | Aymeric Augustin | 2013-12-17 | 1 | -0/+0 |
| | | | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. | ||||
| * | Fixing E302 Errors | Jason Myers | 2013-11-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com> | ||||
| * | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | 2013-11-02 | 1 | -1/+0 |
| | | |||||
| * | Whitespace cleanup. | Tim Graham | 2013-10-10 | 1 | -1/+0 |
| | | | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | ||||
| * | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | 2013-07-01 | 1 | -1/+1 |
| | | | | | Refs #20680. | ||||
| * | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 3 | -0/+27 |
