0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow reverse_exclude_fields to be specified with the model_resource_factory
Tim Savage
as tims
More... over 10 years ago
Improve model field mapping, add support for ignoring mappings for return values (this could be important for fields you want API consumers to access but not to set eg modification timestamps)
Tim Savage
as tims
More... over 10 years ago
Use _ to indicate route_count is "private"
Tim Savage
as tims
More... over 10 years ago
Fixed ordering of routes, etup create and update api's, More... over 10 years ago
Tidy up long line
Tim Savage
as tims
More... over 10 years ago
Split out more common functionality migrated API2 into sub modules
Tim Savage
as tims
More... over 10 years ago
Added more docs, split out common elements between both "apis". More... over 10 years ago
Bumped version number and updated dependencies (Django 1.7 is required for the checks framework) More... over 10 years ago
More work on API2 to allow easy definition of actions
Tim Savage
as tims
More... over 10 years ago
Expanded api v2 More... over 10 years ago
Expanded API 2 More... over 10 years ago
Removed section that is breaking other sites
Tim Savage
as tims
More... over 10 years ago
Initial work on version 2, improved API
Tim Savage
as tims
More... over 10 years ago
change value to field in docs
Tim Savage
as tims
More... over 10 years ago
Improved doc strings
Tim Savage
as tims
More... over 10 years ago
Added initial work for different approach to defining routes and methods More... over 10 years ago
Make module a required parameter to ensure that a generated resource has a better module pre-defined More... over 10 years ago
Handle codec errors More... over 10 years ago
Update ModelAPI to include a save_model method (so it can be easily modified)
Tim Savage
as tims
More... almost 11 years ago
Updated ordering of base_urls generated by ActionMixin. Added initial concept of ResourceAction, this allows actions to be defined as their own entity.
Tim Savage
as tims
More... almost 11 years ago
Added initial implementation of ResourceForm (and supporting classes)
Tim Savage
as tims
More... almost 11 years ago
Added initial placeholder for resource form
Tim Savage
as tims
More... almost 11 years ago
Updated 500 handler so if a content type is not explicitly defined (eg loaded in a browser) and we are in debug mode then display the django crash page
Tim Savage
as tims
More... almost 11 years ago
Re-order actions within dispatch, move handle_authorization to after 404 check
Tim Savage
as tims
More... almost 11 years ago
Added login required auth mixin
Tim Savage
as tims
More... almost 11 years ago
Some clean up and made compatible with existing ApiCollection
Tim Savage
as tims
More... about 11 years ago
Added support for API versions
Tim Savage
as tims
More... about 11 years ago
Register a handle for Django ValidationExceptions (allows us to use django validators by default), add baldr ResourceField and ResourceListField to supported mapped fields. Added mapping of attributes from model and validators . Allowed an override for the resource_type_name onto the model_resource_factory
Tim Savage
as tims
More... about 11 years ago
Added support for specifying a different list mapping vs standard resource mapping (handle if you want ot use a summary resource). Fixed bug where model_id_field was not being taken into account on updates to a model Expanded docs
Tim Savage
as tims
More... about 11 years ago
Merge branch 'master' of github.com:timsavage/baldr More... about 11 years ago