0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed now incorrect comment from examples/quickstart.py. More... over 13 years ago
Fixes issue #42. More... over 13 years ago
Fixed issue #43. More... over 13 years ago
Fixes issue #44. More... over 13 years ago
Fixed typo in docs/customizing.rst: function -> functions. More... over 13 years ago
Added include_columns argument to APIManager.create_api which allows the user to specify which columns of the model should be exposed by the API. More... over 13 years ago
Merge pull request #40 from alekzvik/f2efa05b18865646d2b0cd4e0024cae4e7362426 More... over 13 years ago
Merge branch 'master' of git://github.com/jfinkels/flask-restless More... over 13 years ago
Changed info about simplejson according to docs and issue #38 More... over 13 years ago
Started adding tests for all operators in flask_restless.search.OPERATORS; this is incomplete. More... over 13 years ago
Removed now unneeded directory. More... over 13 years ago
Added a simple SQLAlchemy validation test; updated documentation to better describe how validation works, and how to test it. More... over 13 years ago
Merge branch 'master' into validation More... over 13 years ago
Fixes issue #38: modifies 'setup.py' to explicitly state requirements instead of reading from requirements.txt file. However, this means we have to remember to update our requirements in both requirements.txt and setup.py when they need updating. More... over 13 years ago
Removed comments from requirements files. More... over 13 years ago
Moved changes due to this branch up to be under current development version. More... over 13 years ago
Merge branch 'master' into validation More... over 13 years ago
Added note in CHANGES about change from Elixir to Flask-SQLAlchemy support. More... over 13 years ago
Merge pull request #35 from jfinkels/flask-sqlalchemy More... over 13 years ago
Removed non-alphanumeric character in intersphinx_mapping identifier in docs/conf.py. More... over 13 years ago
Added missing argument to 'sourcecode' directive in docs/basicusage.rst. More... over 13 years ago
Updated documentation to reflect change to Flask-SQLAlchemy. More... over 13 years ago
Noted change from Elixir to Flask-SQLAlchemy in CHANGES. More... over 13 years ago
Updated example to work with Flask-SQLAlchemy. More... over 13 years ago
Merge branch 'sqlalchemy' into flask-sqlalchemy More... over 13 years ago
Updated example to work with SQLAlchemy. More... over 13 years ago
Converted vanilla SQLAlchemy support to Flask-SQLAlchemy support. Still need to update documentation. More... over 13 years ago
Added Flask-SQLAlchemy as a requirement. More... over 13 years ago
Removed Elixir models. More... over 13 years ago
Updated documentation to reflect change from Elixir to SQLAlchemy. More... over 13 years ago