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
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