Matthieu Rigal
|
42511aa9cf
|
Merge pull request #1028 from MRigal/fix/652-url-field-validation-too-restrictive-use-django-validation
Updated URL and Email regex validators, added schemes to url validator
|
2015-06-12 20:47:58 +02:00 |
|
Matthieu Rigal
|
4c1496b4a4
|
Updated URL and Email field regex validators, added schemes arg to urlfield
|
2015-06-12 13:10:36 +02:00 |
|
Matthieu Rigal
|
3093175f54
|
SequenceField for abstract classes now have a proper name
|
2015-06-12 11:03:52 +02:00 |
|
Matthieu Rigal
|
dd05c4d34a
|
Merge pull request #1024 from touilleMan/issue-1017
Fix #1017 (document clash between same ids but different collections)
|
2015-06-12 09:24:32 +02:00 |
|
Matthieu Rigal
|
57e3a40321
|
Merge pull request #1025 from MRigal/feature/259-improve-error-detection-for-invalid-query
Improve error message for invalid query
|
2015-06-12 09:13:18 +02:00 |
|
Matthieu Rigal
|
8108198613
|
corrected formatting for Python 2.6 compatibility
|
2015-06-11 22:48:34 +02:00 |
|
Matthieu Rigal
|
915849b2ce
|
Implemented method to auto-generate non-collisioning auto_id names
|
2015-06-11 22:48:34 +02:00 |
|
mrigal
|
2e96302336
|
not in fix
|
2015-06-11 22:47:10 +02:00 |
|
mrigal
|
53fbc165ba
|
added content of PR #688 with a test to proove it is a bit right
|
2015-06-11 22:47:10 +02:00 |
|
mrigal
|
1862bcf867
|
added test for abstract document without pk creation and adapted behaviour
|
2015-06-11 22:47:10 +02:00 |
|
Matthieu Rigal
|
a2f0f20284
|
Improve error message for invalid query
|
2015-06-11 17:48:34 +02:00 |
|
Emmanuel Leblond
|
1951b52aa5
|
Fix #1017 (document clash between same ids but different collections)
|
2015-06-11 14:55:04 +02:00 |
|
Emmanuel Leblond
|
4034ab4182
|
Clean save_condition exception implementation and related tests
|
2015-06-11 14:30:10 +02:00 |
|
Emmanuel Leblond
|
682db9b81f
|
Add versionchanged to document save_condition
|
2015-06-11 14:29:42 +02:00 |
|
Emmanuel Leblond
|
3e000f9be1
|
Raise error if save_condition fails #991
|
2015-06-11 14:29:42 +02:00 |
|
Matthieu Rigal
|
548a552638
|
Merge pull request #994 from MRigal/fix/cls-index-at-desired-position
Added hashed index, a bit more of geo-indexes, possibility to give _cls
|
2015-06-11 14:20:01 +02:00 |
|
Breeze.kay
|
ab2ef69c6a
|
improve _created status when switch collection and db
|
2015-06-03 18:13:54 +08:00 |
|
Matthieu Rigal
|
621350515e
|
Added test was still failing and implemented solution as described in #517
|
2015-06-03 01:02:19 +02:00 |
|
Charanpal Dhanjal
|
fc140d04ef
|
Fix comment in delete
|
2015-06-02 10:15:27 +01:00 |
|
Matthieu Rigal
|
f35d0b2b37
|
Added create_index method, warnings for drop_dups and a geohaystack test
|
2015-06-01 23:12:43 +02:00 |
|
Matthieu Rigal
|
283e92d55d
|
Added hashed index, a bit more of geo-indexes, possibility to give _cls and docs
|
2015-06-01 22:11:21 +02:00 |
|
Charanpal
|
2753e02cda
|
Fix for case where Document is deleted and it's files (FieldFields) in GridFS remain.
|
2015-05-23 14:46:56 +01:00 |
|
David Bordeynik
|
94eac1e79d
|
Merge pull request #946 from MRigal/fix/pymongo3-connection
fixes #946
|
2015-05-11 15:51:51 +03:00 |
|
Omer Katz
|
7d7d0ea001
|
Use not in instead of not (x in y).
|
2015-05-08 12:50:34 +03:00 |
|
Matthieu Rigal
|
794101691c
|
removed wire_concern usage and cosmetics
|
2015-05-07 19:34:31 +02:00 |
|
mrigal
|
c5ed308ea5
|
comments update after having tested PyMongo 3.0.1
|
2015-05-07 12:47:31 +02:00 |
|
mrigal
|
3ab5ba6149
|
added explicit warnings when calling methods having no effect anymore with PyMongo3+
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
571a7dc42d
|
Fix last issue with binary field as primary key and skipped new test
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
c25619fd63
|
improved deprecation documentation and added warning when using snapshot with PyMongo3
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
76adb13a64
|
Minor text and comments enhancements
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
33b1eed361
|
corrected logical test for not Pymongo3 versions
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
6ad9a56bd9
|
corrected bad import preventing to run on PyMongo 2.X versions
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
0a65006bb4
|
replaced find_and_modify by PyMongo3 equivalents
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
3db896c4e2
|
work-around for pymongo 3 bug
|
2015-05-07 12:47:30 +02:00 |
|
mrigal
|
48316ba60d
|
implemented global IS_PYMONGO_3
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
c0f1493473
|
fix revert situated at the wrong location
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
ccbd128fa2
|
first adaptations after comments and find-outs
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
46817caa68
|
various unused imports removed (I am allergic)
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
775c8624d4
|
change to try to address issues due to new save() behaviour, not satisfying, some tests are still failing
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
3b8f31c888
|
fix problems with cursor arguments
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
a34fa74eaa
|
fix connection problems with pymongo3 and added tests
|
2015-05-07 12:47:29 +02:00 |
|
Eremeev Danil
|
aab0599280
|
test moved to another file, cosmetical fixes
|
2015-05-07 10:55:35 +05:00 |
|
Eremeev Danil
|
dfa8eaf24e
|
Added changeset, updated documentation and tests, changed test condition
|
2015-05-07 10:55:35 +05:00 |
|
Eremeev Danil
|
63d55cb797
|
solution for #949
|
2015-05-07 10:54:16 +05:00 |
|
rma4ok
|
0949df014b
|
[fix] SortedListField: update whole list if order is changed
|
2015-05-06 09:40:08 -04:00 |
|
Stefan Wojcik
|
9bdc320cf8
|
dont send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769)
|
2015-05-06 11:25:45 +02:00 |
|
David Bordeynik
|
422ca87a12
|
Merge pull request #979 from DavidBord/fix-453
fix-#453: Queryset update doesn't go through field validation
|
2015-05-02 20:26:56 +03:00 |
|
David Bordeynik
|
a512ccca28
|
fix-#453: Queryset update doesn't go through field validation
|
2015-05-02 15:15:02 +03:00 |
|
Matthew Ellison
|
06e4ed1bb4
|
Merge pull request #976 from seglberg/bugfix/#954-ref-field-subclass
Reflect Inheritance in Field's 'owner_document'
|
2015-04-30 09:22:15 -04:00 |
|
Eremeev Danil
|
ebaba95eb3
|
fixed same bug for nested List inside MapField, little code refactoring, added test for nested list and nested reference fields
|
2015-04-30 09:33:19 +05:00 |
|