summaryrefslogtreecommitdiff
path: root/tests/model_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-10/+10
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-39/+49
* Fixed #31863 -- Prevented mutating model state by copies of model instances.Gert Burger2020-08-121-0/+15
* Refs #23919 -- Replaced super(...) with super() in metaclasses.Jon Dufresne2019-11-281-1/+1
* Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...Matt Westcott2019-03-141-1/+19
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().Tim Graham2017-06-111-7/+2
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-4/+4
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27514 -- Tested Model.__init__ excessive number of fields.Adam Chainz2016-11-201-0/+5
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-9/+3
* Tested Model.get_next/prev_by_FIELD() on unsaved models.Tim Graham2016-10-111-0/+7
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Revert "Marked a test as an expected failure on MySQL and Python 3.2."Claude Paroz2015-01-111-8/+1
* Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger2014-05-161-0/+11
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-8/+8
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-171-1/+1
* Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin2013-09-091-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Marked a test as an expected failure on MySQL and Python 3.2.Aymeric Augustin2013-05-081-1/+8
* Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty2013-04-081-0/+12
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+217