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
Age
Commit message (
Expand
)
Author
2015-01-08
update tests to expect new error messages
Craig Blaszczyk
2015-01-08
remove unused import
Craig Blaszczyk
2015-01-07
restore Django 404
Craig Blaszczyk
2015-01-07
swap backticks for double quotes
Craig Blaszczyk
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-07
use double quotes in user messages
Craig Blaszczyk
2015-01-07
update source strings
Craig Blaszczyk
2015-01-07
use double quotes for user visible strings; end user visible strings in full ...
Craig Blaszczyk
2015-01-07
remove hardcoded page number
Craig Blaszczyk
2015-01-07
recompile pofile with new python format strings
Craig Blaszczyk
2015-01-07
switch to using format strings in error messages; raise NotFound when paginat...
Craig Blaszczyk
2015-01-07
add config and documentation about uploading/downloading translations from Tr...
Craig Blaszczyk
2015-01-02
add missing period; update generated translations
Craig Blaszczyk
2015-01-02
capitalise Django
Craig Blaszczyk
2015-01-02
update expected error messages in tests
Craig Blaszczyk
2015-01-02
update error messages for language and consistency
Craig Blaszczyk
2015-01-02
fix spelling & grammar errors
Craig Blaszczyk
2015-01-02
update internationalisation instructions to prevent symlinking; add base .po ...
Craig Blaszczyk
2015-01-02
Add info about how django chooses which language to use
Craig Blaszczyk
2015-01-02
match DRF style guide
Craig Blaszczyk
2015-01-02
instructions on how to translate REST framework error messages
Craig Blaszczyk
2014-12-19
Merge pull request #2322 from tomchristie/model-serializer-api
Tom Christie
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
Tom Christie
2014-12-19
Stub out the documentation
Tom Christie
2014-12-19
Copy validators lists on instantiation.
Tom Christie
2014-12-19
build_*_field methods
Tom Christie
2014-12-19
build_field, build_final_kwargs
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
Merge branch 'master' into version-3.1
Tom Christie
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Clean up
Tom Christie
2014-12-19
get_uniqueness_field_options first pass
Tom Christie
2014-12-19
get_extra_kwargs
Tom Christie
2014-12-19
get_field_names, get_default_field_names
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
Merge branch 'master' into version-3.1
Tom Christie
2014-12-19
get_unique_together_validators and get_unique_for_date_validators
Tom Christie
2014-12-18
Merge pull request #2319 from maryokhin/master
Tom Christie
2014-12-18
Add OPTIONS/metadata to docs index
Tom Christie
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-18
Merge pull request #2316 from tomchristie/project-management
Tom Christie
2014-12-18
Added project management docs.
Tom Christie
2014-12-18
Merge master
Tom Christie
2014-12-18
Merge pull request #2315 from tomchristie/yaml-encoder-fix
Tom Christie
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-18
Merge pull request #2314 from tomchristie/drop-setup-py-test
Tom Christie
2014-12-18
Add pinned versions of wheels and mkdocs to our dev requirements.
Tom Christie
2014-12-18
Merge branch 'master' into version-3.1
Tom Christie
2014-12-18
Drop 'setup.py test'. Just use 'runtests.py'.
Tom Christie
2014-12-18
Merge pull request #2312 from tomchristie/check-for-wheel-before-pypi-publish
Tom Christie
[next]