summaryrefslogtreecommitdiff
path: root/tests/str
Commit message (Collapse)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
| | | | Thanks Tim Graham for the review.
* 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
| | | | Thanks to Tim for the review.
* Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette2015-11-111-0/+21
| | | | Thanks to Kevin Turner for the report and Tim for the review.
* Tweak some examples.Aymeric Augustin2015-08-221-3/+3
| | | | | "Area man/woman" is confusing to people not familiar with the conventions of American journalism (like me).
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
| | | | This is a reliqua from the early days of the modeltests/regressiontests era.
* 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
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin2013-10-132-19/+1
| | | | | | Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+89