Yohan Graterol
9f8cd33d43
Fix conflict for merge PR #726
2014-08-20 11:05:53 -05:00
Bob Cribbs
0462f18680
Allow atomic update for the entire DictField
2014-08-19 23:38:36 +03:00
Jay Shirley
85336f9777
Relax the RegEx restrictions to allow the new ICAAN TLDs.
2014-08-08 09:11:05 -07:00
Wilson Júnior
b4d6f6b947
added documentation about CachedReferenceField
2014-07-30 09:32:33 -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
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
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
Ross Lawley
67b876a7f4
Merge pull request #548 from yograterol/feature-progressive-jpeg
...
Feature for progressive JPEG. Issue #486
2014-06-27 12:53:51 +01:00
Ross Lawley
abbbd83729
Merge pull request #433 from reachveera/master
...
Overridden the prepare_query_value method in SequenceField inorder to re...
2014-06-27 11:49:28 +01:00
Yohan Graterol
364b0a7163
Merge pull request #591 from pavlov99/master
...
fix docstring for DictField
2014-06-25 22:52:07 -05:00
Yohan Graterol
d6419f2059
Merge pull request #613 from falcondai/master
...
minor change to geo-related docs
2014-06-25 10:44:36 -05:00
Falcon Dai
c1f88a4e14
minor change to geo-related docs
2014-03-17 22:29:53 -05:00
Damien Churchill
d27a1103fa
workaround a dateutil bug
...
In the latest released version of dateutil, there's a bug whereby a TypeError
can be raised whilst parsing a date. This is because it calls a method which
it expects to return 2 arguments, however it can return 1 depending upon the
input, which results in a TypeError: ArgType not iterable exception. Since
this is equivalent to a failed parse anyway, we can treat it the same as a
ValueError.
2014-03-12 17:19:49 +00:00
Kirill Pavlov
19314e7e06
fix docstring for DictField
2014-03-03 13:09:26 +08:00
Yohan Graterol
341e1e7a6d
Feature for progressive JPEG. Issue #486
2014-01-08 14:48:34 -04:30
Matthew Owen
f7302f710b
Reject email addresses where hostname ends with '.'
2013-12-05 09:50:12 -08:00
Ross Lawley
8dcd998945
Merge pull request #499 from drudim/master
...
Error in GenericReferenceField serialization was fixed
2013-11-29 04:06:04 -08:00
Ross Lawley
6db59a9c31
Fix setting Geo Location fields ( #488 )
2013-11-29 11:41:54 +00:00
Dmytro Popovych
f2c25b4744
Error in GenericReferenceField serialization was fixed
2013-10-20 20:08:00 +03:00
Ross Lawley
1145c72b01
Merge pull request #462 from bool-dev/master
...
Fixes #458 , DecimalField now ignores incorrect values until validate is called just like FloatField
2013-09-27 08:41:32 -07:00
Stefan Wojcik
89785da1c5
fix validation for a nested DictField
2013-09-16 23:50:13 -07:00
bool.dev
168ecd67b0
Fixes #458 , DecimalField now ignores incorrect values until validate is called,
...
just like FloatField.
2013-09-06 22:05:31 +05:30
Ross Lawley
0dd01bda01
Fixed "$pull" semantics for nested ListFields ( #447 )
2013-08-20 15:54:42 +00:00
Ross Lawley
d07a9d2ef8
Dynamic Fields store and recompose Embedded Documents / Documents correctly ( #449 )
2013-08-20 08:30:20 +00:00
veera
c9dc441915
Overridden the prepare_query_value method in SequenceField inorder to return the value as the required type.
2013-08-05 15:33:54 +05:30
Ross Lawley
d8ffa843a9
Added str representation of GridFSProxy ( #424 )
2013-07-31 09:29:41 +00:00
Paul
a69db231cc
Pretty-print GridFSProxy objects
2013-07-31 11:26:23 +10:00
Ross Lawley
d9f538170b
Added get_proxy_object helper to filefields ( #391 )
2013-07-10 21:19:11 +00:00
Ross Lawley
1785ced655
Merge branch 'master' into 391
2013-07-10 20:35:21 +00:00
Wilson Júnior
daeecef59e
Update fields.py
...
Typo in documentation for DecimalField
2013-07-10 10:59:41 -03:00
Jan Schrewe
43d6e64cfa
Added a get_proxy_obj method to FileField and handle FileFields in container fields properly in ImageGridFsProxy.
2013-07-02 17:04:15 +02:00
Ross Lawley
e5648a4af9
ImageFields now include PIL error messages if invalid error ( #353 )
2013-06-05 11:45:08 +00:00
Ross Lawley
0eafa4acd8
Merge pull request #341 from ichuang/master
...
FileField now honouring db_alias
2013-06-04 02:58:20 -07:00
Ross Lawley
5447c6e947
DateTimeField now auto converts valid datetime isostrings into dates ( #343 )
2013-06-04 09:08:13 +00:00
Paul Swartz
18d8008b89
if dateutil
is available, use it to parse datetimes
...
In particular, this picks up the default `datetime.isoformat()` output, with
a "T" as the separator.
2013-05-28 15:59:32 -04:00
ichuang
159ef12ed7
FileField should pass db_alias to GridFSProxy in __set__ call
2013-05-27 11:19:34 -04:00
Ross Lawley
ebdd2d730c
Fixed querying ReferenceField custom_id ( #317 )
2013-05-20 10:20:43 +00:00
Ross Lawley
8165131419
Doc updated
2013-05-20 08:12:09 +00: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
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
Ross Lawley
9dfee83e68
Fixed querying string versions of ObjectIds issue with ReferenceField ( #307 )
2013-05-07 11:54:47 +00:00
Ross Lawley
7cde979736
Updated fields
2013-05-07 11:39:16 +00:00
Ross Lawley
52c162a478
Pep8
2013-05-07 11:01:23 +00:00
Ross Lawley
9c1cd81adb
Add support for new geojson fields, indexes and queries ( #299 )
2013-04-30 14:46:23 +00:00