Stefan Wojcik
|
1178ae262b
|
Truly test pymongo v2.8 instead of v2.9.
Testing v2.9 was unexpected and it's not as important given v2.9 mostly
mostly just provided an upgrade path for v3.0, and we already test v3.x.
|
2017-02-25 16:18:20 -05:00 |
|
Stefan Wojcik
|
4c629e46ce
|
Drop pymongo dev tests to speed things up.
We don't need to test it before a stable release and removing it shaves off
considerable amount of time from Travis builds.
|
2017-02-25 16:06:19 -05:00 |
|
Stefan Wojcik
|
2d429e3703
|
use mongodb v2.6 bcos pymongo 2.7 doesnt work w/ mongodb v3.0
|
2017-02-25 15:49:28 -05:00 |
|
Stefan Wojcik
|
06cb866f82
|
tox.ini cleanup
|
2017-02-25 14:07:58 -05:00 |
|
Stefan Wojcik
|
e9caaa916c
|
try freezing mongodb at the latest v3.0
|
2017-02-19 18:20:41 -05:00 |
|
Stefan Wojcik
|
4e91c4f5bc
|
use apt addons vs sudo apt-get install
|
2017-02-19 18:02:30 -05:00 |
|
Stefan Wojcik
|
4068a6b36b
|
cache pip dependencies
|
2017-02-19 17:59:37 -05:00 |
|
Stefan Wojcik
|
d096d2ec38
|
run Travis builds in a container-based environment
|
2017-02-19 17:49:05 -05:00 |
|
Stefan Wojcik
|
ed34c2ca68
|
update the changelog and upgrade docs
|
2017-02-09 12:13:56 -08:00 |
|
Stefan Wójcik
|
3ca2e953fb
|
Fix limit/skip/hint/batch_size chaining (#1476)
|
2017-02-09 12:02:46 -08:00 |
|
martin sereinig
|
d8a7328365
|
Fix docs regarding reverse_delete_rule and delete signals (#1473)
|
2017-02-06 14:11:42 -07:00 |
|
Stefan Wojcik
|
f33cd625bf
|
nicer readme
|
2017-01-17 02:47:45 -05:00 |
|
Stefan Wojcik
|
80530bb13c
|
nicer readme
|
2017-01-17 02:46:37 -05:00 |
|
Stefan Wójcik
|
affc12df4b
|
Update README.rst
|
2017-01-17 02:43:29 -05:00 |
|
Stefan Wojcik
|
4eedf00025
|
nicer readme note about dependencies
|
2017-01-17 02:42:23 -05:00 |
|
Eli Boyarski
|
e5acbcc0dd
|
Improved a docstring for FieldDoesNotExist (#1466)
|
2017-01-09 11:24:27 -05:00 |
|
Stefan Wojcik
|
1b6743ee53
|
add a changelog entry about broken references raising DoesNotExist
|
2017-01-08 14:50:16 -05:00 |
|
Eli Boyarski
|
b5fb82d95d
|
Typo fix (#1463)
|
2017-01-08 12:57:36 -05:00 |
|
lanf0n
|
193aa4e1f2
|
[#1459] fix typo __neq__ to __ne__ (#1461)
|
2017-01-05 22:37:09 -05:00 |
|
Stefan Wójcik
|
ebd34427c7
|
Cleaner Document.save (#1458)
|
2016-12-30 05:43:56 -05:00 |
|
Stefan Wójcik
|
3d75573889
|
Validate db_field (#1448)
|
2016-12-29 12:39:05 -05:00 |
|
Stefan Wójcik
|
c6240ca415
|
Test connection's write concern (#1456)
|
2016-12-29 12:37:38 -05:00 |
|
Stefan Wójcik
|
2ee8984b44
|
add a $rename operator (#1454)
|
2016-12-28 23:25:38 -05:00 |
|
Stefan Wojcik
|
b7ec587e5b
|
better docstring for BaseDocument.to_json
|
2016-12-28 22:15:46 -05:00 |
|
Stefan Wojcik
|
47c58bce2b
|
fix "connect" example in the docs
|
2016-12-28 21:08:18 -05:00 |
|
Stefan Wojcik
|
96e95ac533
|
minor readme tweaks
|
2016-12-28 17:18:55 -05:00 |
|
Stefan Wojcik
|
b013a065f7
|
remove readme mention of the irc channel
|
2016-12-28 11:50:28 -05:00 |
|
Stefan Wojcik
|
74b37d11cf
|
only validate db_field if it's a string type
|
2016-12-28 11:46:18 -05:00 |
|
Stefan Wójcik
|
c6cc013617
|
fix BaseQuerySet.fields when mixing exclusion/inclusion with complex values like $slice (#1452)
|
2016-12-28 11:40:57 -05:00 |
|
Stefan Wójcik
|
f4e1d80a87
|
support a negative dec operator (#1450)
|
2016-12-28 02:04:49 -05:00 |
|
Stefan Wójcik
|
91dad4060f
|
raise an error when trying to save an abstract document (#1449)
|
2016-12-28 00:51:47 -05:00 |
|
Stefan Wojcik
|
e07cb82c15
|
validate db_field
|
2016-12-27 17:38:26 -05:00 |
|
Stefan Wojcik
|
2770cec187
|
better docstring for BaseQuerySet.fields
|
2016-12-27 10:20:13 -05:00 |
|
Stefan Wojcik
|
5c3928190a
|
fix line width
|
2016-12-22 13:20:05 -05:00 |
|
Manuel Jeckelmann
|
9f4b04ea0f
|
Fix querying an embedded document field by an invalid value (#1440)
|
2016-12-22 13:19:18 -05:00 |
|
Stefan Wojcik
|
96d20756ca
|
remove redundant whitespace
|
2016-12-22 13:13:19 -05:00 |
|
John Dupuy
|
b8454c7f5b
|
Fixed ListField deletion bug (#1435)
|
2016-12-22 13:11:44 -05:00 |
|
George Karakostas
|
c84f703f92
|
Update documentation to include a Q import (#1441)
|
2016-12-22 13:06:55 -05:00 |
|
Manuel Jeckelmann
|
57c2e867d8
|
Remove py26 from contributing docs (#1439)
Python 2.6 is not supported anymore with version 0.11.0
|
2016-12-19 17:54:43 -05:00 |
|
Stefan Wojcik
|
553f496d84
|
fix tests
|
2016-12-13 00:42:03 -05:00 |
|
Stefan Wojcik
|
b1d8aca46a
|
update the changelog
|
2016-12-12 23:33:49 -05:00 |
|
Stefan Wojcik
|
8e884fd3ea
|
make the __in=non_iterable_or_doc tests more concise
|
2016-12-12 23:30:38 -05:00 |
|
Malthe Jørgensen
|
76524b7498
|
Raise TypeError when __in -operator used with a Document (#1237)
|
2016-12-12 23:27:25 -05:00 |
|
Stefan Wojcik
|
65914fb2b2
|
fix the way MongoDB URI w/ ?replicaset is passed
|
2016-12-12 23:24:19 -05:00 |
|
Stefan Wojcik
|
a4d0da0085
|
update the changelog
|
2016-12-12 23:08:57 -05:00 |
|
Stefan Wójcik
|
c9d496e9a0
|
Fix connecting to MongoReplicaSetClient (#1436)
|
2016-12-12 23:08:11 -05:00 |
|
Stefan Wojcik
|
88a951ba4f
|
version bump
v0.11.0
|
2016-12-12 19:03:21 -05:00 |
|
Stefan Wójcik
|
403ceb19dc
|
set @wojcikstefan as the maintainer (closes #1342) (#1434)
|
2016-12-12 10:44:03 -05:00 |
|
Stefan Wójcik
|
835d3c3d18
|
Improve the health of this package (#1428)
|
2016-12-11 18:49:21 -05:00 |
|
Gilbert Gilb's
|
3135b456be
|
Upgrade notice for 0.10.7 (#1433)
|
2016-12-11 15:38:06 -05:00 |
|