|
|
|
@8676
|
[8676]
|
08/28/08 14:38:56 |
jacob |
Fixed #8651: correctly deserialize objects with 0 for pk/fk. |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8370
|
[8370]
|
08/15/08 06:53:49 |
russellm |
Fixed #7676 -- Modified serializer registration to be thread safe. Thanks … |
|
|
|
@8321
|
[8321]
|
08/12/08 07:58:33 |
russellm |
Fixed #8134 -- Corrected serialization of m2m fields with intermediate … |
|
|
|
@8151
|
[8151]
|
07/30/08 05:40:37 |
russellm |
Fixed #7990 -- Modified serializers to use StringIO, rather than … |
|
|
|
@7946
|
[7946]
|
07/17/08 22:47:27 |
adrian |
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks … |
|
|
|
@7600
|
[7600]
|
06/09/08 09:03:35 |
russellm |
Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7293
|
[7293]
|
03/18/08 09:35:05 |
mtredinnick |
Fixed #5574 -- Serialize a FileField? using its filename from the … |
|
|
|
@7131
|
[7131]
|
02/18/08 18:08:08 |
mtredinnick |
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace … |
|
|
|
@6922
|
[6922]
|
12/17/07 00:53:15 |
mtredinnick |
Fixed #6110 -- Mark the python format serializer as for internal use only. … |
|
|
|
@6893
|
[6893]
|
12/04/07 15:35:28 |
jacob |
Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle … |
|
|
|
@6891
|
[6891]
|
12/04/07 14:31:34 |
jacob |
Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the … |
|
|
|
@6268
|
[6268]
|
09/15/07 03:29:56 |
russellm |
Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to … |
|
|
|
@6264
|
[6264]
|
09/15/07 00:32:29 |
russellm |
Fixed #4714 -- Modified serializers to handle None primary keys correctly. … |
|
|
|
@5876
|
[5876]
|
08/12/07 07:49:01 |
mtredinnick |
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have … |
|
|
|
@5727
|
[5727]
|
07/20/07 07:07:58 |
russellm |
Fixed #4558 -- Modified XML serializer to handle whitespace better around … |
|
|
|
@5658
|
[5658]
|
07/12/07 02:45:35 |
russellm |
Fixed #4459 -- Added 'raw' argument to save method, to override any … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5409
|
[5409]
|
06/01/07 08:39:08 |
russellm |
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON … |
|
|
|
@5371
|
[5371]
|
05/28/07 00:41:32 |
russellm |
Fixed a serialization problem with objects that have a foreign key on an … |
|
|
|
@5311
|
[5311]
|
05/21/07 18:26:36 |
mtredinnick |
Removed some cruft left over from fixing problems in the move to … |
|
|
|
@5302
|
[5302]
|
05/20/07 20:29:58 |
mtredinnick |
Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the … |
|
|
|
@5232
|
[5232]
|
05/14/07 09:14:49 |
russellm |
Fixed #4288 -- Modified serializers to pay attention to the to_field … |
|
|
|
@5075
|
[5075]
|
04/25/07 05:12:05 |
mtredinnick |
Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris?. |
|
|
|
@4752
|
[4752]
|
03/19/07 06:57:53 |
russellm |
Fixed #3741 -- Fixed serialization of GenericRelations?. Thanks for the … |
|
|
|
@4734
|
[4734]
|
03/15/07 02:48:36 |
russellm |
Fixed typo in docstring of YAML serializer. |
|
|
|
@4733
|
[4733]
|
03/15/07 02:44:44 |
russellm |
Added implementation of --indent for the XML serializer. |
|
|
|
@4718
|
[4718]
|
03/12/07 19:59:34 |
russellm |
Added various fixes to serializer implementations. Fixes mostly deal with … |
|
|
|
@4712
|
[4712]
|
03/12/07 09:01:44 |
jacob |
Added a YAML serializer built on PyYAML (http://pyyaml.org/). This … |
|
|
|
@4659
|
[4659]
|
03/01/07 07:11:08 |
russellm |
Fixes #2333 -- Added test fixtures framework. |
|
|
|
@4610
|
[4610]
|
02/26/07 11:33:27 |
jacob |
Fixed #3390: the serializer can now contain forward references. Thanks, … |
|
|
|
@4433
|
[4433]
|
01/27/07 07:42:51 |
russellm |
Fixed a flaw in the serializers that prevented OneToOneFields? being … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4108
|
[4108]
|
11/26/06 17:59:07 |
adrian |
Fixed #3028 -- Added 'svn:ignore' for *.pyc files for some packages that … |
|
|
|
@4046
|
[4046]
|
11/06/06 23:01:35 |
jacob |
Fixed #2894: XML deserializer now correctly handles null primary keys. |
|
|
|
@4043
|
[4043]
|
11/06/06 22:56:50 |
jacob |
Fixed #2921: deserialization no longer failes on NULL primary keys. … |
|
|
|
@4042
|
[4042]
|
11/06/06 22:50:13 |
jacob |
Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, … |
|
|
|
@3951
|
[3951]
|
10/30/06 14:50:27 |
adrian |
Fixed #2968 -- Changed arguments to import to use empty dictionary … |
|
|
|
@3795
|
[3795]
|
09/22/06 08:26:07 |
mtredinnick |
Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. |
|
|
|
@3687
|
[3687]
|
08/30/06 23:11:46 |
adrian |
Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks … |
|
|
|
@3671
|
[3671]
|
08/28/06 13:39:30 |
adrian |
Fixed #2607 -- Fixed incorrect ordering of super() arguments in … |
|
|
|
@3501
|
[3501]
|
07/31/06 09:59:53 |
jacob |
Fixed #2460 -- JSON serializer now correctly handles datetime objects. … |
|
|
|
@3411
|
[3411]
|
07/21/06 12:11:13 |
jacob |
Fixed a bunch of spurious imports, typos, and other small errors turned up … |
|
|
|
@3237
|
[3237]
|
06/29/06 11:42:49 |
jacob |
Added a JSON serializer, a few more tests, and a couple more lines of … |
|
|
|
@3225
|
[3225]
|
06/28/06 11:00:37 |
jacob |
Added initial cut at serialization framework, along with some basic tests … |