django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Collin Anderson
|
1a49b89470
|
Fixed #27953 -- Added instance's pk to Model.__str__().
|
2017-06-09 13:42:53 -04:00 |
Claude Paroz
|
042b7350a0
|
Refs #23919 -- Removed unneeded str() calls
|
2017-01-20 14:13:55 +01:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Simon Charette
|
a08fda2111
|
Fixed #25746 -- Isolated inlined test models registration.
Thanks to Tim for the review.
|
2016-01-06 20:00:07 -05:00 |
Simon Charette
|
4cd5d846d4
|
Fixed #25730 -- Made Model.__str__() always return str instances.
Thanks to Kevin Turner for the report and Tim for the review.
|
2015-11-11 12:18:52 -05:00 |
Aymeric Augustin
|
491d01b7e9
|
Tweak some examples.
"Area man/woman" is confusing to people not familiar with the
conventions of American journalism (like me).
|
2015-08-22 20:25:42 +02:00 |
Loic Bistuer
|
2f3a4cd573
|
Removed numbering from the models.py header of some test packages.
This is a reliqua from the early days of the modeltests/regressiontests era.
|
2014-09-24 17:28:56 +07:00 |
Alex Gaynor
|
778ce245dd
|
Corrected many style guide violations that the newest version of flake8 catches
|
2014-03-30 12:11:05 -07:00 |
Jason Myers
|
c3791463a5
|
Fixing E302 Errors
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:48:47 -05:00 |
Aymeric Augustin
|
589dc49e12
|
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Thanks jpic for the report and chmodas for working on a patch.
Reverts 2ea80b94 . Refs #19362.
|
2013-10-13 18:14:04 +02:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |