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 |
|
Ross Lawley
|
2435786713
|
Merge branch 'master' of https://github.com/shaunduncan/mongoengine
|
2012-06-18 20:55:32 +01:00 |
|
Ross Lawley
|
89a6eee6af
|
Fixes cascading saves with filefields
fixes #24 #25
|
2012-06-18 16:45:14 +01:00 |
|
Harry Marr
|
5bb63f645b
|
Fix minor typo w/ FloatField
|
2012-06-08 19:24:10 +02:00 |
|
Meir Kriheli
|
a856c7cc37
|
Fix formatting of the docstring
|
2012-06-07 12:36:14 +03:00 |
|
Meir Kriheli
|
26db9d8a9d
|
Documentation for PULL reverse_delete_rule
|
2012-06-07 12:32:02 +03:00 |
|
Ross Lawley
|
8840680303
|
Promoted BaseDynamicField to DynamicField
closes mongoengine/mongoengine#22
|
2012-05-17 21:54:17 +01:00 |
|
Ross Lawley
|
97114b5948
|
Fix for FileField losing ref without default
fixes hmarr/mongoengine#458
|
2012-05-09 20:50:11 +01:00 |
|
Ross Lawley
|
0479bea40b
|
Cleaned up GridFS
refs hmarr/mongoengine#465
|
2012-05-09 15:35:28 +01:00 |
|
Ross Lawley
|
bbefd0fdf9
|
Added example of bi directional delete rules + test
refs mongoengine/mongoengine#15
|
2012-05-09 13:54:33 +01:00 |
|
Ross Lawley
|
2aa8b04c21
|
Implemented Choices for GenericReferenceFields
Refs mongoengine/mongoengine#13
|
2012-05-09 13:21:53 +01:00 |
|
Ross Lawley
|
aeebdfec51
|
Implemented Choices for GenericEmbeddedDocuments
Refs mongoengine/mongoengine#13
|
2012-05-09 12:58:45 +01:00 |
|
Wilson Júnior
|
3360b72531
|
Small fixes for GenericReferenceField
|
2012-05-04 14:58:06 -03:00 |
|