summaryrefslogtreecommitdiff
path: root/tests/str
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+9
* Fixed #27953 -- Added instance's pk to Model.__str__().Collin Anderson2017-06-091-2/+5
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-182-33/+7
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-182-9/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-5/+3
* Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette2015-11-111-0/+21
* Tweak some examples.Aymeric Augustin2015-08-221-3/+3
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin2013-10-132-19/+1
* 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
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+89