1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Moved contrib.gis tests out of contrib.

This commit is contained in:
Tim Graham
2015-02-10 10:07:44 -05:00
parent 5ab327a389
commit ad0be620ae
99 changed files with 82 additions and 72 deletions

View File

@@ -0,0 +1,4 @@
POINT_X,POINT_Y,NUM
1.0,2.0,5
5.0,23.0,17
100.0,523.5,23
1 POINT_X POINT_Y NUM
2 1.0 2.0 5
3 5.0 23.0 17
4 100.0 523.5 23