index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
serializers
Age
Commit message (
Expand
)
Author
2012-02-04
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-01
Used yaml.safe_load instead of yaml.load, because safety should be the default.
Aymeric Augustin
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-01-27
Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-19
Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-13
Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-13
Fixed #9522 -- Modified handling of values in base serializer so that field s...
Russell Keith-Magee
2009-02-11
Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...
Brian Rosner
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-12-04
Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...
Jacob Kaplan-Moss
2007-12-01
Fixed #6068 -- Updated docstrings in model tests to make the documentation
Malcolm Tredinnick
2007-09-22
Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ...
Russell Keith-Magee
2007-09-15
Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th...
Russell Keith-Magee
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-01
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...
Russell Keith-Magee
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2007-02-26
Fixed #3390: the serializer can now contain forward references. Thanks, Russ.
Jacob Kaplan-Moss
2007-01-27
Fixed a flaw in the serializers that prevented OneToOneFields being serialize...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-06-29
Added a JSON serializer, a few more tests, and a couple more lines of docs.
Jacob Kaplan-Moss
2006-06-28
Added initial cut at serialization framework, along with some basic tests and...
Jacob Kaplan-Moss