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
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
ab4d4e6230
Fix ReferenceField dbref = False
2012-09-18 21:37:45 +00:00
Ross Lawley
a0e3f382cd
Added testcase ref MongoEngine/mongoengine#92
2012-08-24 09:20:14 +01:00
Ross Lawley
8cb8aa392c
Updated tests
2012-08-23 17:08:23 +01: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
mikolaj
676a7bf712
Image resize fails when Froce flag is set
2012-08-18 17:27:22 +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
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
2420b5e937
Fixed MapField lookup for fields without declared lookups ( MongoEngine/mongoengine#46 )
2012-08-01 15:14:56 +01:00
Ross Lawley
a43d0d4612
Fixed BinaryField python value issue ( MongoEngine/mongoengine#48 )
2012-08-01 14:57:46 +01:00
Ross Lawley
8df81571fc
Fixed FileField comparision
...
Refs hmarr/mongoengine#547
2012-08-01 13:28:28 +01:00
Ross Lawley
5c912b930e
Removed tests testing MongoDB not mongoengine
2012-07-19 16:03:29 +01:00
Ross Lawley
1b17fb0ae7
Updated validation error messages
...
refs hmarr/mongoengine#539
2012-07-19 15:04:12 +01:00
Ross Lawley
d1d30a9280
Added test and updated changelog
...
refs hmarr/mongoengine#527
2012-07-11 16:34:28 +01: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
3d0d2f48ad
Fixed map_field embedded db_field bug
...
fixes hmarr/mongoengine#512
2012-06-19 10:57:43 +01:00
Ross Lawley
65a2f8a68b
Updated configs
2012-05-29 17:06:03 +01:00