This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-10 17:32:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
fixtures_regress
/
fixtures
History
Preston Holmes
e7723683dc
Fixed
#9279
-- Added ignorenonexistent option to loaddata
...
Thanks to Roman Gladkov for the initial patch and Simon Charette for review.
2012-09-30 23:40:27 -07:00
..
absolute.json
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.
2008-02-22 12:50:10 +00:00
animal.xml
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.
2009-01-03 04:43:58 +00:00
bad_fixture1.unkn
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.
2008-06-08 08:21:18 +00:00
bad_fixture2.xml
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.
2008-06-08 08:21:18 +00:00
big-fixture.json
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.
2008-06-30 12:18:29 +00:00
empty.json
Added new fixture file accidentally left out of [9357].
2008-11-06 11:21:06 +00:00
forward_ref_bad_data.json
Added fixtures files missing from [16590].
2011-08-08 17:08:35 +00:00
forward_ref_lookup.json
Fixed
#16317
-- Fixed dumpdata for self-referencing models and natural keys
2012-06-24 19:54:56 +02:00
forward_ref.json
Added fixtures files missing from [16590].
2011-08-08 17:08:35 +00:00
model-inheritance.json
Fixed
#7565
-- Fixed a problem with PostgreSQL sequence resetting in loaddata.
2008-06-30 00:38:14 +00:00
nk-inheritance2.xml
Fixed
#13030
-- Corrected natural key deserialization to subclasses. Thanks to yishaibeeri for the report and test case.
2010-03-18 15:22:15 +00:00
nk-inheritance.json
Fixed
#13030
-- Corrected natural key deserialization to subclasses. Thanks to yishaibeeri for the report and test case.
2010-03-18 15:22:15 +00:00
non_natural_1.json
Fixed
#7052
-- Added support for natural keys in serialization.
2009-12-14 12:39:20 +00:00
non_natural_2.xml
Fixed
#7052
-- Added support for natural keys in serialization.
2009-12-14 12:39:20 +00:00
pretty.xml
…
sequence_extra.json
Fixed
#9279
-- Added ignorenonexistent option to loaddata
2012-09-30 23:40:27 -07:00
sequence.json
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.
2009-01-03 04:43:58 +00:00
thingy.json
Fixed
#11101
: Rewrote the sequence reset SQL for Oracle to prevent it from performing an implicit commit that caused all fixtures to be automatically committed, causing a large number of test failures.
2010-11-12 01:44:22 +00:00