Commit Graph
46 Commits
Author SHA1 Message Date
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