File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ matrix:
21
21
- env : DJANGO_VERSION=1.4
22
22
23
23
install :
24
- - pip install git+http ://github.com/django-nonrel/django@ nonrel-$DJANGO_VERSION
25
- - pip install git+http ://github.com/django-nonrel/django-dbindexer@ master
26
- - pip install git+http ://github.com/django-nonrel/djangotoolbox@ master
24
+ - pip install https ://github.com/django-nonrel/django/tarball/ nonrel-$DJANGO_VERSION
25
+ - pip install https ://github.com/django-nonrel/django-dbindexer/tarball/ master
26
+ - pip install https ://github.com/django-nonrel/djangotoolbox/tarball/ master
27
27
- python setup.py install
28
28
29
29
script : cd tests && python runtests.py
Original file line number Diff line number Diff line change 38
38
class DatabaseFeatures (NonrelDatabaseFeatures ):
39
39
supports_microsecond_precision = False
40
40
supports_long_model_names = False
41
- distinguishes_insert_from_update = True
41
+ # distinguishes_insert_from_update = True
42
42
43
43
44
44
class DatabaseOperations (NonrelDatabaseOperations ):
You can’t perform that action at this time.
0 commit comments