Fellow Report - February 18, 2017

2017-02-18 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/27830 - Use distutils.version.LooseVersion instead of custom version parsing (accepted) https://code.djangoproject.com/ticket/27832 - contenttypes migration not following the doc on hints naming (accepted) https://code.djangoproject.com/

Re: Google Summer of Code 2017

2017-02-18 Thread Tim Graham
Hi Vipin, I don't have any special guidance besides the advice I wrote in my initial post to this thread (and in the linked wiki page). Is it unclear? On Saturday, February 18, 2017 at 11:17:47 AM UTC-5, Vipin Chaudhary wrote: > > Hi Tim , > > I am Vipin , i opened 2 tickets few days back in Djan

Re: Extending Django models with Schevo

2017-02-18 Thread Tim Allen
Hi Etienne, like Tim G. said, you'll probably have better luck with the django-users mailing list. This group is for development discussion of core Django itself. You may also want to reconsider using Schevo; I remember hearing about it long ago, but it doesn't appear that is has been actively

Re: Google Summer of Code 2017

2017-02-18 Thread Vipin Chaudhary
Hi Tim , I am Vipin , i opened 2 tickets few days back in Django community and those were closed by you :P , BTW thanks for your early reaction on my tickets. I was asking that what should i do to get select in Django community in GSOC. I've been working on Django for past one and half year and

Re: How to get selected in Django in GSOC 2017 ?

2017-02-18 Thread Tim Graham
Hi, please see this thread for guidance: https://groups.google.com/d/topic/django-developers/8qvrKfZaP2o/discussion On Saturday, February 18, 2017 at 9:26:37 AM UTC-5, Vipin Chaudhary wrote: > > Hi all, > > > little intro, > > > I am Vipin Chaudhary , a CSE undergrad in IIIT Delhi, India. I am a

How to get selected in Django in GSOC 2017 ?

2017-02-18 Thread Vipin Chaudhary
Hi all, little intro, I am Vipin Chaudhary , a CSE undergrad in IIIT Delhi, India. I am a competitive programmer, Android developer, Web developer , IOS developer, CV enthusiast, Open Source Lover etc. I had done 6 internships so far in last one and half year of my Btech. I handled 3 inte

Re: Extending Django models with Schevo

2017-02-18 Thread Etienne Robillard
Hi Tim, I'm looking for technical comments about developing Django models classes using the Schevo DBMS. http://www.isotopesoftware.ca/documentation/libschevo/ I would like to use this like so: $ manage.py schevo test myapp $ manage.py schevo db-update myapp $ manage.py schevo shell The "

Django Box 2.0 Released (Vagrant virtual machine for testing Django)

2017-02-18 Thread Josh Smeaton
I've pushed an update to the django-box project (https://github.com/django/django-box) to bring the environment up to compatibility with Django 2.0. If you don't know what django-box is, it's a virtualbox virtual machine with a Vagrant file, providing all (most) dependencies required to run the