| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | 2023-02-01 | 1 | -0/+1 |
| | | | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | ||||
| * | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | 2022-02-07 | 1 | -1/+2 |
| | | |||||
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -14/+14 |
| | | |||||
| * | Removed unused __str__() methods in tests models. | Author: Mads Jensen | 2020-04-15 | 1 | -17/+0 |
| | | | | | | Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com> | ||||
| * | Sorted imports per isort 4.2.9. | Tim Graham | 2017-06-01 | 1 | -1/+0 |
| | | |||||
| * | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | 2017-01-18 | 1 | -7/+0 |
| | | |||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Removed British/Austrialian word: whilist. | Tim Graham | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | 2015-12-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵ | Tim Graham | 2015-10-27 | 1 | -1/+1 |
| | | | | | related set. | ||||
| * | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | 2015-07-27 | 1 | -4/+4 |
| | | | | | ForeignKey/OneToOneField | ||||
| * | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 2 | -1/+2 |
| | | |||||
| * | Fixed #23620 -- Used more specific assertions in the Django test suite. | Berker Peksag | 2014-11-03 | 1 | -2/+2 |
| | | |||||
| * | Fixing E302 Errors | Jason Myers | 2013-11-02 | 1 | -1/+12 |
| | | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com> | ||||
| * | Removed unneeded imports in tests's __init__.py and unified them. | Florian Apolloner | 2013-09-09 | 1 | -2/+0 |
| | | |||||
| * | Removed most of absolute_import imports | Claude Paroz | 2013-07-29 | 1 | -1/+1 |
| | | | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | ||||
| * | Use assertIsInstance in tests. | Marc Tamlyn | 2013-05-21 | 1 | -4/+4 |
| | | | | | Gives much nicer errors when it fails. | ||||
| * | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 3 | -0/+195 |
