summaryrefslogtreecommitdiff
path: root/tests/modeltests/serializers/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-501/+0
* Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford2013-02-121-2/+16
* [py3] Fixed serializers testsClaude Paroz2012-08-141-9/+9
* [py3] Used compatible imports of StringIO.Aymeric Augustin2012-08-081-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-3/+3
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-9/+9
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-4/+5
* Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz2012-03-301-3/+1
* Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...Jannis Leidel2012-02-041-0/+13
* Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin2011-11-181-3/+3
* Used yaml.safe_load instead of yaml.load, because safety should be the default.Aymeric Augustin2011-11-011-4/+4
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-131-4/+5
* Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey2011-08-071-3/+8
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-2/+2
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-031-1/+1
* Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee2011-01-271-1/+52
* Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...Russell Keith-Magee2010-09-191-0/+417