1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/modeltests/fixtures
2007-09-15 05:32:29 +00:00
..
fixtures Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
__init__.py Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
models.py Fixed #4714 -- Modified serializers to handle None primary keys correctly. This slightly changes the output format for primary keys on JSON and YAML serializers (PKs will be output as 1, rather than "1". However, fixtures in the old format will still load ok. Thanks for the patch, pigletto. 2007-09-15 05:32:29 +00:00