Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated to django 1.10

+3 -3
+2 -2
requirements/base.txt
··· 1 - django==1.9.9 1 + django==1.10.2 2 2 django-environ==0.4.0 3 3 django-braces==1.8.1 4 4 django-floppyforms==1.6.2 ··· 11 11 sphinx-rtd-theme==0.1.9 12 12 sphinxcontrib-httpdomain==1.4.0 13 13 Pillow==3.2.0 14 - django-recurrence==1.3.0 14 + django-recurrence==1.4.0
+1 -1
upvcarshare/users/tests/test_api.py
··· 36 36 self.assertEqual(response.status_code, status.HTTP_200_OK) 37 37 user = User.objects.get(pk=self.user.pk) 38 38 self.assertEquals( 39 - "SRID=4326;POINT (-0.3767699999989403 39.4691399999970258)", 39 + "SRID=4326;POINT (-0.3767699999989403 39.46913999999703)", 40 40 six.text_type(user.get_default_position_wgs84()) 41 41 ) 42 42 self.assertEquals("foo", user.default_address)