django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Mariusz Felisiak
|
d3a64bea51
|
Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_callable_default() crash on Oracle.
Grouping by LOBs is not allowed on Oracle. This moves a binary field to
a separate model.
|
2021-12-04 15:55:03 +01:00 |
Mariusz Felisiak
|
2c7846d992
|
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL.
This makes models.BinaryField pickleable on PostgreSQL.
Regression in 3cf80d3fcf .
Thanks Adam Zimmerman for the report.
|
2021-12-03 11:56:22 +01:00 |
Mariusz Felisiak
|
6e4f7ec854
|
Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.
This caused failures on CockroachDB that use random rather than serial
pk values.
|
2020-10-15 08:17:42 +02:00 |
Simon Charette
|
0ef04fdd7a
|
Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.
|
2020-10-05 20:47:51 +02:00 |
Baptiste Mispelon
|
200cd8803d
|
Refs #25361 -- Added test for pickling queryset of abstract-inherited models with Meta.ordering.
Fixed in 67cf5efa31 .
|
2019-12-12 09:01:47 +01:00 |
Simon Charette
|
d4fb742094
|
Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.
Thanks to Rachel Tobin for the initial __qualname__ work and tests.
|
2017-10-18 21:43:53 -04:00 |
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05: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
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01: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
|
04e69598de
|
Refs #24919 -- Made test models serializable for migrations.
|
2015-07-21 09:19:40 -04:00 |
Tim Graham
|
0f941f57ba
|
Fixed mistakes in tests unveiled by version bump to 1.8.1.
Forwardport of e7366ab1f9 from stable/1.8.x
|
2015-04-02 08:14:08 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Claude Paroz
|
fae551d765
|
Complemented pickle test for ValuesQuerySet with related field
Refs #14515.
|
2014-12-24 14:58:32 +01:00 |
Anubhav Joshi
|
42736ac8e8
|
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch,
and akaariai, loic, and charettes for helping in shaping the patch.
|
2014-06-11 10:03:34 -04:00 |
Jason Myers
|
c3791463a5
|
Fixing E302 Errors
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:48:47 -05:00 |
Alex Gaynor
|
9d740eb8b1
|
Fix all violators of E231
|
2013-10-26 12:15:03 -07: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 |
Anssi Kääriäinen
|
5459795ef2
|
Fixed #20289 -- pickling of dynamic models
|
2013-06-14 17:05:54 +03:00 |
Baptiste Mispelon
|
a40746b1cb
|
Fix #20158: invalid code in queryset_pickle test models.
|
2013-03-29 13:32:21 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |