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
Jona Andersen
c474ca0f13
Allow File-like objects to be stored.
...
No longer demands FileField be an actual instance of file, but instead
checks whether object has a 'read' attribute. Fixes read() on
GridFSProxy to return an empty string on read failure, or None if file
does not exist.
2012-04-22 13:49:18 +02:00
Wilson Júnior
bfae93e57e
small fixes for ReferenceField
2012-04-13 04:56:20 -03:00
Adam Parrish
520051af25
preparing values in a ListField won't mangle embedded documents any more
2012-03-21 11:03:49 -07:00
Ross Lawley
b7d0d8f0cc
Added warning to SortedListField
2012-03-05 11:20:22 +00:00
Ross Lawley
a59b518cf2
Updates to imports for future pymongo 2.2
2012-02-17 11:18:25 +00:00
Ross Lawley
6d9bfff19c
Started work on performance
...
Added an initial benchmark.py
Much more performant than 0.5.2 but still work todo.
2011-12-16 12:41:47 +00:00
Ross Lawley
8d2bc444bb
db_alias using in model, queryset, reference fields, derefrence.
2011-12-07 01:16:36 -08:00
Ross Lawley
84f9e44b6c
Fixed GridFS documents can now be pickled
...
Refs #135 #381
2011-12-05 04:16:57 -08:00
Ross Lawley
939bd2bb1f
Updated Documentation
2011-12-02 02:49:16 -08:00
Ross Lawley
6cef571bfb
Added Reverse option to SortedLists
...
Thanks Stephen Young for the patch
closes #364
2011-11-30 02:15:47 -08:00
Ross Lawley
208a467b24
Added dictfield check for Int keys
...
Fixes #371
2011-11-28 07:05:54 -08:00