Commit Graph
76 Commits
Author SHA1 Message Date
Wilson Júnior 8485b12102 Merge pull request #821 from 3lnc/Document.switch_docstring_fix
Fixes #811. Fixes reflinks
2014-12-04 09:28:11 -02:00
Wilson Júnior d889cc3c5a Merge pull request #825 from idlead/fix/reverse_delete_rules_on_abstract_documents
Fix crash when applying deletion rules
2014-12-04 09:23:59 -02:00
Wilson Júnior 2b3bb81fae Refactoring: Simple is better than complex
Signed-off-by: Wilson Júnior <wilsonpjunior@gmail.com>
2014-11-29 23:48:58 -02:00
Wilson Júnior 74a89223c0 replaced text_score attribute to get_text_score method
Signed-off-by: Wilson Júnior <wilsonpjunior@gmail.com>
2014-11-29 23:09:26 -02:00
Wilson Júnior c4f7db6c04 Merge pull request #796 from aericson/fix_dynamic_document_reload
Fix KeyError on reload() from a DynamicDocument
2014-11-08 23:52:37 -02:00
Wilson Júnior fda672f806 Merge pull request #727 from DavidBord/fix-725
fix-#725: queryset delete() should return the number of deleted objects
2014-08-10 11:43:59 -03:00
Wilson Júnior 4814066c67 Merge pull request #709 from wpjunior/cached-reference-field
CachedReferenceField implementation
2014-08-03 21:38:06 -03:00
Wilson Junior f17f8b48c2 small fixes for python2.6 2014-08-03 18:59:50 -04:00
Wilson Júnior b4d6f6b947 added documentation about CachedReferenceField 2014-07-30 09:32:33 -03:00
Wilson Júnior e33a5bbef5 fixes for python2.6 2014-07-26 07:24:04 -03:00
Wilson Júnior 6c0112c2be refs #709, added support to disable auto_sync 2014-07-25 18:12:26 -03:00
Wilson Júnior 15bbf26b93 refs #709, fix typos 2014-07-25 08:48:24 -03:00
Wilson Júnior 87c97efce0 refs #709, added CachedReferenceField.sync_all to sync all documents on demand 2014-07-25 08:44:59 -03:00
Wilson Júnior 6c4aee1479 added CachedReferenceField restriction to use in EmbeddedDocument 2014-07-17 13:42:34 -03:00
Wilson Júnior 73549a9044 fixes for rebase branch 2014-07-17 09:41:06 -03:00
Wilson Júnior 30fdd3e184 Added initial CachedReferenceField 2014-07-16 10:32:43 -03:00
Wilson Júnior c97eb5d63f Added retry in apt-get operations for travis 2014-07-14 16:05:49 -03:00
Wilson Júnior 5729c7d5e7 Merge branch 'master' of https://github.com/MongoEngine/mongoengine 2014-07-14 16:00:26 -03:00
Wilson Júnior d77b13efcb Merge pull request #703 from wpjunior/aggregate-framework
Simple aggregation framework wrapper
2014-07-14 14:29:59 -03:00
Wilson Júnior c43faca7b9 refs #703, added changelog 2014-07-13 09:55:46 -03:00
Wilson Júnior 892ddd5724 added a wrapper to aggregate in Queryset.aggregate 2014-07-12 23:18:08 -03:00
Wilson Júnior a9de779f33 Merge pull request #701 from yograterol/master
Remove allow_failures from .travis.yml file
2014-07-08 14:21:39 -03:00
Wilson Júnior 7b4d9140af merge #700 2014-07-08 09:19:15 -03:00
Wilson Júnior c1fc87ff4e added entry in changelog 2014-07-08 09:16:01 -03:00
Wilson Júnior cd5ea5d4e0 testing a travis with mongodb 2.6 2014-07-08 08:49:03 -03:00
Wilson Júnior 30c01089f5 added ordering support for text queries 2014-07-08 08:38:41 -03:00
Wilson Júnior 89825a2b21 added skip to mongodb older 2014-07-07 23:45:44 -03:00
Wilson Júnior a743b75bb4 fixed a order in command 2014-07-07 21:02:13 -03:00
Wilson Júnior f7ebf8dedd Added support for text search and text_score. 2014-07-07 20:24:37 -03:00
Wilson Júnior 295ef3dc1d db_alias support and fixes for custom map/reduce output 2014-02-25 15:36:30 -03:00
Wilson Júnior daeecef59e Update fields.py
Typo in documentation for DecimalField
2013-07-10 10:59:41 -03:00
Wilson Júnior 592c654916 extending support for queryset.sum and queryset.average methods 2013-07-05 10:36:11 -03:00
Wilson Júnior bc92f78afb fixes for value_decorator 2013-05-16 13:12:49 -03:00
Wilson Júnior f7e22d2b8b fixes for get_next_value 2013-05-16 13:05:07 -03:00
Wilson Júnior 0b1e11ba1f added my github profile 2013-05-16 12:55:16 -03:00
Wilson Júnior 10e0b1daec Merge branch 'master' of https://github.com/MongoEngine/mongoengine 2013-05-16 12:50:47 -03:00
Wilson Júnior 731d8fc6be added get_next_value to SequenceField 2013-05-16 12:50:34 -03:00
Wilson Júnior 96a964a183 added .disable_inheritance method for the simple fetch exclusives classes 2013-05-09 13:18:58 -03:00
Wilson Júnior 8bde0c0e53 Small fix in SequenceField 2012-07-23 12:31:47 -03:00
Wilson Júnior a7a2fe0216 added more tests 2012-07-18 06:37:23 -03:00
Wilson Júnior d305e71c27 Fixes for __ne operator in IntField and FloatField 2012-06-25 15:53:42 -03:00
Wilson Júnior 3360b72531 Small fixes for GenericReferenceField 2012-05-04 14:58:06 -03:00
Wilson Júnior bfae93e57e small fixes for ReferenceField 2012-04-13 04:56:20 -03:00
Wilson Júnior d8855a4a0f fixes for None values in QuerySet.values_list 2012-01-05 13:35:32 -02:00
Wilson Júnior 0d867a108d mixin inheritance 2011-12-19 11:31:42 -02:00
Wilson Júnior 5ee4b4a5ac added count/len for ListResult 2011-12-16 11:49:20 -02:00
Wilson Júnior 62219d9648 changed name 2011-12-16 11:07:38 -02:00
Wilson Júnior 7c1afd0031 tests for db_field 2011-12-13 11:56:35 -02:00
Wilson Júnior ca7b2371fb added support for dereferences 2011-12-13 11:54:19 -02:00
Wilson Júnior ed5fba6b0f support for embedded fields 2011-12-13 07:46:49 -02:00
Wilson Júnior 4a269eb2c4 added .select method 2011-12-12 13:39:37 -02:00
Wilson Júnior 56c4292164 added custom db_alias support for MongoEngine DjangoSession 2011-12-07 13:36:35 -02:00
Wilson Júnior fc460b775e Small improvements for item_frequencies 2011-12-02 09:46:51 -02:00
Wilson Júnior d9005ac2fc added elemMatch support 2011-11-28 14:45:57 -02:00
Wilson Júnior fa4b820931 added support for db_alias in FileFields 2011-11-22 13:40:01 -02:00
Wilson Júnior a9fc476fb8 fixed errors in repr if unicode string is found 2011-11-02 09:38:26 -02:00
Wilson Júnior 8074094568 optimizations for get_or_create 2011-10-27 06:02:59 -02:00
Wilson Júnior 8e87648d53 added tests for get_or_create 2011-10-19 09:44:49 -02:00
Wilson Júnior f842c90007 Merge branches 'master' and 'fixes-325' into fixes-325 2011-10-19 06:57:39 -02:00
Wilson Júnior 7f2b686ab5 added drop_collection for test 2011-10-19 06:55:05 -02:00
Wilson Júnior b09c52fc7e fixes for #325 issue 2011-10-19 06:30:41 -02:00
Wilson Júnior 3d817f145c fixes for #315 issue 2011-10-12 18:28:40 -03:00
Wilson Júnior a9cacd2e06 fixed embedded null item_frequencies 2011-09-20 08:56:30 -03:00
Wilson Júnior b76590dc01 more tests for embedded lists 2011-08-17 09:32:04 -03:00
Wilson Júnior 4e462ffdb5 Merge branch 'dev' of git://github.com/hmarr/mongoengine into dev 2011-08-17 09:24:17 -03:00
Wilson Júnior 447dd62c03 Merge branch 'dev' of git://github.com/hmarr/mongoengine into dev 2011-08-15 08:06:33 -03:00
Wilson Júnior 5446476d99 Merge branch 'listreferences' of https://github.com/wpjunior/mongoengine into dev 2011-08-09 15:06:22 -03:00
Wilson Júnior 331f8b8ae7 fixes dereference for documents (allow_inheritance = False) 2011-08-09 14:31:26 -03:00
Wilson Júnior 63ee4fef1a Translations for django/auth.py 2011-08-05 11:03:47 -03:00
Wilson Júnior 6471c6e133 added GenericEmbeddedDocumentField 2011-07-27 08:45:15 -03:00
Wilson Júnior 130fb9916d fixes for SequenceField 2011-07-22 10:19:41 -03:00
Wilson Júnior 382b9a61a8 Merge branch 'dev' of git://github.com/hmarr/mongoengine into db_field_maps_tweaks 2011-07-22 09:25:59 -03:00
Wilson Júnior 273412fda1 tweaks for _db_field_map 2011-07-19 14:48:38 -03:00
Wilson Júnior 49764b51dc tweaks for _db_field_map 2011-07-19 14:43:32 -03:00
Wilson Júnior cb324595ef fixerrors 2011-07-19 07:36:35 -03:00
Wilson Júnior fa39789bac added SequenceField 2011-07-18 12:44:28 -03:00