| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -13/+11 |
| | | |||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -2/+2 |
| | | |||||
| * | Removed model_package test dependency on contrib.sites | Claude Paroz | 2014-12-23 | 2 | -13/+7 |
| | | |||||
| * | Cleanup cache in contrib.sites to prevent test interference -- refs #11505 | Thomas Chaumeny | 2014-12-11 | 1 | -0/+8 |
| | | |||||
| * | Fixed #18586 -- Split up model_package.ModelPackageTests. | Alexander Shchapov | 2014-12-01 | 1 | -11/+21 |
| | | |||||
| * | Fixed #19671 -- Added warnings that null and validators are ignored for ↵ | Anubhav Joshi | 2014-07-09 | 2 | -4/+2 |
| | | | | | | | ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review. | ||||
| * | Fixed several typos in Django | Alex Gaynor | 2014-05-28 | 1 | -3/+3 |
| | | |||||
| * | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | 2013-11-02 | 1 | -0/+2 |
| | | |||||
| * | Removed unneeded imports in tests's __init__.py and unified them. | Florian Apolloner | 2013-09-09 | 1 | -1/+0 |
| | | |||||
| * | Removed most of absolute_import imports | Claude Paroz | 2013-07-29 | 2 | -3/+1 |
| | | | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | ||||
| * | Fixed #14007 -- Added model discovery in models module without the need to ↵ | Tim Graham | 2013-07-16 | 3 | -9/+0 |
| | | | | | | | specify app_label. Thanks mark@ and Aramgutang for work on the patch. | ||||
| * | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 5 | -0/+99 |
