0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed return not unpacking in tertiary structure More... over 11 years ago
Added auto resolving of mappings given a pair of objects
Tim Savage
as tims
More... over 11 years ago
Added support for additional fields (saves a lot of work around creating full resources), Added min/max_value attributes
Tim Savage
as tims
More... over 11 years ago
Fixed strange bug in python where tuple unpacking wasn't applied when response is from a if statement
Tim Savage
as tims
More... over 11 years ago
Started adding API's for press (baldr auto models rocks!)
Tim Savage
as tims
More... over 11 years ago
Use new CodecDecodeError to and add additional tests More... over 11 years ago
Updated travis config for django 1.7 More... over 11 years ago
Added tests for handling empty string More... over 11 years ago
bumped version correctly! More... over 11 years ago
Bump version to 0.5.2 More... over 11 years ago
Handle an empty string as None More... over 11 years ago
Added support for populate a resource directly from a queryset (skipping out the model and mapping stages)
Tim Savage
as tims
More... over 11 years ago
Merge branch 'master' of github.com:timsavage/baldr More... over 11 years ago
Fixed inheritance bug in ActionMixin was skipping base_urls and preventing them from being registered
Tim Savage
as tims
More... over 11 years ago
Added model API
Tim Savage
as tims
More... over 11 years ago
Added a check for a list of resources rather than a single resource.
Tim Savage
as tims
More... over 11 years ago
Improved create/update API, fixed bug referring to request body (as data instead of body)
Tim Savage
as tims
More... over 11 years ago
Changed how methods that are not defined reported. return Http404 instead of NotImplementedError More... over 11 years ago
Handled permission denied, change code to be sub_status
Tim Savage
as tims
More... over 11 years ago
Handle resource decoding failure
Tim Savage
as tims
More... over 11 years ago
pep8 bypass More... over 11 years ago
Fixed reference to baldr app config More... over 11 years ago
Handle different errors better More... over 11 years ago
Handle ValueError correctly More... over 11 years ago
Setup descriptor interface, fixed bug dealing with validation passing but not returning a value More... over 11 years ago
Added new model field that utilised a descriptor and allows for lazy parsing of resources, prevents long operations when just fetching data from the database for display
Tim Savage
as tims
More... over 11 years ago
Initial work on improved resource field
Tim Savage
as tims
More... over 11 years ago
updated to django 1.7
Tim Savage
as tims
More... over 11 years ago
Merge branch 'master' of github.com:timsavage/baldr
Tim Savage
as tims
More... over 11 years ago
Improved update message to support lazy updates (ie only do work if a model has actually changed). Improved method documentation
Tim Savage
as tims
More... over 11 years ago