squ1b3r / Djaneiro

Django support for Sublime Text 2/3
MIT License
855 stars 131 forks source link

Change search_fields attribute snippet code from list to tuple #99

Closed mazulo closed 8 years ago

squ1b3r commented 8 years ago

Thanks.

mazulo commented 8 years ago

It's my pleasure. Tuple rocks! Hahaha

squ1b3r commented 8 years ago

Heh, depends. Also keep in mind that Django recently started changing many of such variables to be lists by default, so we might end up changing it all back one day :)

mazulo commented 8 years ago

Hum, interesting. I'll keep an eye about that