0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore emacs temporary files. More... over 13 years ago
Ignore development and build files. More... over 13 years ago
Added test_suite keyword argument to setup.py so that tests can be run with 'python setup.py test'. More... over 13 years ago
Added package dependencies in requirements.txt file and corresponding requirements to setup.py. More... over 13 years ago
Fixed typo in test name: instrospection -> introspection. More... over 13 years ago
Added missing database commits which allow tests to pass. More... over 13 years ago
PEP8 style fixes. More... over 13 years ago
Renaming the `api.api` symbol to `api.module` More... about 14 years ago
bump to version 0.2 More... about 14 years ago
Removing "tests" from the package list in setup.py More... over 14 years ago
Adding README, setup.py and tests/__init__.py files More... over 14 years ago
Adding .gitignore, AUTHORS and COPYING files More... over 14 years ago
Fixing the list of validation errors in update methods More... over 14 years ago
Fixing a small problem when setting offset in search More... over 14 years ago
Moving restful to a new inner directory More... over 14 years ago
Testing the comparison between two fields in search (100% tested) More... over 14 years ago
Adding tests for the `search' functionality, now we have 99% of coverage :) More... over 14 years ago
Adding the `has' search operator to the API and fixing relation problems More... over 14 years ago
Avoiding to override the value of the `i' var in _extract_operators() More... over 14 years ago
Aborting with a 404 error if there's no object with instid in get() More... over 14 years ago
Validating params before passing them to get_by in update_relations More... over 14 years ago
Validating params when updating related fields More... over 14 years ago
Implementing a way for updating a single instance More... over 14 years ago
Removing an unused import from the api module More... over 14 years ago
Validating subinstances when creating a new instance More... over 14 years ago
Moving get_or_create() function from api.py to model.py More... over 14 years ago
Avoiding to redefine the suite name from the outer scope (pylint) More... over 14 years ago
Starting to test our RESTtful API itself More... over 14 years ago
Creating an alias for accessing the model in the ModelTestCase class More... over 14 years ago
Adding some docstrings to the ModelTestCase class More... over 14 years ago