Ross Lawley
|
071562d755
|
Fixed issue with dynamic documents deltas
Closes #377
|
2011-12-02 00:11:25 -08:00 |
|
Ross Lawley
|
9188f9bf62
|
Added custom cascade kwarg options
Allows the user to overwrite any default kwargs
Closes #295
|
2011-11-30 08:54:33 -08:00 |
|
Ross Lawley
|
0187a0e113
|
Handle updating and getting None values
Fixes updating a field to None, so it works in a similar
fashion as unsetting it via save()
Updated to handle null data from the database
Fixes #362
|
2011-11-30 08:12:44 -08:00 |
|
Ross Lawley
|
beacfae400
|
Removed use of _get_subclasses favouring get_document
_get_subclasses not actually required and causes issues
where Base Classes aren't imported but dont actually
need to be.
Fixes #271
|
2011-11-30 07:55:33 -08:00 |
|
Ross Lawley
|
fdc385ea33
|
Allow dynamic data to be deleted
Fixes #374
|
2011-11-30 03:06:46 -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
|
fbe8b28b2e
|
Merge branch 'bug/318' into dev
Conflicts:
AUTHORS
|
2011-11-29 03:46:11 -08:00 |
|
Ross Lawley
|
a8d91a56bf
|
Fixes circular list references
The depth deduciton for _fields was over zealous
now max_depth is honoured/
Fixes #373
|
2011-11-29 03:43:49 -08:00 |
|
Ross Lawley
|
8d7291506e
|
Updated Authors
|
2011-11-29 01:44:23 -08:00 |
|
Ross Lawley
|
63c5a4dd65
|
Fixes saving document schemas that have changed
Ensures that form defaults which are documents are
automatically marked as changed, so schemas can evolve
without migration issues.
[#360]
|
2011-11-22 07:34:08 -08:00 |
|
Adam Parrish
|
34646a414c
|
Fixes bug using positional operator to update embedded documents.
append_field wasn't getting reset to True in the loop, so fields wouldn't
get appended to clean_fields after str was encountered
[#354]
|
2011-11-11 01:10:00 -08:00 |
|
Ross Lawley
|
4e44198bbd
|
Clean up of choices code and added tests
[#284] [#314]
|
2011-11-04 01:45:44 -07:00 |
|
Ross Lawley
|
ecdf2ae5c7
|
Updated docs and Authors
|
2011-11-01 01:20:47 -07:00 |
|
Ross Lawley
|
76d771d20f
|
Merge branch 'master' into dev
Conflicts:
AUTHORS
docs/changelog.rst
mongoengine/base.py
|
2011-10-12 00:35:01 -07:00 |
|
Ross Lawley
|
452bbcc19b
|
Ported fix for Circular Reference bug to Master
Ready for a 0.5.2 release
|
2011-10-12 00:30:12 -07:00 |
|
Ross Lawley
|
269e6e29d6
|
Updated Authors
|
2011-10-12 00:18:12 -07:00 |
|
Ross Lawley
|
268908b3b2
|
Improvements to .get() efficiency
Closes #307 and #290
|
2011-10-08 08:06:23 -07:00 |
|
Ross Lawley
|
60b6ad3fcf
|
Added test for listfield fix
Added Pau Aliagas to authors
[closes #299]
|
2011-10-03 05:30:23 -07:00 |
|
Ross Lawley
|
1a2c74391c
|
Added grubberr to AUTHORS
[Refs #296]
|
2011-10-03 05:18:25 -07:00 |
|
Ross Lawley
|
91a0e499d9
|
Updated changelog and authors
Refs #263
|
2011-08-17 21:48:41 +01:00 |
|
Ross Lawley
|
8bdb42827c
|
Updated AUTHORS
Thanks to all those that have contributed to MongoEngine
|
2011-08-16 11:33:41 +01:00 |
|
Ross Lawley
|
3f301f6b0f
|
Finishing touches to where implementation - thanks to dcrosta
Refs #242
|
2011-08-16 10:32:21 +01:00 |
|
Ross Lawley
|
5834fa840c
|
Tweaked SequenceField so that it doesn't increment on creation.
[refs #238]
|
2011-07-19 16:51:26 +01:00 |
|
Ross Lawley
|
7312db5c25
|
Updated docs / authors.
Thanks @jorgebastida for the awesome query_counter test context manager.
|
2011-06-06 11:07:27 +01:00 |
|
Steve Challis
|
5580b003b5
|
Added self to AUTHORS
|
2010-10-18 01:30:32 +01:00 |
|
Harry Marr
|
5390117275
|
Modified AUTHORS
|
2010-03-08 21:58:19 +00:00 |
|
blackbrrr
|
3b6d8fab47
|
added AUTHORS file
|
2010-03-01 12:26:03 -06:00 |
|