Re: Django 2.0 Python version support (Python 3.6+ only?)

2017-01-08 Thread Cheng Chi
+1 on type hinting. PyCharm always gives me 20+ options when I want to jump to the definition of modelInstance.save() method (or any other method with a common name like save), which makes me really miss static type languages... As the framework for perfectionists with deadlines, I think type h

Re: Autocomplete in Django 1.11: Widget in Forms Library?

2016-09-20 Thread Cheng Chi
What about dynamic content datalist instead of complex autocomplete UI by JS libraries? We can use just jQuery or vanilla JS to make some AJAX requests and change datalist on the go. On Tuesday, September 20, 2016 at 9:30:33 PM U

Re: Google Summer of Code Updates - Class based indexes

2016-08-21 Thread Cheng Chi
Great work, akki! I think you should add it to 1.11 Changelog as major new feature, and add yourself to authors list as well. On Sunday, August 21, 2016 at 10:50:35 PM UTC+10, akki

Re: 1.9 release planning

2015-04-05 Thread Cheng Chi
If 5 versions between LTS are too many, what about change LTS interval to 2 years instead 3 years, like Ubuntu, so there are only 3 versions between two LTS versions. Benefits: - Easier to stick with one LTS instead of catching edge as you are only 1 or 2 versions behind in most time. (If you

Re: GSOC 2015 project ideas suggestion

2015-02-22 Thread Cheng Chi
What about a built-in models.BitField ? Or a generic tagging function giving related items recommended by TF-IDF ? On Monday, February 23, 2015 at 4:01:11 AM UTC+11, Asif Saifuddin wrote: > > Seems my previous idea

Next LTS version after 1.4?

2014-08-24 Thread Cheng Chi
Hi, We're planning our next iteration of server project. I'd like to know which version will become next LTS version after 1.4? BTW. we plan to use Python 3.4 ;) Chi -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from th

Re: Add support for get_or_none?

2014-03-25 Thread Cheng Chi
What about name it fetch()? On Friday, March 14, 2014 3:45:31 AM UTC+11, Cal Leeming [Simplicity Media Ltd] wrote: > > Seems this issue was brought up several years ago, though the thread was > later hijacked for other functionality and get_or_none fizzled out. > https://groups.google.com/forum/