Ross Lawley
3b3738b36b
0.7.9
2012-12-10 15:16:31 +00:00
Ross Lawley
d7fd6a4628
Merge branch 'ref_field_to_mongo_bug' of https://github.com/yakxxx/mongoengine
...
Conflicts:
AUTHORS
2012-12-10 09:20:20 +00:00
Ross Lawley
9236f365fa
Fix sequence fields in embedded documents ( MongoEngine/mongoengine#166 )
2012-12-10 09:11:31 +00:00
Ross Lawley
155d79ff4d
Merge branch 'master' of https://github.com/shaunduncan/mongoengine
2012-12-10 08:22:25 +00:00
Shaun Duncan
376d1c97ab
EmailField should honor StringField validation as well
2012-12-04 13:08:49 -05:00
yak
787fc1cd8b
bug fix for RefferenceField.to_mongo when dbref=False
2012-11-13 13:02:07 +01:00
Ross Lawley
99fe1da345
Add value_decorator into SequenceField
...
Allows post processing of the calculated counter value.
2012-11-07 13:20:34 +00:00
Ross Lawley
1986e82783
Added clean method to documents for pre validation data cleaning ( MongoEngine/mongoengine#60 )
2012-11-07 12:12:28 +00:00
Ross Lawley
7d90aa76ff
Add _instance to Embedded Documents
...
Fixes MongoEngine/mongoengine#139
2012-11-06 16:04:23 +00:00
Ross Lawley
3d5b6ae332
Inheritance is off by default ( MongoEngine/mongoengine#122 )
2012-10-22 19:29:26 +00:00
Ross Lawley
6f29d12386
Changed the inheritance model to remove types
...
The inheritance model has changed, we no longer need to store an array of
`types` with the model we can just use the classname in `_cls`.
See the upgrade docs for information on how to upgrade
MongoEngine/mongoengine#148
2012-10-15 13:48:02 +00:00
Ross Lawley
e6d796832e
Unicode fix reverted but can have custom validator
...
MongoEngine/mongoengine#136
2012-10-01 14:48:53 +00:00
Ross Lawley
7a877a00d5
Updated URLField
...
handle unicode and custom validator (MongoEngine/mongoengine#136 )
2012-10-01 13:59:15 +00:00
Ross Lawley
3090adac04
Fixed objectId for DBRef
2012-09-24 11:37:54 +00:00
Ross Lawley
ab4d4e6230
Fix ReferenceField dbref = False
2012-09-18 21:37:45 +00:00
Ross Lawley
864053615b
Updated docs
2012-09-14 10:18:44 +00:00
Ross Lawley
87792e1921
Test checking can save if not included
...
ref: MongoEngine/mongoengine#70
2012-08-24 11:45:04 +01:00
Ross Lawley
0bf2ad5b67
Use pk in ReferenceField fixes MongoEngine/mongoengine#85
2012-08-24 09:30:08 +01:00
Sergey
7e64bb2503
Update mongoengine/fields.py
...
mistake
2012-08-23 14:32:27 +04:00
Sergey
86a78402c3
Update mongoengine/fields.py
2012-08-23 14:29:29 +04:00
Ross Lawley
4ffa8d0124
Updated ReferenceField's to optionally store ObjectId strings.
...
This will become the default in 0.8 (MongoEngine/mongoengine#89 )
2012-08-23 11:02:38 +01:00
Ross Lawley
bb1b9bc1d3
Fixing api docs
2012-08-21 17:49:12 +01:00
mikolaj
676a7bf712
Image resize fails when Froce flag is set
2012-08-18 17:27:22 +01:00
Ross Lawley
90fa0f6c4a
Add flexibility for fields handling bad data ( MongoEngine/mongoengine#78 )
2012-08-17 16:02:33 +01:00
Ross Lawley
19da228855
Cleaned up the metaclasses for documents
...
Refactored and clarified intent and
tidied up
2012-08-17 11:53:46 +01:00
Ross Lawley
dd4af2df81
Python 2.5 and 3.1 support confirmed
2012-08-07 13:07:51 +01:00
Ross Lawley
44bd8cb85b
Merge branch 'master' of https://github.com/LaineHerron/mongoengine into 0.7
2012-08-07 10:45:01 +01:00
Ross Lawley
52d80ac23c
Merge branch 'master' into 0.7
...
Conflicts:
mongoengine/base.py
2012-08-07 10:41:49 +01:00
Ross Lawley
f99b7a811b
Fixed error in Binary Field
2012-08-07 08:53:58 +01:00
Laine
ed74477150
made compatable with python 2.5
2012-08-03 15:04:59 -07:00
Ross Lawley
c1619d2a62
Fixed image_field attributes regression
2012-08-02 08:47:38 +01:00
Laine
91aa90ad4a
Added Python 3 support to MongoEngine
2012-08-01 17:21:48 -07:00
Ross Lawley
4b3cea9e78
Added Binary support to UUID ( MongoEngine/mongoengine#47 )
2012-08-01 16:03:33 +01:00
Ross Lawley
7a230f1693
Merge branch 'master' of github.com:MongoEngine/mongoengine
2012-08-01 14:58:06 +01:00
Ross Lawley
a43d0d4612
Fixed BinaryField python value issue ( MongoEngine/mongoengine#48 )
2012-08-01 14:57:46 +01:00
Ross Lawley
78a40a0c70
Merge pull request #41 from wpjunior/patch-13
...
Small fix in SequenceField
2012-08-01 06:26:58 -07:00
Ross Lawley
8df81571fc
Fixed FileField comparision
...
Refs hmarr/mongoengine#547
2012-08-01 13:28:28 +01:00
Ross Lawley
48f988acd7
Merge pull request #44 from faulkner/fix-notes
...
Proper syntax for RST notes (so they actually render).
2012-07-26 08:17:45 -07:00
Ross Lawley
cbb9235dc5
Merge branch 'master' of github.com:hmarr/mongoengine
2012-07-25 15:12:34 +01:00
Chris Faulkner
1304f2721f
Proper syntax for RST notes (so they actually render).
2012-07-24 14:06:43 -07:00
Wilson Júnior
8bde0c0e53
Small fix in SequenceField
2012-07-23 12:31:47 -03:00
Ross Lawley
598ffd3e5c
Fixed documentation
2012-07-23 15:32:02 +01:00
Max Countryman
601f0eb168
Correcting typo in DynamicField docstring
2012-07-20 19:12:43 -07:00
Ross Lawley
420c6f2d1e
Merge branch 'patch-10' of https://github.com/wpjunior/mongoengine
2012-07-11 16:33:16 +01:00
Ross Lawley
450dc11a68
Unicode fixes
...
refs hmarr/mongoengine#533 MongoEngine/mongoengine#32
2012-07-11 16:01:24 +01:00
Ross Lawley
1ce2f84ce5
Updated docs regarding fields
...
refs hmarr/mongoengine#535
2012-07-11 15:56:34 +01:00
Wilson Júnior
d305e71c27
Fixes for __ne operator in IntField and FloatField
2012-06-25 15:53:42 -03:00
Aparajita Fishman
2d08eec093
Fix conversion of StringField value to unicode, replace outdated (str, unicode) check with unicode
2012-06-21 18:57:14 -07:00
Ross Lawley
9fecf2b303
Fixed inconsistency handling None values field attrs
...
fixes hmarr/mongoengine#505
2012-06-19 11:22:12 +01:00
Ross Lawley
766d54795f
Merge branch 'master' of https://github.com/MeirKriheli/mongoengine
...
Conflicts:
docs/changelog.rst
2012-06-18 21:10:14 +01:00