Updates
This commit is contained in:
parent
3fc5dc8523
commit
bafdf0381a
@ -12,6 +12,12 @@ env:
|
|||||||
- PYMONGO=2.5 DJANGO=1.5.1
|
- PYMONGO=2.5 DJANGO=1.5.1
|
||||||
- PYMONGO=2.5 DJANGO=1.4.2
|
- PYMONGO=2.5 DJANGO=1.4.2
|
||||||
- PYMONGO=2.4.2 DJANGO=1.4.2
|
- PYMONGO=2.4.2 DJANGO=1.4.2
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- python: "2.6"
|
||||||
|
env: PYMONGO=dev DJANGO=1.5.1
|
||||||
|
- python: "2.6"
|
||||||
|
env: PYMONGO=2.5 DJANGO=1.5.1
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cp /usr/lib/*/libz.so $VIRTUAL_ENV/lib/; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cp /usr/lib/*/libz.so $VIRTUAL_ENV/lib/; fi
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install pil --use-mirrors ; true; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install pil --use-mirrors ; true; fi
|
||||||
|
@ -15,6 +15,11 @@ possible for the whole of the release.
|
|||||||
live. There maybe multiple manual steps in migrating and these are best honed
|
live. There maybe multiple manual steps in migrating and these are best honed
|
||||||
on a staging / test system.
|
on a staging / test system.
|
||||||
|
|
||||||
|
Python
|
||||||
|
=======
|
||||||
|
|
||||||
|
Support for python 2.5 has been dropped.
|
||||||
|
|
||||||
Data Model
|
Data Model
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user