aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Stub out the documentationTom Christie
2014-12-19Copy validators lists on instantiation.Tom Christie
2014-12-19build_*_field methodsTom Christie
2014-12-19build_field, build_final_kwargsTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19Merge branch 'master' into version-3.1Tom Christie
2014-12-19depth should reduce by one on each nesting level. Closes #2287.Tom Christie
2014-12-19Clean upTom Christie
2014-12-19get_uniqueness_field_options first passTom Christie
2014-12-19get_extra_kwargsTom Christie
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19Merge branch 'master' into version-3.1Tom Christie
2014-12-19get_unique_together_validators and get_unique_for_date_validatorsTom Christie
2014-12-18Merge pull request #2319 from maryokhin/masterTom Christie
Assert fields in `exclude` are model fields
2014-12-18Add OPTIONS/metadata to docs indexTom Christie
2014-12-18Assert fields in `exclude` are model fieldsTymur Maryokhin
2014-12-18Merge pull request #2316 from tomchristie/project-managementTom Christie
Added project management docs.
2014-12-18Added project management docs.Tom Christie
2014-12-18Merge masterTom Christie
2014-12-18Merge pull request #2315 from tomchristie/yaml-encoder-fixTom Christie
YAML encoder fix for 3.0 serializers.
2014-12-18YAML encoder fix for 3.0 serializers.Tom Christie
2014-12-18Merge pull request #2314 from tomchristie/drop-setup-py-testTom Christie
Drop 'setup.py test'. Just use 'runtests.py'.
2014-12-18Add pinned versions of wheels and mkdocs to our dev requirements.Tom Christie
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-18Drop 'setup.py test'. Just use 'runtests.py'.Tom Christie
2014-12-18Merge pull request #2312 from tomchristie/check-for-wheel-before-pypi-publishTom Christie
Check for wheel install before allowing setup.py publish.
2014-12-18Merge pull request #2311 from ↵Tom Christie
tomchristie/allow-empty-text-or-boolean-html-input-if-not-required Fixes for behavior with empty HTML fields.
2014-12-18Check for wheel install before allowing setup.py publish.Tom Christie
2014-12-18Drop print statements in testsTom Christie
2014-12-18Fixes for behavior with empty HTML fields.Tom Christie
2014-12-18Merge pull request #2307 from epicserve/tutorial_6_doc_fixXavier Ordoquy
The pre_save method no longer works. This resolved issue #2306
2014-12-17The pre_save method no longer works. This resolved issue #2306Brent O'Connor
2014-12-17Wheel check was breaking tests. Removed it.Tom Christie
2014-12-17Enforce wheel check before allowing 'setup.pu publish'Tom Christie
2014-12-17Add missing dateTom Christie
2014-12-17Merge pull request #2297 from tomchristie/version-3.0.23.0.2Tom Christie
Version 3.0.2
2014-12-17Merge pull request #2305 from epicserve/tutorial_4_fixesTom Christie
With httpie 0.8.0 the HTTP method has to come after the auth argument.
2014-12-17With httpie 0.8.0 the HTTP method has to come after the auth argument.Brent O'Connor
2014-12-17Merge pull request #2300 from maryokhin/masterTom Christie
Docs/tutorial import fixes
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Use six.BytesIO in tutorial. Closes #2296.Tom Christie
2014-12-17Merge pull request #2298 from epicserve/fix_typoTom Christie
Fixed a typo
2014-12-17Fixed a typoBrent O'Connor
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Expand permissions docs. Closes #2223.Tom Christie
2014-12-17Cleanup extra newlineTom Christie
2014-12-17Version 3.0.2Tom Christie