Nick Sandford
|
278dad5b41
Fixed #19746 -- Allow deserialization of pk-less data
|
12 年之前 |
Claude Paroz
|
f2fe7a3e36
[py3] Fixed serializers tests
|
12 年之前 |
Aymeric Augustin
|
396357741b
[py3] Used compatible imports of StringIO.
|
12 年之前 |
Aymeric Augustin
|
bdca5ea345
[py3] Replaced unicode/str by six.text_type/bytes.
|
12 年之前 |
Aymeric Augustin
|
3cb2457f46
[py3] Replaced basestring by six.string_types.
|
12 年之前 |
Claude Paroz
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
13 年之前 |
Claude Paroz
|
38408f8007
Marked bytestrings with b prefix. Refs #18269
|
13 年之前 |
Aymeric Augustin
|
cec6bd5a59
Fixed #18023 -- Removed bundled simplejson.
|
13 年之前 |
Claude Paroz
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
13 年之前 |
Jannis Leidel
|
62efdcb037
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thanks, gnosek.
|
13 年之前 |
Aymeric Augustin
|
9b1cb755a2
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
13 年之前 |
Aymeric Augustin
|
d71b4309ca
Used yaml.safe_load instead of yaml.load, because safety should be the default.
|
13 年之前 |
Alex Gaynor
|
d5a45d79fe
Convert all modeltests to use absolute imports, rather than relative ones.
|
13 年之前 |
Karen Tracey
|
be87f0b0ec
Fixed #3615: Added support for loading fixtures with forward references on database backends (such as MySQL/InnoDB) that do not support deferred constraint checking. Many thanks to jsdalton for coming up with a clever solution to this long-standing issue, and to jacob, ramiro, graham_king, and russellm for review/testing. (Apologies if I missed anyone else who helped here.)
|
13 年之前 |
Jannis Leidel
|
24f4764a48
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
13 年之前 |
Russell Keith-Magee
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 年之前 |
Russell Keith-Magee
|
4a3ea263ef
Fixed #14823 -- Corrected bootstrapping problems with register_serializers. Thanks to miker985@uw.edu for the report and draft patch.
|
14 年之前 |
Russell Keith-Magee
|
11aee35a9f
Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch.
|
14 年之前 |