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