Commit Graph

  • 84d9c4b46e Change site_dir to html to match mkdocs.py Dougal Matthews 2014-10-22 21:36:11 +0100
  • 04abe9830c Add a docs build to the Tox run Dougal Matthews 2014-10-22 21:22:16 +0100
  • ae36a258d7 Add the kickstarter annoucement to the TOC Dougal Matthews 2014-10-22 21:21:59 +0100
  • 261c4ce9af Remove redundant requirements file Dougal Matthews 2014-10-22 21:13:40 +0100
  • b2762cbb76 Fixed typos in the config and updated Google analytics Dougal Matthews 2014-10-22 21:13:08 +0100
  • 3a648b9f0b Migrate documentation to MkDocs proper Dougal Matthews 2014-10-09 10:14:04 +0100
  • 3b40f8c1c1 Drop 0.x release notes Tom Christie 2014-11-25 12:15:48 +0000
  • 5aaf9df96c Set force_insert default to True for backward compatibility Eugeniy 2014-11-25 17:15:00 +0500
  • 83281254d1 Hypenate 'un-coerced' Tom Christie 2014-11-25 12:06:27 +0000
  • c4dff54ecc Docs on ValidationError Tom Christie 2014-11-25 12:04:46 +0000
  • a3c0c8fb90 Add missing period. Tom Christie 2014-11-25 12:04:35 +0000
  • bb8402acf3 Update mixins.py Eugeniy 2014-11-25 16:49:07 +0500
  • b39bd7ce91 Merge pull request #2127 from marctc/patch-1 Tom Christie 2014-11-25 11:45:23 +0000
  • 9ead0dd44c Merge 2e726e22a3 into 06fd63dade Tom Christie 2014-11-25 11:43:30 +0000
  • 2e726e22a3 request.DATA, request.FILES -> request.data Tom Christie 2014-11-25 11:42:43 +0000
  • 83e556ba1e Missing quotes on validate_score example Marc 2014-11-25 12:37:20 +0100
  • 06fd63dade Don't use default_empty_html value for partial updates. Closes #2118. Tom Christie 2014-11-25 11:14:28 +0000
  • 17c7431a6d Merge pull request #2126 from NextHub/master Tom Christie 2014-11-25 11:11:17 +0000
  • c559ec6da8 Removed dots in Django versions in tox. Refs #2124. Tymur Maryokhin 2014-11-25 12:03:54 +0100
  • 85f5e79cf3 Merge pull request #2123 from NextHub/master Tom Christie 2014-11-25 10:47:13 +0000
  • fd980be39b Documentation in 'many_init' docstring. Refs #2120. Tom Christie 2014-11-25 10:39:58 +0000
  • 9c58dfec4e Fix shoddy test case Tom Christie 2014-11-25 10:34:21 +0000
  • b6de2660ea Added python 3.2 to test against django master . Related to #2075. Tymur Maryokhin 2014-11-25 11:09:36 +0100
  • 1fcb495456 Updated travis config Tymur Maryokhin 2014-11-25 10:58:03 +0100
  • 585054f012 Streamlined tox config with 1.8 features Tymur Maryokhin 2014-11-25 10:57:46 +0100
  • 7165496732 Merge pull request #1 from tomchristie/master BrickXu 2014-11-25 17:40:32 +0800
  • ecc26f6cb1 Style tweaks to login template. Tom Christie 2014-11-25 09:07:25 +0000
  • 735d2257b4 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-11-25 08:59:59 +0000
  • bdacb66244 Lowercase HTML label tag. Refs #2121. Tom Christie 2014-11-25 08:59:45 +0000
  • 32647eda1f Initial work at implementing ReturnDict and ReturnList for nested serializers. Gordon Cassie 2014-11-24 08:41:12 -0500
  • 3371131a61 Merge pull request #2116 from LuRsT/patch-5 Tom Christie 2014-11-24 13:21:15 +0000
  • eb77de4bdd Merge pull request #2117 from LuRsT/patch-6 Xavier Ordoquy 2014-11-24 10:08:49 +0100
  • 918b9cc6a6 Added missing import in tutorial snippet Gil Gonçalves 2014-11-24 08:54:07 +0000
  • 790a651893 Fixed database update instructions Gil Gonçalves 2014-11-24 08:51:08 +0000
  • c69408d15a Merge 42a56d3836 into 5cad60dc4f Gil Gonçalves 2014-11-24 08:44:21 +0000
  • 5cad60dc4f Merge pull request #2115 from hgiasac/master Tom Christie 2014-11-23 19:59:06 +0000
  • c94d1e6d3e Fix typo "serailizers" to "serializers" Tony Nguyen 2014-11-23 22:40:40 +0700
  • f7de442ef4 Merge pull request #2112 from rinti/patch-1 Tom Christie 2014-11-21 21:46:01 +0000
  • 2ec0e7417f removed the whole footer section Andreas Bernacca 2014-11-21 22:45:28 +0100
  • e6ecb494bb Merge pull request #2111 from matthewwithanm/perm-docs Tom Christie 2014-11-21 21:43:22 +0000
  • fe9a758d7e remove sponsored by dabapps Andreas Bernacca 2014-11-21 22:15:43 +0100
  • 8e940a22fb Clarify how permission classes are composed Matthew Dapena-Tretter 2014-11-21 15:58:31 -0500
  • 2b3d4a3783 Checking for a more specific exception when user might have passed in a list without specifying many=True. Gregor Müllegger 2014-11-21 08:32:53 +0100
  • 30ce4c6413 Catching the error that might arise from not passing many=True to a serializer in the data property instead of the serializer's __init__ method. Gregor Müllegger 2014-11-17 23:26:07 +0100
  • 22f059a25a Fixing QuerySet import for Django < 1.7. Gregor Müllegger 2014-11-15 14:35:37 +0100
  • 7415b74980 Providing meaningful error message if you forget many=True. Closes #1914. Gregor Müllegger 2014-11-15 12:39:12 +0100
  • 5b671cb515 Fix rendering HTML form when API error raised. Closes #2103. Tom Christie 2014-11-20 16:14:51 +0000
  • d037c53b57 Merge pull request #2095 from tomchristie/3.0-beta Tom Christie 2014-11-20 14:32:37 +0000
  • 1aa58d16be Py3 fix - .items is not a list. Tom Christie 2014-11-20 14:26:40 +0000
  • 071c064d25 Fill in TODOs for 3.0 beta release notes Tom Christie 2014-11-20 14:22:53 +0000
  • 6a2023a362 Note on 3.1 and 3.2 releases. Tom Christie 2014-11-20 13:52:00 +0000
  • d80d58e91a Merge branch 'master' into 3.0-beta Tom Christie 2014-11-20 13:44:35 +0000
  • 6ec96d0bac Resolve PUT and POST buttons in browsable API Tom Christie 2014-11-20 13:43:38 +0000
  • 9c6bead8b6 Add --- null option for selects. Closes #2096. Tom Christie 2014-11-20 12:38:08 +0000
  • 6794b3380a Fixes for defaulting empty HTML fields to '', None, or empty. Tom Christie 2014-11-20 12:15:33 +0000
  • 42a56d3836 Added a reminder to update migrations in tutorial Gil Gonçalves 2014-11-20 12:11:51 +0000
  • c6e011f160 Fixed view assignment in tutorial Gil Gonçalves 2014-11-20 12:07:12 +0000
  • 7d417fc678 Make _force_text_recursive private. Tom Christie 2014-11-20 12:02:58 +0000
  • 096c58b784 Merge branch 'master' into 3.0-beta Tom Christie 2014-11-20 11:51:42 +0000
  • 37312eed21 Merge pull request #2100 from LuRsT/patch-1 Tom Christie 2014-11-20 11:43:35 +0000
  • 04d2635b24 Removed unused import from code snippet in tutorial Gil Gonçalves 2014-11-20 11:33:42 +0000
  • 9b4757b7af Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-11-20 09:31:01 +0000
  • bde7255413 Fix non-determanistic default bug. Closes #2099. Tom Christie 2014-11-20 09:30:49 +0000
  • 8df6645012 Merge pull request #2097 from raonyguimaraes/master Tom Christie 2014-11-19 16:07:46 +0000
  • 928cbc640e small type Raony Guimarães 2014-11-19 13:53:36 -0200
  • 40b1ea919b Fix non-determanistic unique constraint mapping. Refs #2092. Tom Christie 2014-11-19 14:51:49 +0000
  • 8516281078 Minor fix for #2092. Tom Christie 2014-11-19 14:40:30 +0000
  • bc83dfece4 Merge branch 'master' into 3.0-beta Tom Christie 2014-11-19 14:04:31 +0000
  • 51b7033e4a Further notes in 3.0 announcement Tom Christie 2014-11-19 14:03:19 +0000
  • 8586290df8 Apply defaults and requiredness to unique_together fields. Closes #2092. Tom Christie 2014-11-19 13:55:10 +0000
  • 5769306c10 Add migrate command Tom Christie 2014-11-19 13:06:02 +0000
  • decb1cb53d Set a version for django in tutorial Gil Gonçalves 2014-11-19 12:33:59 +0000
  • 6cb6510132 Use translatable error strings. Refs #2063. Tom Christie 2014-11-19 12:15:05 +0000
  • 3eaf92e893 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-11-19 09:31:38 +0000
  • e49d22dbda Allow blank choices to render. Closes #2071. Tom Christie 2014-11-19 09:31:26 +0000
  • 8df3740ad5 Merge pull request #2090 from joshk/patch-1 Xavier Ordoquy 2014-11-19 01:24:02 +0100
  • 5cda5ad18e Use the new build env on Travis Josh Kalderimis 2014-11-18 13:06:08 -0500
  • f573aaee4e List serializer no explicitly renders as 'not supported for HTML input' Tom Christie 2014-11-18 17:25:05 +0000
  • f269826a7d Note on 3.0 beta Tom Christie 2014-11-18 16:26:45 +0000
  • c0d356edaa Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084 Tom Christie 2014-11-18 15:42:52 +0000
  • c50a42bddc Merge branch 'master' of github.com:tomchristie/django-rest-framework Carlton Gibson 2014-11-18 16:42:39 +0100
  • 080bd3d24e Add comment ref #2089 Tom Christie 2014-11-18 15:38:31 +0000
  • 084354d3eb Only pass instance to form for PUT and PATCH. Closes #2073. Tom Christie 2014-11-18 15:11:40 +0000
  • 5e74f02d61 Note removal of 'save_object' and fail loudly if it exists Tom Christie 2014-11-18 14:49:00 +0000
  • 67735687b2 Ensure _resolve_model does not return None Doug Beck 2014-11-18 01:26:23 -0500
  • 2d9f5f906c Update error re-raising to use a more Python 2/3 compatible version. Adam Grant 2014-11-17 17:21:47 -0800
  • 5dc3b1b364 Merge 75d755a8fc into 0f508c5821 Adam Grant 2014-11-18 01:13:30 +0000
  • 0f508c5821 Docs for advanced default argument usage. Closes #1945 Tom Christie 2014-11-17 18:36:32 +0000
  • d2537e51a5 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-11-17 18:17:59 +0000
  • 5f580cad52 Remove class='form-control' for file inputs. Closes #2065. Tom Christie 2014-11-17 18:17:44 +0000
  • 47aefdf68a Merge f7704b8652 into 2444e6a793 Kevin Chang 2014-11-17 15:32:25 +0000
  • 2444e6a793 Merge pull request #2083 from jpadilla/patch-1 Tom Christie 2014-11-17 12:42:08 +0000
  • d08cfb0559 Fix runtests examples José Padilla 2014-11-17 08:17:40 -0400
  • a190ffda3c Merge pull request #2082 from tomchristie/add-django-master-to-build-matrix Tom Christie 2014-11-17 10:04:05 +0000
  • b001a146d7 Add django master to build matrix. Closes #2075. Tom Christie 2014-11-17 09:56:20 +0000
  • 22add22544 Merge 1aa7783095 into 88008c0a68 Eleni Lixourioti 2014-11-15 14:30:19 +0000
  • ad060aa360 More helpful error message when default .create fails. Closes #2013. Gregor Müllegger 2014-11-15 15:23:58 +0100
  • 1aa7783095 Merge branch 'version-3.1' of github.com:tomchristie/django-rest-framework into oauth_as_package Eleni Lixourioti 2014-11-15 14:27:41 +0000
  • bc736c010a allow serialization of blank choice if field is not required Michael Ching 2014-11-14 02:10:58 +0000
  • 7f4c8f818d copy default kwarg from model to serializer Michael Ching 2014-11-14 02:09:48 +0000