Russell Keith-Magee 35cc439228 Fixed #7052 -- Added support for natural keys in serialization. vor 15 Jahren
..
absolute.json c1f45c326c Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures specified as an absolute path were being loaded multiple times. Thanks to btoll@bestweb.net for the report, fix, and catch of a duplicate ticket. vor 17 Jahren
animal.xml 096a9ecc5c Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typing of deserialized data before saving. Underlying problem is analogous to #8298, fixed in [8515]. Thanks to David Larlet <larlet@gmail.com> for the report and fix. vor 16 Jahren
bad_fixture1.unkn 511e01d978 Fixed #4371 -- Improved error checking when loading fixtures. Code now catches explicitly named fixture formats that are not supported (e.g, YAML fixtures if you don't have PyYAML installed), and fixtures that are empty (which can happen due to XML tag errors). Thanks to John Shaffer for the suggestion, and Keith Bussell for his work on the fix. vor 17 Jahren
bad_fixture2.xml 511e01d978 Fixed #4371 -- Improved error checking when loading fixtures. Code now catches explicitly named fixture formats that are not supported (e.g, YAML fixtures if you don't have PyYAML installed), and fixtures that are empty (which can happen due to XML tag errors). Thanks to John Shaffer for the suggestion, and Keith Bussell for his work on the fix. vor 17 Jahren
big-fixture.json 9eaa05912c Fixed #7572 -- Force the closure of the database connection at the end of fixture loading as a workaround for MySQL bug #37735. Thanks to Simon Litchfield for his help in narrowing down this issue. vor 16 Jahren
empty.json 7e03244f03 Added new fixture file accidentally left out of [9357]. vor 16 Jahren
forward_ref_lookup.json 35cc439228 Fixed #7052 -- Added support for natural keys in serialization. vor 15 Jahren
model-inheritance.json b0bc8b9dfd Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata. vor 16 Jahren
non_natural_1.json 35cc439228 Fixed #7052 -- Added support for natural keys in serialization. vor 15 Jahren
non_natural_2.xml 35cc439228 Fixed #7052 -- Added support for natural keys in serialization. vor 15 Jahren
pretty.xml 3fef1f4c8d Fixed #4558 -- Modified XML serializer to handle whitespace better around None tags. Thanks to Bill Fenner <fenner@gmail.com> for the report and fix. vor 17 Jahren
sequence.json 096a9ecc5c Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typing of deserialized data before saving. Underlying problem is analogous to #8298, fixed in [8515]. Thanks to David Larlet <larlet@gmail.com> for the report and fix. vor 16 Jahren