Skip to content

Commit c0dcc66

Browse files
author
Mark Unsworth
committed
removed distinguishes_insert_from_update flag in DatabaseFeatures (wrong pull request). pip install from tarballs
1 parent 5edbaef commit c0dcc66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ matrix:
2121
- env: DJANGO_VERSION=1.4
2222

2323
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
2727
- python setup.py install
2828

2929
script: cd tests && python runtests.py

django_mongodb_engine/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
class DatabaseFeatures(NonrelDatabaseFeatures):
3939
supports_microsecond_precision = False
4040
supports_long_model_names = False
41-
distinguishes_insert_from_update = True
41+
#distinguishes_insert_from_update = True
4242

4343

4444
class DatabaseOperations(NonrelDatabaseOperations):

0 commit comments

Comments
 (0)