Fellow Reports - June 2018

2018-06-12 Thread Tim Graham
Week ending June 9, 2018 Triaged --- https://code.djangoproject.com/ticket/29472 - Natural key not serializing for primary_key OneToOneField (duplicate) https://code.djangoproject.com/ticket/29473 - Postgres JSONField escaping to infinity on each save (needsinfo)

Re: Cython usage within Django

2018-06-12 Thread ijazz jazz
Cython is a superset of Python that lets you significantly improve the speed .The easiest way to use Cython is to use the special pyximport feature. You need to put the code to cythonize in its own module, write one line Python