Skip to content

Commit 0dd51a2

Browse files
authored
Merge pull request #2590 from bagerard/update_readme_supported_db_Version
Update README with supported mongodb versions
2 parents 18796d5 + 9f7e5f8 commit 0dd51a2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ an `API reference <https://mongoengine-odm.readthedocs.io/apireference.html>`_.
2525

2626
Supported MongoDB Versions
2727
==========================
28-
MongoEngine is currently tested against MongoDB v3.4, v3.6 and v4.0. Future versions
28+
MongoEngine is currently tested against MongoDB v3.6, v4.0, v4.2 and v4.4. Future versions
2929
should be supported as well, but aren't actively tested at the moment. Make
3030
sure to open an issue or submit a pull request if you experience any problems
31-
with MongoDB version > 4.0.
31+
with a more recent MongoDB versions.
3232

3333
Installation
3434
============

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ help:
2727
@echo " linkcheck to check all external links for integrity"
2828
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
2929

30+
install-deps:
31+
-pip install -r requirements.txt
32+
3033
clean:
3134
-rm -rf $(BUILDDIR)/*
3235

0 commit comments

Comments
 (0)