Customized project/app templates for startproject/startapp

2011-02-27 Thread j00bar
Way back yesteryear, it was suggested in #3999 that startproject/ startapp support the ability to use templates other than the defaults. I proposed a patch in #15515 that is fully backward compatible and departs pretty minimally from existing code, but it was (rightly) marked as a dupe of 3999 (and

Re: "needsinfo": resolution vs. triage stage

2011-02-27 Thread Gabriel Hurley
Thanks for the input. The consensus is clear. #14702 is now closed! (as fixed) I wanted to close it as "needsinfo" just for the humor of it, but oh well. Enjoy the new resolution (and accompanying docs)! - Gabriel -- You received this message because you are subscribed to the Google Group

Re: Control json serialization

2011-02-27 Thread Dave Dash
Sasha, At Mozilla we've found it incredibly useful to have a lot of control on JSON serialization strictly for testing: https://github.com/davedash/django-fixture-magic Take note of the fact that this is python, and Django doesn't need to support all your desires, you can simply write your own a