0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'development' More... over 11 years ago
Fixed issue where two listings included two slashes More... over 11 years ago
Improved the concept of a prefix to use the URL method to auto apply a `url_prefix`
Tim Savage
as tims
More... over 11 years ago
Bumped django 1.7 version to c3
Tim Savage
as tims
More... over 11 years ago
Return 204 rather than null
Tim Savage
as tims
More... over 11 years ago
Merge branch 'development' of github.com:timsavage/baldr into development More... over 11 years ago
bumped version
Tim Savage
as tims
More... over 11 years ago
Renamed update_model to just update
Tim Savage
as tims
More... over 11 years ago
Added support for update mapping a model resource to an existing model
Tim Savage
as tims
More... over 11 years ago
Merge branch 'development' of github.com:timsavage/baldr into development More... over 11 years ago
Updated classifiers
Tim Savage
as tims
More... over 11 years ago
Improvements to dispatch methods to add pre and post dispatch hooks, Refactored calls to remove request_method and type (method is already part of the request) and request_type is now available by request.type Added simple way to apply a prefix to a base URL. Reorder some methods to be consistent.
Tim Savage
as tims
More... over 11 years ago
Fixed py33 tox config More... over 11 years ago
Added a simple initial fix to simplify specifying an alternative module
Tim Savage
as tims
More... over 11 years ago
This time a compatible git reference that travis can install
Tim Savage
as tims
More... over 11 years ago
Update git to use git+https
Tim Savage
as tims
More... over 11 years ago
Installing eggs from git requires the -e flag :/
Tim Savage
as tims
More... over 11 years ago
Update tests to use django 1.7c2
Tim Savage
as tims
More... over 11 years ago
For now in tests assume baldr is using latest from odin master
Tim Savage
as tims
More... over 11 years ago
Fixed dependencies
Tim Savage
as tims
More... over 11 years ago
pep8 fix
Tim Savage
as tims
More... over 11 years ago
Corrected odin version required
Tim Savage
as tims
More... over 11 years ago
Bumped version to 0.5
Tim Savage
as tims
More... over 11 years ago
Removed model assert (the mapping framework will take care of this anyway)
Tim Savage
as tims
More... over 11 years ago
Added a convenience to ModelResourceMixin to convert from a model (meaning and end user does not need to track the original mapping)
Tim Savage
as tims
More... over 11 years ago
The quick hack solution using an alias is problematic when inheritance is in play, fixed this issue
Tim Savage
as tims
More... over 11 years ago
Added initial iteration of model_resource_factory, this is a set of tools for automatically generating resources from django models
Tim Savage
as tims
More... over 11 years ago
Updated the action dispatch processes
Tim Savage
as tims
More... over 11 years ago
Tweak to url method to include closing of the URL, assumes the passes part of a regular expression
Tim Savage
as tims
More... over 11 years ago
More work on sub actions
Tim Savage
as tims
More... over 11 years ago