0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
further simplify get_or_create More... over 12 years ago
remove unnecessary else More... over 12 years ago
Improve has/any search. Fixes jfinkels/flask-restless#180 More... over 12 years ago
if query finds no row in the database, create a new one instead More... over 12 years ago
Adds Location header in POST and Link header in GET More... over 12 years ago
Replace assertFalse calls for #115 More... over 12 years ago
Replace assertIsNotNone calls for #115 More... over 12 years ago
Replace assertNotIn calls for #115 More... over 12 years ago
Replace assertTrue calls for #115 More... over 12 years ago
Replace assertNotEqual calls for #115 More... over 12 years ago
Replace assertIn calls for #115 More... over 12 years ago
Replace assertIsInstance call, and change assertFalse(isinstance(...)) calls to a more idiomatic assert not isinstance. Partial progress on #115 More... over 12 years ago
Replace all assertEqual and assertEquals statements with regular assert - partial progress on #115 More... over 12 years ago
Moves _search() function closer to get() and post() methods, etc. More... over 12 years ago
Removes comment with half a sentence. More... over 12 years ago
Removes occurrences of 'Entity' in documentation strings. More... over 12 years ago
Adds missing spaces in test method names. More... over 12 years ago
Simplifies get_columns() function. More... over 12 years ago
Notes change due to previous commit in CHANGELOG. More... over 12 years ago
Merge pull request #182 from bpedman/hybrid_columns More... over 12 years ago
Fixes typo: boolean -> Boolean. More... over 12 years ago
Changes 'which' to 'that' in documentation. More... over 12 years ago
Fixes issue #181. More... over 12 years ago
Style fixes. More... over 12 years ago
Shortens names of test methods. More... over 12 years ago
Rewrites get_or_create() code to be more clear. More... over 12 years ago
Uses NO_CHANGE in examples and documentation. More... over 12 years ago
Fixes docstring formatting. More... over 12 years ago
Merge pull request #163 from bpedman/scalar-proxy-attrs More... over 12 years ago
Fixes #128: allows disjunction of filters when searching. More... over 12 years ago