Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/marshmallow-code/marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
https://github.com/marshmallow-code/marshmallow

Merge branch 'fix-class-validation' into dev

15ce762666fc95863f9c6eafdea1b1d8d92f71c2 authored about 10 years ago
Rename get_func_name -> get_callable_name

And mark get_func_name as deprecated

24816ed739ab56de57fe1ecb7044845e6fb59181 authored about 10 years ago
Update changelog

02dd7971aba0a3319324a01c4f23e6f349f4c765 authored about 10 years ago
Fix bug that raised AttributeError when using a class Validator

get_func_name did not account for callable classes

ae43a733b5fdf2d1084ec0ad6266d73c2bfbfaa8 authored about 10 years ago
Because "maintenance" is too much to type

1ad220826c888d6d4b806585aecadedd266d6138 authored about 10 years ago
Merge branch 'branch-docs' into dev

bbde5967122e56b8c78434847860a11a0202819a authored about 10 years ago
Update docs on git branch model

see #77

41e9434adcadeb1d4544673b30b3ccee9a81d240 authored about 10 years ago
Update changelog

06b1e3afb42573fcd27f79f34ff4c46448fc0b10 authored about 10 years ago
Merge branch 'philtay-dev' into dev

6c28832260dc823b556390d74357d5b832000441 authored about 10 years ago
Rename Dummy -> DummyModel

6b0d417f928c5894712a6237dd542b8521bbd0c7 authored about 10 years ago
Separate docs requirements so they can be installed by RTD

e65b7274b91727b4b68028ab7cfa2524998d0602 authored about 10 years ago
Make QuerySelect related tests more atomic

d89b8f460ebf087c18206154274cd622960cae46 authored about 10 years ago
Merge branch 'docs-update' into dev

385ed58c8637d195ec27ed84d7b26cdbdd0ea1c5 authored about 10 years ago
Update dev requirements

b387086dfe627ed4e71130d58bd9f6a7590119fd authored about 10 years ago
Use new theme based on alabaster

b78b05d96f6eb3c8ab11bf578f111c9290a894f1 authored about 10 years ago
Make QuerySelect related tests more atomic

6cfccf265c1a9aea93668836457a1c7d0263b217 authored about 10 years ago
Add Dummy model

c8d35df46f9dd3c6df9286eb79f2ae28d39aabcd authored about 10 years ago
Minor tweaks to the docstrings

16c78c047210a72e424108959d29c5da2c48adf6 authored about 10 years ago
Add QuerySelect and QuerySelectList to __all__

95e42f26ad8740514eef025a04019a58cca3f8e6 authored about 10 years ago
Add QuerySelect and QuerySelectList tests

a11929ca2fc36e3d3a1e38ed2d42bfc7bde0d43a authored about 10 years ago
Add QuerySelect and QuerySelectList tests

e9a9cf542e09c2358706c882f139e52bc4cfcf33 authored about 10 years ago
Add QuerySelect and QuerySelectList fields

7913807269564bcc4fda24ca0f3efe23db1e4cd2 authored about 10 years ago
Autodoc SKIPPABLE_FIELDS

0f3509aed4afa72ec4f6ff337fe2ab60cf5b9add authored about 10 years ago
Add @Ch00k to AUTHORS

c939238e27b4c2fd1b8e26dffc76b23a3884b63c authored about 10 years ago
Merge branch 'Ch00k-fix_extending_doc' into dev

2322a2f9d0454d66c67e605b544f6b9fd99ab93c authored about 10 years ago
Fix _postprocess call in extending doc

658f5734ed3df22c47f4abf1a8ddfe428b283f5c authored about 10 years ago
Update changelog and add @malexer to AUTHORS

a461fd8565802d9497ea489e3a3505dc6a656b77 authored about 10 years ago
Fix error message in from_datestring

dd02ca6d8b42cee50e041b3aa9e3de3968d05091 authored about 10 years ago
Use more direct type checking in tests

The tests did not catch #79 because datetimes are an instance
of `datetime.date`. From now on, u...

82d69467d24fc8300e44fa404bbbefac83b4b190 authored about 10 years ago
Merge branch 'malexer-patch-1' into dev

13502631fc845b7ca2a6951b43a72a9f12c0d798 authored about 10 years ago
Fix Date deserialization without python-dateutil

fixes #79

6d4beafbc461ce621dc5c49c3ae9a7afab8ff4f7 authored about 10 years ago
Merge branch 'release/1.1.0'

6e1af04e29a2b97370a2ba5154ac60e114275b88 authored about 10 years ago
Bump version and update changelog

d91b06a5fe854b1093d64f62b24322b800dc0745 authored about 10 years ago
More consistent error messages for DateTime, Date, Time, and TimeDelta

b617ffae4a579e68e1d78ae3a985946eca4efa71 authored about 10 years ago
Group validation tests

c88e27b1bdb411c3a003f63755a74ffc92ab558e authored about 10 years ago
Update Peewee example

d53c79032f424020465c12f0aad930b50ecd025d authored about 10 years ago
Exemplify usage of Scheam.validate in flask example

85de87f871ea809557e09c60367c6b9fb28b17f7 authored about 10 years ago
Fix behavior of skip_missing for String and List fields

closes #71

981d14f956dfe52d93f72a640ed28fc16f7a25b1 authored about 10 years ago
Merge branch 'feat/validate' into dev

08122315ce4a95ce759ebd3ca737f7a2da0db989 authored about 10 years ago
Update changelog

41302a0bda53465669c3307fa658bb817784c57c authored about 10 years ago
Add example usage of Schema.validate in quickstart docs

e73598a287f72634858fe11172f4eee09c1a938a authored about 10 years ago
Add Schema#validate method

873d39718b9e8c1b7f03da62344fd09d3cd20189 authored about 10 years ago
Merge branch 'philtay-dev' into dev

Conflicts:
HISTORY.rst

1e909d81aa8907691a7b0858319cd6e436434318 authored about 10 years ago
Add acknowledgement

4fb2b5b25d78d0013b86112b0cb62b891b08150e authored about 10 years ago
Use basestring to allow regext to be a bytes object

cf413c761bbc94f616fa87469831a062c305beb9 authored about 10 years ago
Update changelog and add @svenstaro to AUTHORS

c8c5dc69db3c3626cedfc520d00c9c0d4ec1cfec authored about 10 years ago
Merge branch 'feat/issue65' into dev

9e3bee45fca8ccb05c1a247868c82ae695d1f55f authored about 10 years ago
Change ordering of arguments to __filter_fields and _update_fields

f024f2cfa2577faf579afd493b96ef2a5aa8fe32 authored about 10 years ago
Default many to None

to disambiguate when the user passes many=False

ce130bc5b6cfad3eee26b67a4bebd3d09e91ba88 authored about 10 years ago
Add failing tests for dumping/loading single object

when schema was configured to dump/load collections

c0dd11f0a22a063de125fcbb7e7de7cc9b6587ff authored about 10 years ago
Fix logical error and pass `many` argument to _update_fields

ca98ad92c1c391bcb4309338bea58f1968ec6f8c authored about 10 years ago
Make Flake8 happy

4973a4b7acca29fec0f46493fc0e0ab01cdccb59 authored about 10 years ago
Add predicate validator unit test

56c2cf5e8d7b5279d6a289aaea99a1b165f4cf14 authored about 10 years ago
Add predicate validator

9fd64acfd5628f082f387d2aae74601f62441ee2 authored about 10 years ago
Fix Python 3 compatibility

4378fedfcc0489de3e4112500c283043f65b98ac authored about 10 years ago
Missing import

16daefe07be5320b75aaf7dca4e3efb4f873726c authored about 10 years ago
New validators

b8c522397eb22e8a6afd2e84037b8d14c63bb2f6 authored about 10 years ago
Add regexp validator unit test

28a0506b9a7893030bb97bc8676d3d11b2653911 authored about 10 years ago
Minor fix

c9a7617a52711679467927c240429e22ffb328bf authored about 10 years ago
Add regexp validator

9d41dd3cea7c4dc463141aa2f11a42fa775f8cfe authored about 10 years ago
Add equal validator unit test

d625b4dab2da19fe8a5d2ad1156aef0a09cf300b authored about 10 years ago
Add equal validator

8ef06e87b6a41eccb42e9d823d5f22e6a2a45daf authored about 10 years ago
Improve length and ranging validators

95d7ae494f7c55beb2726556af2b0fc50aeb96db authored about 10 years ago
Change many to be passed around

f91fce2613b16de0a8db7d4d9e5acbcc8da69bfe authored about 10 years ago
Merge branch 'dev' of https://github.com/sloria/marshmallow into dev

58fdde843a117c8f12ca606ad484bab39bebe5e5 authored about 10 years ago
Add @ewang and @philtay to AUTHORS

04c25e1557db32f72859041ba7998fa46041bb18 authored about 10 years ago
Merge branch 'philtay-dev' into dev

303d6d48e492f0884550f1eda9eda8b84fd2f82b authored about 10 years ago
Add ranging validator unit tests

e1c0626b01261737341b34f6d117b5d70b4c9a9d authored about 10 years ago
Add ranging validator

29e00e62e3d7dc6e793fa3565521198c97d679d0 authored about 10 years ago
Add length validator unit tests

ad55d04d6688f75f0e441603668e0337a0333d76 authored about 10 years ago
Merge pull request #67 from ewang/dev

Update docs for fields.DateTime default format

8770cf39de6341beba73c48ed345766bbc3d4140 authored about 10 years ago
Add length validator

5ad619ee471468a79c20ce14b5f98f1129eb5ad3 authored about 10 years ago
Update docs for fields.DateTime default format

695c486c083cd02593a5b74a2184b88b450a4690 authored about 10 years ago
Nested(many=True) serializes None to an empty list

also fix flake8 error in tests

39fe6f4fbc6c73f803b74c4e2c29ea12fc06bcaf authored about 10 years ago
Bump dev version and update changelog

4b6cd2f7b0eb8419012bbcf31d7992dbf09f19d6 authored about 10 years ago
Fix accessing dictionary values when keys are a method of dict

fixes #62

3eff74cee08cc53c81e057660ce0c45f23dde7fa authored about 10 years ago
Store field name and instance on raised exceptions when strict=True

resolves #63

cbc199af077e710f0cd7efd370be86ff857e0d18 authored about 10 years ago
Fix #65

3c759bb261854f1b835abd3100935f110b677b55 authored about 10 years ago
Merge branch 'dev'

ee15552c8cc41137198b173f9ee15e5f8c21c4e6 authored about 10 years ago
Bump version and update changelog

f844adeb697906f2d493ab9362998ab76d62dbcc authored about 10 years ago
Reset errors dictionary upon serializing object

except when serializing a collection

1107a234c5681e54d1345bad1f32dc107a4aa344 authored about 10 years ago
Reset errors dict on every load

Unless deserializing a collection

187560311f868e7eeac76eed30edf69f538c483b authored about 10 years ago
Update install.rst

705ea0482f4b928e6d934ce3be3cdfc8cf1801cc authored about 10 years ago
Update installation instructions

cb2cb34f069d9cf409665bc98a5565590a548ead authored about 10 years ago
Fix typo; bump version; update changelog

cd15a635f516884538f66adce0d9c0e37e814026 authored about 10 years ago
Remove stubborn test

recwarn doesn't seem to be working as expected when the whole
suite is run

e2b0d2216a611ce296250b56f03d30645fa54652 authored about 10 years ago
Merge branch 'feat/exceptions' into dev

b087301c126b17168537e1e913405b24517d45fb authored about 10 years ago
Deprecate error parameter

8df4fde10f91c75b14d124faa5616f9fce6a6b50 authored about 10 years ago
Use Field's error attribute where appropriate

48164b62257cd06a5339fca4a8aa4e1300d75fdb authored about 10 years ago
Raise ValueError if invalid values are passed to List field

cd90dd9cdc4ec34d91a7d1d9590e89c1dee51c75 authored about 10 years ago
Don't silently store all uncaught exceptions

Fields are responsible for determining which errors are stored

resolves #60

00a18667b5a7a6a630d07062693e50007eefa5c8 authored about 10 years ago
Add @svenstaro to AUTHORS

fcce9720770cc84819857e804d64734fd64be57a authored about 10 years ago
Merge branch 'master' into dev

b6acd0a87da3ba64cb8c256880a5faf3c67c5792 authored about 10 years ago
Merge pull request #58 from svenstaro/patch-2

Fix typo

d3eb5cf527c9dd553ac58cfae4528359f1051db5 authored about 10 years ago
Merge pull request #59 from svenstaro/patch-1

Fix another typo

301d8a56023662c799eb70faa2ea7591c21471ab authored about 10 years ago
Fix typo

7d11b9d5bd14b7855d774c3f466d9f5c3e448b1a authored about 10 years ago
Fix typo

d8f0957c0105ca9657805c7ef98505c828c33b2a authored about 10 years ago
More minor docs improvements

20fc099fcea2a279fa943f34af6c79fa6f7a52ea authored about 10 years ago
Fix minor typo

7fc422af457617dc87e8ae814b93168707ab9fc7 authored about 10 years ago
Update docs

A more illustrative intro example; fix typos and errors, simplify
Flask example

96a6f81d7e78ac803c129eaafdf754020651520f authored about 10 years ago