Re: When to use single quotes and double quotes

2013-10-27 Thread Zach Borboa
I believe we should prefer one over the other. That being said, legibility, consistency, and context should be taken into account. Should our documentation examples prefer one rather over the other? > > Daniele > > -- You received this message because you are subscribed to the Google Groups

Re: When to use single quotes and double quotes

2013-10-27 Thread Daniele Procida
On Sun, Oct 27, 2013, Zach Borboa wrote: >I'm seeing a mix of both singly- and doubly-quoted strings in django source. >Other than docstrings wrapped in triple-double-quotes, when is it >appropriate >to use double quotes instead single quotes? As far as I understand it doesn't make any differen

When to use single quotes and double quotes

2013-10-27 Thread Zach Borboa
I'm seeing a mix of both singly- and doubly-quoted strings in django source. Other than docstrings wrapped in triple-double-quotes, when is it appropriate to use double quotes instead single quotes? -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: Feature Request: Bulk Insert on Fixtures (loaddata)

2013-10-27 Thread Florian Apolloner
Patches welcome I'd say, the only issue I see is that we loose the ability to provide good information which object caused the bulk_create to fail; any ideas on that? Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To uns