Wilson Júnior
b4d6f6b947
added documentation about CachedReferenceField
2014-07-30 09:32:33 -03:00
Omer Katz
71ff533623
Updated Django development version in the build matrix.
2014-07-30 02:02:21 +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
Yohan Graterol
1c2f016ba0
Remove allow_failures from .travis.yml file
2014-07-08 10:25:12 -05: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
Yohan Graterol
f6220cab3b
Merge pull request #697 from nleite/master
...
to_json not resolving db_fields #654
2014-07-07 17:39:34 -05:00
Norberto
0c5e1c4138
adding myself to authors
2014-07-07 22:07:01 +02:00
Norberto
03fe431f1a
merge with origin done
2014-07-07 21:59:42 +02:00
Norberto
a8e4554fec
Update change log on #697 merge
2014-07-07 19:27:39 +02:00
Norberto
e81b09b9aa
adding capability to extract json (to_json) using the field names and instead of the defined db_names, if those are set
2014-07-06 20:49:19 +02:00
Yohan Graterol
c6e846e0ae
Merge pull request #696 from lexqt/fix_django_17_compat
...
Fix tests for django 1.7
2014-07-06 12:43:12 -05:00
Aleksey Porfirov
03dcfb5c4b
Update changelog
2014-07-06 12:27:34 +04:00
Aleksey Porfirov
3e54da03e2
Fix MongoTestCase and add test for it
2014-07-05 21:35:31 +04:00
Aleksey Porfirov
c4b3196917
Fix MongoTestCase and add test for it
2014-07-05 21:13:25 +04:00
Aleksey Porfirov
0d81e7933e
Prevent accessing not yet configured settings in django.MongoTestCase
2014-07-05 00:06:10 +04:00
Aleksey Porfirov
b2a2735034
Update AUTHORS
2014-07-04 22:32:07 +04:00
Aleksey Porfirov
f865c5de90
Fix tests for Django 1.7
2014-07-04 22:30:29 +04:00
Yohan Graterol
4159369e8b
Merge pull request #690 from claymation/select-related
...
Follow ReferenceFields in EmbeddedDocuments with select_related
2014-07-03 15:28:09 -05:00
Clay McClure
170693cf0b
Follow ReferenceFields in EmbeddedDocuments with select_related
...
For the following structure:
class Playlist(Document):
items = ListField(EmbeddedDocumentField("PlaylistItem"))
class PlaylistItem(EmbeddedDocument):
song = ReferenceField("Song")
class Song(Document):
title = StringField()
this patch prevents the N+1 queries otherwise required to fetch all
the `Song` instances referenced by all the `PlaylistItem`s.
2014-07-03 13:14:45 -04:00
Omer Katz
4e7b5d4af8
Added @rochacbrun to the AUTHORS file. #692
2014-07-03 17:35:55 +03:00
Omer Katz
67bf789fcf
Merge pull request #692 from rochacbruno/master
...
Updates with no operator should default to $set Fix #667
2014-07-03 09:02:12 +03:00
Omer Katz
f5cf616c2f
Merge pull request #635 from SergeChmelev/master
...
Fix for post_init signal to receive correct state of _created flag.
2014-07-03 02:38:52 +03:00
Bruno Rocha
7975f19817
Update querying.rst
2014-07-02 18:56:42 -03:00
Serge Chmelev
017602056d
Add testcase
2014-07-03 01:48:19 +04:00
Serge Chmelev
c63f43854b
Fix setting of _created flag in base.Document constructor
2014-07-03 01:48:19 +04:00
Serge Chmelev
5cc71ec2ad
Fix for post_init signal to receive correct state of _created flag.
2014-07-03 01:48:19 +04:00
Omer Katz
80e81f8475
Python 2.6 requires positioning by number of fragments in format.
...
This commit will restore Python 2.6 compatability.
2014-07-02 23:22:06 +03:00
Omer Katz
3685c8e015
Allowed failures for Django development version.
2014-07-02 22:50:58 +03:00
Bruno Rocha
99e943c365
Updates with no operator should default to $set Fix #667
2014-07-02 14:39:29 -03:00
Yohan Graterol
21818e71f5
Revert change in .travis.yml: Delete apt cache
2014-06-30 08:48:04 -05:00
Ross Lawley
bcc6d25e21
Merge branch 'master' of github.com:MongoEngine/mongoengine
2014-06-30 10:30:12 +01:00
Ross Lawley
7b885ee0d3
Fix StrictDict repr
2014-06-30 10:29:28 +01:00