#10664: non-serializing fixtures
---------------------------------------------+------------------------------
Reporter: lsaffre | Owner: nobody
Status: new | Milestone:
Component: django-admin.py | Version: 1.0
Resolution: | Keywords: fixtures
Stage: Design decision needed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Comment (by kegan):
+1 for this feature.
Extremely useful when preparing fixtures for tests. During development,
it's common to tweak your models. Non-serializing fixtures would allow
preparation for test fixtures much easier, faster, and cleaner.
The real use case for me (which I am facing now), is non-serializing
fixtures would execute model custom save(), which ensure the model
instance's states are intact. Otherwise, I would have to create a lot of
corresponding "data", that would have been created in model custom save().
--
Ticket URL: <http://code.djangoproject.com/ticket/10664#comment:2>
Django <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
-~----------~----~----~----~------~----~------~--~---