Commit Graph

  • 73a80564e2 Merge pull request #2251 from linovia/version/3.0.1 3.0.1 Tom Christie 2014-12-11 15:08:07 +0000
  • 9c37174768 Fix the ghost backtick. Xavier Ordoquy 2014-12-11 15:58:02 +0100
  • 3a69182cc9 Better link representation for the issues. Xavier Ordoquy 2014-12-11 15:32:52 +0100
  • 75acdc93bc Fix the milestone link again. Xavier Ordoquy 2014-12-11 15:13:15 +0100
  • 99423defd8 Add full stop to the release note items. Add link to the issues Fix the milestone link Xavier Ordoquy 2014-12-11 15:11:37 +0100
  • 9a7b0755eb Add links to the issue id. Xavier Ordoquy 2014-12-11 15:06:10 +0100
  • ab801bb01f Release note corrections Xavier Ordoquy 2014-12-11 14:53:48 +0100
  • 5f0532a091 Update documentation Tom Christie 2014-12-11 09:55:10 +0000
  • 9b88b5db69 Field->ReadOnlyField in tutorial docs Tom Christie 2014-12-11 09:54:55 +0000
  • f21bf4d6dd Update documentation Tom Christie 2014-12-11 09:42:21 +0000
  • 4aaab08e13 Version 3.0.1 Xavier Ordoquy 2014-12-11 00:09:11 +0100
  • 0188ca7306 Release notes for 3.0.1 Xavier Ordoquy 2014-12-11 00:02:13 +0100
  • 313c36faca Merge pull request #2242 from tomchristie/hyperlinked-pk-optimization Tom Christie 2014-12-10 22:19:46 +0000
  • 1e336ef30d Move comment Tom Christie 2014-12-10 22:10:45 +0000
  • 9d3810f313 Drop get_iterable() Tom Christie 2014-12-10 22:09:24 +0000
  • ca7b1f6d51 Optimizations play nicely with select_related, prefetch_related Tom Christie 2014-12-10 21:09:45 +0000
  • 5816c561b2 Update documentation Tom Christie 2014-12-10 14:29:33 +0000
  • 8ad0b83148 Minor docs tweaks Tom Christie 2014-12-10 14:29:21 +0000
  • 01bb85e80a Merge pull request #2246 from d0ugal/mkdocs-theme Tom Christie 2014-12-10 14:22:00 +0000
  • 5fe5a93644 Move remaining sponsor Dougal Matthews 2014-12-10 14:09:47 +0000
  • 1ea84c92a7 Sorted the images Dougal Matthews 2014-12-10 13:42:08 +0000
  • 3b2fc6f0d0 Update documentation Tom Christie 2014-12-10 12:29:18 +0000
  • 6f434a67e7 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-10 12:29:01 +0000
  • dafc5d45a0 Minor docs tweaks to titles and citations Tom Christie 2014-12-10 12:28:48 +0000
  • dbc5c066c2 Add a theme.js file to enable highlighing Dougal Matthews 2014-12-10 11:33:30 +0000
  • 9883862576 Move the static content into the docs theme Dougal Matthews 2014-12-10 09:42:53 +0000
  • fb313f8098 Merge pull request #2241 from IvanAlegre/patch-1 Tom Christie 2014-12-10 09:27:58 +0000
  • 81d0b748b4 Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243. Tom Christie 2014-12-10 09:16:01 +0000
  • 428630c197 Fix trailing space J. Iván Alegre 2014-12-10 10:13:15 +0100
  • 9161e5a927 Remove unnecessary hasattr all and add comment for nested relationships J. Iván Alegre 2014-12-10 09:19:27 +0100
  • 182313cbee Update documentation Tom Christie 2014-12-09 19:53:42 +0000
  • 76956beab4 snippets relationship in tutorial should be read_only Tom Christie 2014-12-09 19:53:27 +0000
  • 720a37d3de Hyperlinked PK optimization. Closes #1872. Tom Christie 2014-12-09 17:28:56 +0000
  • 59470667db Take in care that input data in serializer can be a Manager J. Iván Alegre 2014-12-09 17:49:07 +0100
  • 7d70e56ce3 Copy model field validators, don't reuse the same list. Tom Christie 2014-12-09 16:25:10 +0000
  • 8933bc4b14 Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution Tom Christie 2014-12-09 16:23:33 +0000
  • 8d6b0b1f2d Update serializers.py Julio Iván Alegre 2014-12-09 16:13:18 +0100
  • f5b783af61 allow_blank in ChoiceField. Refs #2239. Tom Christie 2014-12-09 14:21:31 +0000
  • 54a18a4ddb Merge pull request #2239 from jpadilla/allow-blank-choicefield Tom Christie 2014-12-09 14:08:45 +0000
  • afe7ed9333 Add allow_blank for ChoiceField #2184 José Padilla 2014-12-09 09:25:06 -0400
  • a345c32115 Update documentation Tom Christie 2014-12-09 13:21:25 +0000
  • cae19f8924 Minor docs tweaks Tom Christie 2014-12-09 13:21:10 +0000
  • 0a9caf42b2 Update documentation Tom Christie 2014-12-09 13:18:45 +0000
  • a9454013f1 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-09 13:18:31 +0000
  • 4cdfb6adc2 Add REST framework: Under the hood. video to the 3.0 announcement. Tom Christie 2014-12-09 13:18:18 +0000
  • 625e8869e2 Merge 0f41623c54 into 0f080bc293 Catstyle_Lee 2014-12-09 11:40:28 +0000
  • 0f41623c54 fix relations get_attribute Catstyle 2014-12-09 19:40:21 +0800
  • 6ee591b78c add required argument in get_attribute Catstyle 2014-12-09 18:58:25 +0800
  • 4d433b6513 check instance __getitem__ value first Catstyle 2014-12-09 18:56:52 +0800
  • 0f080bc293 Update README.md Tom Christie 2014-12-09 10:06:23 +0000
  • d7d399f8b6 Merge pull request #1 from tomchristie/master Catstyle_Lee 2014-12-09 15:56:33 +0800
  • 41bfdc0732 Don't use 'instance' argument in rendering form for paginated data. Closes #2205. Tom Christie 2014-12-08 21:56:06 +0000
  • ad8fd98905 Failed test with assertion fix Victor Cabral 2014-12-08 11:39:52 -0500
  • 0cfe06f5f9 Update documentation Tom Christie 2014-12-08 16:38:49 +0000
  • af3fe5a39f Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-08 16:38:29 +0000
  • 4e9ebb5fe9 cd back to parent directory Tom Christie 2014-12-08 16:38:17 +0000
  • 1125c438d3 basic assert to ensure data is there Victor Cabral 2014-12-08 11:19:36 -0500
  • 302ec59a5c Merge pull request #2165 from phalt/httpie-examples Tom Christie 2014-12-08 15:51:19 +0000
  • f3ebac061e one last tabs / spaces! phalt 2014-12-08 15:47:49 +0000
  • 8e9408115d fixed indentations phalt 2014-12-08 15:41:01 +0000
  • 61eb64ed24 Update documentation Tom Christie 2014-12-08 15:16:45 +0000
  • fd02d8266b Added 3.0 to release notes. Tom Christie 2014-12-08 15:16:33 +0000
  • 4034793383 Added missing translation markers in realtions.py. Closes #2231. Tom Christie 2014-12-08 15:13:59 +0000
  • 62cca1eec7 Merge pull request #2232 from tomchristie/validate-in-list-serializer Tom Christie 2014-12-08 15:02:53 +0000
  • eee02a47d9 Added ListSerializer.validate(). Closes #2168. Tom Christie 2014-12-08 14:56:45 +0000
  • 962d8fe5d3 Merge 345bf42ce9 into ef89c15663 Ian Foote 2014-12-08 13:57:05 +0000
  • ef89c15663 Merge pull request #2229 from jpadilla/localization-note Tom Christie 2014-12-08 13:46:38 +0000
  • 8ba4e7bafe Add misc note about localization José Padilla 2014-12-08 09:18:37 -0400
  • 8057d01594 Merge cee8cfb583 into b440bd74be José Padilla 2014-12-08 09:07:59 +0000
  • b440bd74be Merge pull request #2187 from loic/cosmetic_fixes Tom Christie 2014-12-08 09:07:57 +0000
  • cee8cfb583 Fix failing tests José Padilla 2014-12-08 00:24:59 -0400
  • f076caebb0 Update default error messages for translations José Padilla 2014-12-07 23:52:28 -0400
  • 0c0d65d232 Fixed unit test for auth login Victor Cabral 2014-12-07 15:05:17 -0500
  • b90f4228b2 Ported a couple of templates to Bootstrap 3.x. Loic Bistuer 2014-12-03 17:30:07 +0700
  • ff02a0af9c Fixed display issues with tooltips. Loic Bistuer 2014-12-03 17:29:06 +0700
  • 6d8a652ef6 Add failing tests for #2217 José Padilla 2014-12-07 11:14:58 -0400
  • 9879a5dcdc Merge pull request #2226 from mhenwood/amend_viewset_docs Tom Christie 2014-12-07 14:29:05 +0000
  • 8553858e73 Merge pull request #2224 from linovia/bugfix/2221 Tom Christie 2014-12-07 14:00:41 +0000
  • 9b468fba60 Amend ViewSet docs to warn of potential problem Mark Henwood 2014-12-07 11:57:07 +0000
  • 345bf42ce9 Add validate method back to ListSerializer Ian Foote 2014-12-07 11:59:08 +0000
  • a257b04928 Fix missing validated_data in raise_errors_on_nested_writes (#2221) Xavier Ordoquy 2014-12-07 12:12:40 +0100
  • 71c49fea8a Merge pull request #2219 from linovia/bugfix/tutorial_2 Tom Christie 2014-12-06 10:14:16 +0000
  • e4820d611b Fix the new Django default db name PrimaryKeyRelatedField now needs a queryset argument. urls now don't use urlpatterns. Xavier Ordoquy 2014-12-06 10:53:24 +0100
  • 9c822abc15 Merge a7570a3175 into 544967f36e Marco Paolini 2014-12-05 21:36:59 +0000
  • a7570a3175 Make model save and create methods more customizable in serializers Marco Paolini 2014-12-05 22:25:57 +0100
  • 544967f36e Test tweaks Tom Christie 2014-12-05 14:15:58 +0000
  • c611a2c1fe Merge pull request #2213 from BrickXu/master Tom Christie 2014-12-05 14:00:59 +0000
  • fca9175029 Merge pull request #2215 from tomchristie/tomchristie-better-serializer-errors Tom Christie 2014-12-05 13:59:38 +0000
  • 88900a0844 Minor tweaks Tom Christie 2014-12-05 13:58:39 +0000
  • ca74fa989d Better serializer errors for nested writes. Closes #2202 Tom Christie 2014-12-05 13:50:28 +0000
  • 59b2ad5425 Minor docs tweaks Tom Christie 2014-12-05 13:23:14 +0000
  • e2587c7b4d Merge pull request #2204 from carltongibson/default-docs-fix Tom Christie 2014-12-05 13:20:16 +0000
  • 65d6cba75f Merge pull request #2200 from maryokhin/master Tom Christie 2014-12-05 13:14:14 +0000
  • 78f5bcb5cb Update documentation Tom Christie 2014-12-05 13:07:48 +0000
  • 9fb1b396db user in example should have been instance. Closees #2191. Tom Christie 2014-12-05 13:07:31 +0000
  • b7b0fd3e14 Added .validated_data usage. Closes #2214. Tom Christie 2014-12-05 12:48:12 +0000
  • 99a43748eb Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-05 12:46:36 +0000
  • 1b8c06aefe Style tweaks in examples Tom Christie 2014-12-05 12:46:08 +0000
  • de4ef6e394 Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-json Tom Christie 2014-12-05 12:35:24 +0000
  • 6cce0681a9 Update documentation Tom Christie 2014-12-05 09:44:35 +0000