Ecosyste.ms: OpenCollective

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

github.com/marshmallow-code/marshmallow-sqlalchemy

SQLAlchemy integration with marshmallow
https://github.com/marshmallow-code/marshmallow-sqlalchemy

Bump version and update changelog

f87f70c3806215e2b0b54cb96421b1784bb57eb0 authored over 9 years ago by Steven Loria <[email protected]>
Fix keygetter option on Py2

9bd45c2598c32d14311a4d2bd320bfc1e9d767f1 authored over 9 years ago by Steven Loria <[email protected]>
Bump dev version

34ab2e5eba96150ca9b9304e4e4001e2e8993c5a authored over 9 years ago by Steven Loria <[email protected]>
Fix passing keygetter to relationship fields

e64a2655cf4f8e3d13921a95a2f018a48af191f5 authored over 9 years ago by Steven Loria <[email protected]>
Bump version and update changelog

b10eb385e14d2a0cfce457d7406956947c3089bb authored over 9 years ago by Steven Loria <[email protected]>
Fix links and code in readme

2b723e4c184af95a6d819128905a8322ac937c08 authored over 9 years ago by Steven Loria <[email protected]>
Save property's doc attribute in field's metadata['description']

Useful for documentation generation

a2e8789368d94fdfe1edc056c29693a12ff192fd authored over 9 years ago by Steven Loria <[email protected]>
Add section on introspecting generated fields

c0c6c17b0e3ba9a6220c29389f988e2e49aca2b3 authored over 9 years ago by Steven Loria <[email protected]>
Allow extra kwags to be passed to generated fields

Also, add tests for column2field

fa66d57859cca4a00be770dd6f91530a84afc984 authored over 9 years ago by Steven Loria <[email protected]>
Refactor ModelConverter methods; add column2field

c7cf797e046175e1403d2075e3240f989f150dd7 authored over 9 years ago by Steven Loria <[email protected]>
Prep for release

5fcc3436ea2d92a8f4847534a6ae130c79eae993 authored over 9 years ago by Steven Loria <[email protected]>
Update docs with new recipes page; add doc "watch" mode

40f0320a3088eb7a7cb1ed389d91b39c9a743957 authored over 9 years ago by Steven Loria <[email protected]>
Fix deserialization example

967e04b40c285a16edb0215837e22e81be87603b authored over 9 years ago by Steven Loria <[email protected]>
Merge branch 'dev' of https://github.com/marshmallow-code/marshmallow-sqlalchemy into dev

45f7e4c913a5a85837d6d0f74fb66959141f9a38 authored over 9 years ago by Steven Loria <[email protected]>
Expose property2field, adding 'instance' parameter

Also, rename tests module

f78f09d34ef56c2ee1e347c79d8ed878514b6acf authored over 9 years ago by Steven Loria <[email protected]>
Show deserialization example

f7538f679a1420fca887373636fbe28b524e8b2a authored over 9 years ago by Steven Loria <[email protected]>
Use 'fields' class Meta option to bail out early in fields_for_model

df9a8f3e4d00617bc093350fb21575aa37fb8f4f authored over 9 years ago by Steven Loria <[email protected]>
Use 'fields' class Meta option to bail out early in fields_for_model

0ccb41d6afbb5d1d1931691f52c3761a5fded70f authored over 9 years ago by Steven Loria <[email protected]>
Remove redundant naming for for more concise imports

b8c65452c4c5ab536b19789824bfe1b28d6092a7 authored over 9 years ago by Steven Loria <[email protected]>
Move convertion functions/classes to convert.py

558832583a9cc9ddac8fb1c206a3cdc8acd1574d authored over 9 years ago by Steven Loria <[email protected]>
Deserialize to a model instance

f3e0833b81b1eb5e3c20a9ba0386ff9b31a8b770 authored over 9 years ago by Steven Loria <[email protected]>
Make primary key fields dump_only

3ede139c3f4b80a64f11193f20f42047c1bd02b4 authored over 9 years ago by Steven Loria <[email protected]>
Depend on SQLAlchemy>=0.7

a75fe91f5f19ecf2ec311f43aabb8fc37fad36ea authored over 9 years ago by Steven Loria <[email protected]>
More complete implementation of ColumnProperty conversion

6d49e7da4662dd7f4c1c4b2a234c45505ce814a2 authored over 9 years ago by Steven Loria <[email protected]>
Expose get_pk_from_identity and ModelConverter

e9163dd23f6fbe0d08e7fdabac8011a5b8f54415 authored over 9 years ago by Steven Loria <[email protected]>
Add tests for integration with other class Meta options

Also, add docs for class Meta options and ModelSchema

4224476c7c88b577fff70aab7adad3fa24a22b94 authored over 9 years ago by Steven Loria <[email protected]>
Add links to docs, changelog, pypi, and issues

425a69d67a0dc6929694998ca86c5fe4e2c3343b authored over 9 years ago by Steven Loria <[email protected]>
Fix link to LICENSE

ad7988a41a333a0899cf1180f2d8e2fc1ac0b596 authored over 9 years ago by Steven Loria <[email protected]>
Need to install sqlalchemy to build docs

98689833896cdc1cd155e4c655a04503cc7628ba authored over 9 years ago by Steven Loria <[email protected]>
Initial commit

6e9a586e503a21a163ffb29149c9ef94517c8223 authored over 9 years ago by Steven Loria <[email protected]>