Skip to content

Commit 0923ad9

Browse files
committed
Update descriptions
1 parent a5c03ca commit 0923ad9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Maybe there is better option for mongo support, take a look at https://nesdis.gi
1717
It's python3 only and i have not tried it yet, but looks promising.
1818

1919

20-
Working / Django 1.11
20+
Working / Django 2.0
2121
---------------------
2222

2323
* [ok] sessions
@@ -26,7 +26,7 @@ Working / Django 1.11
2626
* [ok] auth
2727
* [?] admin - partially working, some things broken
2828

29-
Current status, let's call it version 0.2.1, still far away from public release
29+
Current status
3030
-------------------------------------------------------------------------------
3131

3232
Many parts of projects rewritten/removed;

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
55
Django support for MongoDB using MongoEngine.
66
7+
This is work-in-progress. Some thing working, some don't. Fix what you need and make
8+
pull-request.
9+
710
Links
811
`````
912
1013
* `development version
11-
<https://github.com/MongoEngine/django-mongoengine/raw/master#egg=Django-MongoEngine-dev>`_
14+
<https://github.com/MongoEngine/django-mongoengine>`_
1215
1316
"""
1417
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)