#4924: Loading of compressed fixtures
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: new | Component: Serialization
Version: SVN | Resolution:
Keywords: compression, fixtures | Stage: Ready for checkin
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------------+-------------------------------------
Comment (by Lars Yencken <[EMAIL PROTECTED]>):
I noticed a few small problems, and updated the patch to fix them. The
problems were:
- It still checked for all the different compression types, even if a
unique filename was specified. So fixture5.json.bz2 and fixture5.json
would clash, even if you specifically asked for fixture5.json.bz2.
- The test case omitted checking for data which gets loaded from the
initial_data fixture.
- The coding style used alternatingCaps for names, instead of
using_underscores.
Have a look at the new one, which should be better.
Thanks,
Lars
--
Ticket URL: <http://code.djangoproject.com/ticket/4924#comment:5>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---