You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially published on the [mongoengine-users](https://groups.google.com/d/topic/mongoengine-users/Or_LkpB5WYQ/discussion) usergroup.
9
+
10
+
### 0.7
11
+
12
+
- Performance - Dirty data tracking
13
+
- Allow inheritance default to off
14
+
- Chainable QuerySet slice
15
+
- Serialization / deserialization
16
+
- Raw method for pyMongo
17
+
18
+
See [github](https://github.com/hmarr/mongoengine/issues?milestone=4&state=open) for all the issues assigned to the 0.7 (not all will make it).
19
+
20
+
### 0.8
21
+
22
+
- Performance - Configurable lazy references
23
+
- Transparent pymongo connections - lazy ones at that :)
24
+
- Bug fixes
25
+
- Code quality
26
+
27
+
### 0.9
28
+
29
+
- Python 3 support
30
+
- Test refactor
31
+
- Polish and clean
32
+
- Website
33
+
34
+
### 1.0 - Party! :)
35
+
36
+
Anything missing or you would like in - let me know!
37
+
38
+
## MongoEngine framework support
39
+
40
+
MongoEngine is used with various different frameworks and there are numerous projects out there for integration in varying states of completeness. I would like to bring framework support into the project - so that we can provide similar levels of functionality to whichever framework you are using.
41
+
42
+
At the weekend I did a quick review and found:
43
+
44
+
* Django has 6 projects on Github providing Forms, Views, Admin and debug toolbar support.
45
+
* Flask has 2 projects providing Generic Views, Forms and Debug toolbar support
46
+
* Pyramid has a project providing project scaffolding.
47
+
* Bottle has a project / example for integration
48
+
49
+
I will need help from the community with this and I will be reaching out to people who have already published code on github. If you are interested let me know!
50
+
51
+
To help with this I have added a new organisation in Github: http://github.com/mongoengine - this will host the code going forward (don't worry any changes to the core will be pushed upstream to http://github.com/hmarr/mongoengine/) I'm hoping that all the new framework libraries will be hosted under this organisation so that they are easy to find and cross repository issues can be tracked.
52
+
53
+
I'm really excited about pushing towards getting MongoEngine to 1.0 and with your help we'll get there soon, I would also love some feedback - anything you think MongoEngine could do better / shouldn't be doing let me know!
0 commit comments