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-11-06
Fixed base_url duplication in FileField.use_url
Tymur Maryokhin
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-11-06
Fix exception style for py3
Tom Christie
2014-11-06
More precise assertion error for bulk update
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-11-05
ModelField should support max_length. Closes #2018.
Tom Christie
2014-11-05
Pass through kwargs to both Serializer and ListSerializer
Tom Christie
2014-11-05
Minor cleanup
Tom Christie
2014-11-05
Copy accepted_renderer and accepted_media_type when cloing a request. Closes ...
Tom Christie
2014-11-05
Fix failing copy of fields when RegexValidator is used. Closes #1954.
Tom Christie
2014-11-05
Support None if initial part of dotted lookup returns None. Closes #1223.
Tom Christie
2014-11-04
add glyphicons font files
Aron Jones
2014-11-03
Use invalid_data key for error message. Closes #2002.
Tom Christie
2014-11-03
PUT as create docs, and move mixin out to external gist
Tom Christie
2014-11-03
Merge master
Tom Christie
2014-11-03
Fix URL escaping
2.4.4
Tom Christie
2014-11-03
Version 2.4.4
Tom Christie
2014-11-03
Merge branch 'master' into version-3.0
Tom Christie
2014-11-03
Properly escape URLs when replacing query parameter
Tom Christie
2014-10-31
Merge pull request #1963 from carljm/lazy-fields
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Merge branch 'master' into version-3.0
Tom Christie
2014-10-31
Merge pull request #1922 from JonesChi/fix_follow
Tom Christie
2014-10-31
Guard against malicious string inputs for numbers. Closes #1903.
Tom Christie
2014-10-31
Merge pull request #1785 from gdoermann/master
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
Set up serializer fields lazily on-demand.
Carl Meyer
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
[prev]
[next]