Skip to content

Commit

Permalink
Merge pull request #2590 from bagerard/update_readme_supported_db_Ver…
Browse files Browse the repository at this point in the history
…sion

Update README with supported mongodb versions
  • Loading branch information
bagerard committed Nov 12, 2021
2 parents 18796d5 + 9f7e5f8 commit 0dd51a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ an `API reference <https://mongoengine-odm.readthedocs.io/apireference.html>`_.

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

Installation
============
Expand Down
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ help:
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"

install-deps:
-pip install -r requirements.txt

clean:
-rm -rf $(BUILDDIR)/*

Expand Down

0 comments on commit 0dd51a2

Please sign in to comment.