Peter Teichman
9d52e18659
Don't freeze the current query state when calling .order_by()
...
This changes order_by() to eliminate its reference to
self._cursor. This meant that any parameters built by QuerySet
that followed an order_by() clause were ignored.
2012-11-27 10:55:55 -05:00
Ross Lawley
9cc6164026
Version bump
v0.6.20
2012-08-07 10:05:01 +01:00
Ross Lawley
475488b9f2
Added support for distinct and db_alias ( MongoEngine/mongoengine#59 )
2012-08-07 10:04:05 +01:00
Ross Lawley
95b1783834
Updated changelog
2012-08-07 09:31:51 +01:00
Anthony Nemitz
12c8b5c0b9
Make chained querysets work if constraining the same fields.
...
Refs hmarr/mongoengine#554
2012-08-07 08:59:56 +01:00
Ross Lawley
f99b7a811b
Fixed error in Binary Field
2012-08-07 08:53:58 +01:00
Ross Lawley
2801b38c75
Version Bump
v0.6.19
2012-08-03 14:36:31 +01:00
Ross Lawley
dc3fea875e
Merge branch 'master' of github.com:MongoEngine/mongoengine
2012-08-03 12:56:27 +01:00
Ross Lawley
aab8c2b687
Merge pull request #57 from filipd/patch-1
...
Added reference to the official repository in the README
2012-08-03 04:56:55 -07:00
Filip Dupanović
3577773af3
Added reference to the official repository
2012-08-03 14:55:18 +03:00
Ross Lawley
8ac9e6dc19
Updated the documents
2012-08-02 14:11:02 +01:00
Ross Lawley
4b3cea9e78
Added Binary support to UUID ( MongoEngine/mongoengine#47 )
2012-08-01 16:03:33 +01:00
Ross Lawley
2420b5e937
Fixed MapField lookup for fields without declared lookups ( MongoEngine/mongoengine#46 )
2012-08-01 15:14:56 +01:00
Ross Lawley
f23a976bea
Added Tommi Komulainen to the contributors list
...
refs MongoEngine/mongoengine#48
2012-08-01 15:01:21 +01:00
Ross Lawley
4226cd08f1
Updated Changelog
2012-08-01 15:00:14 +01:00
Ross Lawley
7a230f1693
Merge branch 'master' of github.com:MongoEngine/mongoengine
2012-08-01 14:58:06 +01:00
Ross Lawley
a43d0d4612
Fixed BinaryField python value issue ( MongoEngine/mongoengine#48 )
2012-08-01 14:57:46 +01:00
Ross Lawley
78a40a0c70
Merge pull request #41 from wpjunior/patch-13
...
Small fix in SequenceField
2012-08-01 06:26:58 -07:00
Ross Lawley
2c69d8f0b0
Updated License
2012-08-01 13:54:24 +01:00
Ross Lawley
0018c38b83
Fixed queryset manager issue ( MongoEngine/mongoengine#52 )
2012-08-01 13:51:51 +01:00
Ross Lawley
8df81571fc
Fixed FileField comparision
...
Refs hmarr/mongoengine#547
2012-08-01 13:28:28 +01:00
Ross Lawley
48f988acd7
Merge pull request #44 from faulkner/fix-notes
...
Proper syntax for RST notes (so they actually render).
2012-07-26 08:17:45 -07:00
Ross Lawley
6526923345
Fixed recursion loading bug in _get_changed_fields
...
fixes hmarr/mongoengine#548
2012-07-26 16:00:32 +01:00
Ross Lawley
24fd1acce6
Version bump
2012-07-26 14:14:10 +01:00
Ross Lawley
cbb9235dc5
Merge branch 'master' of github.com:hmarr/mongoengine
2012-07-25 15:12:34 +01:00
Ross Lawley
19ec2c9bc9
Merge pull request #545 from maxcountryman/patch-1
...
Correcting typo in DynamicField docstring
2012-07-25 07:12:07 -07:00
Ross Lawley
6459d4c0b6
Fixed issue with custom queryset manager expecting explict variable names
...
If using / expecting kwargs you have to call the queryset manager
explicitly.
2012-07-25 14:55:10 +01:00
Chris Faulkner
1304f2721f
Proper syntax for RST notes (so they actually render).
2012-07-24 14:06:43 -07:00
Wilson Júnior
8bde0c0e53
Small fix in SequenceField
2012-07-23 12:31:47 -03:00
Ross Lawley
598ffd3e5c
Fixed documentation
2012-07-23 15:32:02 +01:00
Max Countryman
601f0eb168
Correcting typo in DynamicField docstring
2012-07-20 19:12:43 -07:00
Ross Lawley
3070e0bf5d
Fix for inheritance bug and db_alias
v0.6.16
2012-07-20 10:34:08 +01:00
Ross Lawley
83c11a9834
Version bump
v0.6.15
2012-07-19 16:12:21 +01:00
Ross Lawley
5c912b930e
Removed tests testing MongoDB not mongoengine
2012-07-19 16:03:29 +01:00
Ross Lawley
1b17fb0ae7
Updated validation error messages
...
refs hmarr/mongoengine#539
2012-07-19 15:04:12 +01:00
Ross Lawley
d83e67c121
Added support for null / zero / false values in item_frequencies
...
refs /MongoEngine/mongoengine#40
2012-07-19 12:08:07 +01:00
Ross Lawley
ae39ed94c9
Fixed cascade save edge case
...
refs MongoEngine/mongoengine#40
2012-07-19 11:52:26 +01:00
Ross Lawley
1e51180d42
Fixed geo index creation bug
...
fixes MongoEngine/mongoengine#36
2012-07-19 11:39:52 +01:00
Ross Lawley
87ba69d02e
Updated changelog
2012-07-19 10:35:37 +01:00
Ross Lawley
8879d5560b
Added support for args / kwargs and queryset_manager
...
Closes MongoEngine/mongoengine#37
2012-07-19 10:32:33 +01:00
Ross Lawley
c1621ee39c
Merge pull request #39 from wpjunior/tests2
...
More one test
2012-07-18 06:10:26 -07:00
Ross Lawley
b0aa98edb4
Deref list custom id fix
2012-07-18 14:09:24 +01:00
Wilson Júnior
a7a2fe0216
added more tests
2012-07-18 06:37:23 -03:00
Ross Lawley
8e50f5fa3c
Version bump
2012-07-11 16:59:24 +01:00
Ross Lawley
31793520bf
Updated changelog / AUTHORS
...
refs hmarr/mongoengine#529
2012-07-11 16:38:15 +01:00
Ross Lawley
0b6b0368c5
Merge branch 'master' of https://github.com/elasticsales/mongoengine
2012-07-11 16:36:35 +01:00
Ross Lawley
d1d30a9280
Added test and updated changelog
...
refs hmarr/mongoengine#527
2012-07-11 16:34:28 +01:00
Ross Lawley
420c6f2d1e
Merge branch 'patch-10' of https://github.com/wpjunior/mongoengine
2012-07-11 16:33:16 +01:00
Ross Lawley
34f06c4971
Updated changelog / AUTHORS
...
refs hmarr/mongoengine#524
2012-07-11 16:27:43 +01:00
Ross Lawley
9cc4bbd49d
Merge branch 'patch-1' of https://github.com/daevaorn/mongoengine
2012-07-11 16:26:50 +01:00