Ross Lawley
|
07f3e5356d
|
Updated changelog / AUTHORS
refs: hmarr/mongoengine#522
|
2012-06-23 21:46:31 +01:00 |
|
Ross Lawley
|
1ece62f960
|
Merge branch 'unicode-fix' of https://github.com/aparajita/mongoengine
|
2012-06-23 21:43:09 +01:00 |
|
Ross Lawley
|
056c604dc3
|
Fixes __repr__ modifying the cursor
Fixes MongoEngine/mongoengine#30
|
2012-06-22 16:22:27 +01: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 |
|
Tristan Escalada
|
614b590551
|
documentation typo: inheritence
inheritence corrected to inheritance
only in the documentation, not in the code
|
2012-06-19 17:08:28 -03:00 |
|
Ross Lawley
|
6d90ce250a
|
Version bump
v0.6.12
|
2012-06-19 17:01:28 +01:00 |
|
Ross Lawley
|
ea31846a19
|
Fixes scalar lookups for primary_key
fixes hmarr/mongoengine#519
|
2012-06-19 16:59:18 +01:00 |
|
Ross Lawley
|
e6317776c1
|
Fixes DBRef handling in _delta
refs: hmarr/mongoengine#518
|
2012-06-19 16:45:23 +01:00 |
|
Ross Lawley
|
efeaba39a4
|
Version bump
v.0.6.11
|
2012-06-19 14:34:16 +01:00 |
|
Ross Lawley
|
1a97dfd479
|
Better fix for .save() _delta issue with DbRefs
refs: hmarr/mongoengine#518
|
2012-06-19 14:05:53 +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
|
581605e0e2
|
Added test case for _delta
refs: hmarr/mongoengine#518
|
2012-06-19 10:08:56 +01:00 |
|
Ross Lawley
|
45d3a7f6ff
|
Updated Changelog
|
2012-06-19 09:49:55 +01:00 |
|
Ross Lawley
|
7ca2ea0766
|
Fixes .save _delta issue with DBRefs
Fixes hmarr/mongoengine#518
|
2012-06-19 09:49:22 +01:00 |
|
Ross Lawley
|
89220c142b
|
Fixed django test class
refs hmarr/mongoengine#506
|
2012-06-18 21:18:40 +01:00 |
|
Ross Lawley
|
c73ce3d220
|
Updated changelog / AUTHORS
refs hmarr/mongoengine#511
|
2012-06-18 21:13:55 +01:00 |
|
Ross Lawley
|
b0f127af4e
|
Merge branch 'master' of https://github.com/andreyfedoseev/mongoengine
|
2012-06-18 21:12:52 +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
|
bd41c6eea4
|
Updated changelog & AUTHORS
refs hmarr/mongoengine#517
|
2012-06-18 21:04:41 +01:00 |
|
Ross Lawley
|
2435786713
|
Merge branch 'master' of https://github.com/shaunduncan/mongoengine
|
2012-06-18 20:55:32 +01:00 |
|
Ross Lawley
|
9e7ea64bd2
|
Fixed db_field load error
Fixes mongoengine/MongoEngine#45
|
2012-06-18 20:49:33 +01:00 |
|
Ross Lawley
|
89a6eee6af
|
Fixes cascading saves with filefields
fixes #24 #25
|
2012-06-18 16:45:14 +01:00 |
|
Shaun Duncan
|
2ec1476e50
|
Adding test case for self-referencing documents with cascade deletes
|
2012-06-16 11:05:23 -04:00 |
|
Shaun Duncan
|
2d9b581f34
|
Adding check if cascade delete is self-referencing. If so, prevent
recursing if there are no objects to evaluate
|
2012-06-15 15:42:19 -04: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 |
|
Meir Kriheli
|
8060179f6d
|
Implement PULL reverse_delete_rule
|
2012-06-07 12:16:00 +03:00 |
|
Meir Kriheli
|
77ebd87fed
|
Test PULL reverse_delete_rule
|
2012-06-07 12:02:19 +03:00 |
|
Valentin Gorbunov
|
e4bc92235d
|
test_save_max_recursion_not_hit_with_file_field added
|
2012-06-06 15:48:16 +04:00 |
|
Ross Lawley
|
27a4d83ce8
|
Remove comment - it was wrong
|
2012-05-29 17:32:41 +01:00 |
|
Ross Lawley
|
ece9b902f8
|
Setup.py cleanups
|
2012-05-29 17:32:14 +01:00 |
|
Ross Lawley
|
65a2f8a68b
|
Updated configs
|
2012-05-29 17:06:03 +01:00 |
|
Ross Lawley
|
9c212306b8
|
Updated setup / added datetime test
|
2012-05-29 16:24:25 +01:00 |
|
Ross Lawley
|
1fdc7ce6bb
|
Releasing Version 0.6.10
v0.6.10
|
2012-05-23 08:58:43 +01:00 |
|
Andrey Fedoseev
|
0b22c140c5
|
Add sensible __eq__ method to EmbeddedDocument
|
2012-05-22 22:31:59 +06:00 |
|
Ross Lawley
|
944aa45459
|
Updated changelog
|
2012-05-21 15:21:45 +01:00 |
|
Ross Lawley
|
c9842ba13a
|
Fix base classes to return
fixes hmarr/mongoengine#507
|
2012-05-21 15:20:46 +01:00 |
|
Ross Lawley
|
8840680303
|
Promoted BaseDynamicField to DynamicField
closes mongoengine/mongoengine#22
|
2012-05-17 21:54:17 +01:00 |
|
Ross Lawley
|
376b9b1316
|
updated the readme
|
2012-05-17 21:14:25 +01:00 |
|
Ross Lawley
|
54bb1cb3d9
|
Updated travis settings and Readme
|
2012-05-17 16:59:50 +01:00 |
|
Ross Lawley
|
43468b474e
|
Adding travis support
|
2012-05-17 16:49:13 +01:00 |
|
Ross Lawley
|
28a957c684
|
Version bump
|
2012-05-14 12:43:00 +01:00 |
|
Ross Lawley
|
ec5ddbf391
|
Fixed sparse indexes with inheritance
fixes hmarr/mongoengine#497
|
2012-05-14 12:06:25 +01:00 |
|
Ross Lawley
|
bab186e195
|
Reverted document.delete auto gridfs delete
|
2012-05-14 12:02:07 +01:00 |
|
Ross Lawley
|
bc7e874476
|
Version 0.6.8
v0.6.8
|
2012-05-09 20:53:18 +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
|
45e015d71d
|
Added test for keys with spaces
|
2012-05-09 20:49:34 +01:00 |
|
Ross Lawley
|
0ff6531953
|
Updated changelog
|
2012-05-09 15:39:34 +01:00 |
|