index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
Age
Commit message (
Expand
)
Author
2014-10-31
Guard against malicious string inputs for numbers. Closes #1903.
Tom Christie
2014-10-31
Merge master
Tom Christie
2014-10-31
Update to bootstrap 3. Closes #1085
Tom Christie
2014-10-31
Validator documentation and tweaks
Tom Christie
2014-10-30
Ensure json.dumps(separators=...) works on both 2.x and 3.x
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-22
unique_for_month, unique_for_year
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-22
.validate() can raise field errors or non-field errors
Tom Christie
2014-10-20
Used Django utils SortedDict instead of stdlib's OrderedDict for
Erik Wickstrom
2014-10-19
Maintain order of views on router for api root view.
Erik Wickstrom
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-16
Tweak
Tom Christie
2014-10-16
Performance for PK fields
Tom Christie
2014-10-16
get_attribute method on fields
Tom Christie
2014-10-16
Stricter checking for failure cases.
Tom Christie
2014-10-15
Add a keys method to BindingDict
Marty Alchin
2014-10-15
Support fields that reference a simple callable
Tom Christie
2014-10-15
Moar form styling
Tom Christie
2014-10-15
Moar form styling
Tom Christie
2014-10-15
Reorganize to use template_pack in form rendering
Tom Christie
2014-10-15
Drop template includes
Tom Christie
2014-10-15
Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...
Tom Christie
2014-10-15
Fix 'lookup_field' on ModelSerializer. Closes #1944.
Tom Christie
2014-10-12
Rename `preform_update` to `perform_update`
Andy Freeland
2014-10-10
Relations in 'read_only_fields' should not include a queryset kwarg
Tom Christie
2014-10-10
Flake8
Tom Christie
2014-10-10
Tweaks
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
2014-10-09
Use BoundField .name on fields
Tom Christie
2014-10-09
Checks and repr on BoundField
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-09
Tweaking
Tom Christie
2014-10-09
Merge pull request #1920 from thedrow/topic/encoder-improvements
Tom Christie
2014-10-08
Limit blank string -> None to just be on relational fields
Tom Christie
2014-10-08
Support empty file fields
Tom Christie
2014-10-08
Tweaks
Tom Christie
2014-10-08
More gradual deprecation
Tom Christie
2014-10-08
.validate() returning validated data. transform_<field> hooks.
Tom Christie
2014-10-08
Tweak pre/post save hooks. Return instance in .update().
Tom Christie
2014-10-08
Tests for generic relationships
Tom Christie
2014-10-08
Tests for relational fields
Tom Christie
2014-10-07
Reintroduce save hooks
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-03
Serializer.save() takes keyword arguments, not 'extras' argument
Tom Christie
2014-10-03
Fix indentation
Tom Christie
2014-10-03
Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...
Tom Christie
2014-10-03
Revert accidental stupidity
Tom Christie
2014-10-03
Merge pull request #1921 from koordinates/fix-typos
Tom Christie
2014-10-03
More spelling tweaks
Craig de Stigter
[next]