aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-28Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-28Add import notes in docs. Closes #2357Tom Christie
2014-12-27Merge pull request #2358 from fusionbox/manger_typoTom Christie
2014-12-26Typo manger => managerRocky Meza
2014-12-26Release notes on non-text detail arguments. Closes #2341.Tom Christie
2014-12-26Paginated serializers should get context.Tom Christie
2014-12-24Merge pull request #2340 from shtouff/fix-htmlform-textareaTom Christie
2014-12-24modified the tests accordinglyRemi Paulmier
2014-12-23Merge pull request #2348 from theengineear/compress-invalid-templateKevin Brown
2014-12-23Remove ‘/‘ from inside variable block {{ }}Andrew Seier
2014-12-23Remove commented code (warning during compression)Andrew Seier
2014-12-23Merge pull request #2346 from sh4r3m4n/masterTom Christie
2014-12-23 Documented an optional argument of HyperlinkedIdentityField Matías Lang
2014-12-22fix the way to use textarea rather than input with models.TextFieldRemi Paulmier
2014-12-22Merge pull request #2337 from BWStearns/masterTom Christie
2014-12-21use of double quotes broke the code highlighting.Brian Stearns
2014-12-20Merge pull request #2331 from tomchristie/use-custom-list-serializer-for-pagi...Tom Christie
2014-12-20Merge pull request #2330 from tomchristie/better-blank-html-behaviorTom Christie
2014-12-20Use custom ListSerializer for pagination if one is specified on the serializer.Tom Christie
2014-12-20Better behaviour with null and '' for blank HTML fields.Tom Christie
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
2014-12-19Updated documentation on url_path per suggestions.Rahul
2014-12-19Updates url_path info per suggestionRahul
2014-12-19Added documentation about url_path parameter for custom actions.Rahul
2014-12-19depth should reduce by one on each nesting level. Closes #2287.Tom Christie
2014-12-19Add url_path documention for detail_route decoratortanwanirahul
2014-12-19Updated tests to use url_path attribute in list and detail decoratorstanwanirahul
2014-12-19Change decorator attribute name to url_path per suggestionstanwanirahul
2014-12-18Merge pull request #2319 from maryokhin/masterTom Christie
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
2014-12-18Added project management docs.Tom Christie
2014-12-18Merge pull request #2315 from tomchristie/yaml-encoder-fixTom Christie
2014-12-18YAML encoder fix for 3.0 serializers.Tom Christie
2014-12-18Merge pull request #2314 from tomchristie/drop-setup-py-testTom Christie
2014-12-18Add pinned versions of wheels and mkdocs to our dev requirements.Tom 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
2014-12-18Merge pull request #2311 from tomchristie/allow-empty-text-or-boolean-html-in...Tom Christie
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
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
2014-12-17Merge pull request #2305 from epicserve/tutorial_4_fixesTom Christie