Damian Posener
|
09e499a39e
|
Fixed #33501 -- Made order_with_respect_to respect database routers.
|
2022-02-09 13:31:49 +01:00 |
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Hasan Ramezani
|
f97bbad908
|
Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deleting objects.
Thanks Simon Meers for the original patch.
|
2019-09-23 11:20:37 +02:00 |
Tim Graham
|
2110b17924
|
Tested Model.set_FOO_order() with an unrelated object.
|
2019-01-21 17:02:15 -05:00 |
Tim Graham
|
193c109327
|
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
2018-11-27 08:58:44 -05:00 |
Tim Graham
|
6b4f018b2b
|
Replaced type-specific assertions with assertEqual().
Python docs say, "it's usually not necessary to invoke these methods directly."
|
2017-03-17 07:51:48 -04:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +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 |
Tim Graham
|
2c6c873e3f
|
Fixed #26009 -- Fixed contenttypes_tests isolation.
|
2016-01-04 11:45:26 -05:00 |
Tim Graham
|
e07def14b8
|
Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07 from stable/1.8.x
The issue was fixed by 7bec480fe2 .
|
2015-11-23 11:33:13 -05:00 |
Simon Charette
|
406de4c243
|
Refs #25745 -- Isolated an order_with_respect_to test.
|
2015-11-14 11:33:28 -05:00 |
Alex Hill
|
7bec480fe2
|
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
|
2015-08-27 09:20:17 -04:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Helen ST
|
7daf00679d
|
Refs #18586 -- Split up order_with_respect_to tests
|
2014-12-04 11:05:26 -05:00 |
Víðir Valberg Guðmundsson
|
bf9953cfb8
|
Adding test to fix of duplicate _order fields (#22720)
|
2014-05-29 01:38:59 +02:00 |
Jason Myers
|
c3791463a5
|
Fixing E302 Errors
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:48:47 -05:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04: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 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |