Commit Graph

  • 38d78b21c0 Remove Content-Type header from empty responses. Fixes #1196 Tom Christie 2013-12-03 16:55:11 +0000
  • 774298f145 First pass at a test for ParseErrors breaking the browsable API Tom Christie 2013-12-03 16:18:35 +0000
  • 9f1918e41e Added @ian-foote, for work on #1250. Thanks! Tom Christie 2013-12-03 16:06:57 +0000
  • b92c911cf6 Update release-notes.md Tom Christie 2013-12-03 16:05:19 +0000
  • 344cd865ab Merge pull request #1250 from Ian-Foote/choice_field Tom Christie 2013-12-03 08:03:02 -0800
  • 1221b93911 Merge a1dfabb21c into fe4c7d4000 Karl Ranna 2013-12-03 05:10:43 -0800
  • a1dfabb21c IsAdminOrReadOnly permission. erkarl 2013-12-03 15:04:10 +0200
  • c1d9a96df0 Catch errors during parsing and set empty .DATA/.FILES before re-raising. Tom Christie 2013-12-03 08:58:05 +0000
  • fe4c7d4000 Update release-notes.md Tom Christie 2013-12-03 08:26:58 +0000
  • ac61697890 Merge pull request #1258 from pyriku/delete-signals-destroy-model-mixin Tom Christie 2013-12-03 00:25:54 -0800
  • c099bb4172 Merge 5933c12715 into 01040b077c Rob Terhaar 2013-12-02 16:21:23 -0800
  • 5933c12715 Add the "name=" parameter in the urls.py for the tutorial Rob Terhaar 2013-12-02 19:19:47 -0500
  • 699ec7236b Adds pre_delete and post_delete hooks on Pablo Recio 2013-12-03 00:07:41 +0000
  • 01040b077c Merge pull request #1256 from minddust/fix_docs_sample Tom Christie 2013-12-02 02:46:16 -0800
  • 850cd83ba7 Fix TemplateHTMLRenderer example Stephan Groß 2013-12-02 11:44:04 +0100
  • c5da67ee0d untabify Tom Walker 2013-11-28 16:14:10 +0000
  • 4f7cd6c652 honour default value even when field value not specified Tom Walker 2013-11-28 15:58:44 +0000
  • 13ec64e8c8 Adding transaction rollback to exception_handler Jesús Espino 2013-10-25 07:39:31 +0200
  • 6ceb0fa94a Merge pull request #1252 from thedrow/patch-3 Tom Christie 2013-11-27 04:55:59 -0800
  • c46106c961 Rephrased documentation changes according to feedback on IRC. Omer Katz 2013-11-27 14:47:37 +0200
  • b8f8fb7779 Updated the assertion message of the ImageField. Omer Katz 2013-11-27 13:26:49 +0200
  • 2dce8d7a8a Recommend using Pillow instead of PIL. Omer Katz 2013-11-27 13:23:49 +0200
  • 8d09f56061 Add unittests for ChoiceField metadata. Ian Foote 2013-11-27 11:00:15 +0000
  • 2484fc9141 Add more context to the ChoiceField metadata. Ian Foote 2013-11-26 17:10:16 +0000
  • a38d9d5b24 Add choices to options metadata for ChoiceField. Ian Foote 2013-11-26 09:33:47 +0000
  • 900cb676e5 Default NUM_PROXIES to None instead of zero. kahnjw 2013-11-22 14:51:22 -0800
  • b96404516d allow default boolean values to be honoured Tom Walker 2013-11-22 13:42:02 +0000
  • 6af31ed394 Remove u from literals Malcolm Box 2013-11-22 10:59:48 +0000
  • 263281d71d Fix issue #1231: JSONEncoder doesn't handle dict-like objects Malcolm Box 2013-11-21 20:09:48 +0000
  • 6b3e21fa92 Merge ea9e78caf5 into 43c4e3aab8 Warnar Boekkooi 2013-11-21 01:57:26 -0800
  • ea9e78caf5 Added has_lookup_field argument to the link and action decorators. Warnar Boekkooi 2013-11-21 17:47:40 +0800
  • 43c4e3aab8 Merge pull request #1229 from jgomezb/patch-2 Tom Christie 2013-11-21 01:43:07 -0800
  • cb4150b4f9 Token authentication should allow logged-in users from taking advantage of the browsable API feature by checking if the user is logged-in. In that case, get or create the token and let the logged in user pass through the process Rakan Alhneiti 2013-11-21 00:21:21 +0300
  • 3765865b4b Update 'default' explanation. Closes #1239 Tom Christie 2013-11-20 17:40:56 +0000
  • dac5d45122 Merge 301ab5f88e into 304b193efe Loïs Burg 2013-11-20 02:55:24 -0800
  • 301ab5f88e Add hooks to customize error output Loïs BURG 2013-11-19 14:22:09 +0100
  • 304b193efe Update release-notes.md Tom Christie 2013-11-19 15:58:34 +0000
  • 75744b2a89 Merge pull request #1240 from KrzysiekJ/put-as-create Tom Christie 2013-11-19 07:57:00 -0800
  • 9cea6880f7 Added handling of validation errors in PUT-as-create. Krzysztof Jurewicz 2013-11-19 15:49:31 +0100
  • 742d151c76 Remove a couple of .html suffixes in docs Tom Christie 2013-11-19 11:02:00 +0000
  • ca2bd616d9 Remove a couple of .html suffixes in docs Tom Christie 2013-11-19 11:01:27 +0000
  • 0beaa9bed2 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-11-19 10:27:16 +0000
  • 6330212453 Canonical page for index should be '/', not '/index' Tom Christie 2013-11-19 10:27:04 +0000
  • caa9efcf56 Canonical page for index should be '/', not '/index' Tom Christie 2013-11-19 10:26:51 +0000
  • 153eb80031 Merge pull request #1238 from linovia/bugfix/recovering_tests Tom Christie 2013-11-19 01:24:50 -0800
  • 88f5921f2f Removed the DynamicSerializerView duplication Xavier Ordoquy 2013-11-18 20:15:35 +0100
  • 7284a45087 Update 404 page Tom Christie 2013-11-18 16:13:30 +0000
  • b8edd05582 Add a 404 page to the docs Tom Christie 2013-11-18 16:10:47 +0000
  • bc69a6d983 Add a 404 page to the docs Tom Christie 2013-11-18 16:10:26 +0000
  • 20325cce18 Drop .html suffixes in docs Tom Christie 2013-11-18 16:10:14 +0000
  • 00c6726d13 Link to '/' instead of '../index' in prev from quickstart Tom Christie 2013-11-18 15:54:13 +0000
  • b907a44485 Remove .html suffixes Tom Christie 2013-11-18 15:50:29 +0000
  • a8b15f4290 Another fix for nested writable serializers in case of the related_name isn’t set on the ForeignKey. Xavier Ordoquy 2013-11-18 15:06:39 +0100
  • 4ddbeb1634 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-11-18 09:29:22 +0000
  • 075b8c1037 Add User import. Refs #599 Tom Christie 2013-11-18 09:29:09 +0000
  • 6eeebea12b Merge pull request #1235 from thedrow/patch-3 Tom Christie 2013-11-18 01:26:46 -0800
  • 961002854e Add django-rest-framework.org to CNAME Tom Christie 2013-11-18 09:17:15 +0000
  • f322e894ae Enabled syntax highlighting in the README file. Omer Katz 2013-11-18 09:21:09 +0200
  • fb3fcf0710 Merge pull request #1233 from ghickman/wheel Tom Christie 2013-11-17 10:30:50 -0800
  • d5edf20cee gh-pages hosted docs Tom Christie 2013-11-17 18:26:41 +0000
  • ad7aa8fe48 Fixed the nested model serializers in case of the related_name isn’t set. Xavier Ordoquy 2013-11-17 01:27:16 +0100
  • b86765d9c0 add auth param to request client calls Philip Forget 2013-11-15 12:25:32 -0500
  • 4b947a6a2a update requirements for django-oauth-plus to 2.2.1 Philip Forget 2013-11-15 12:18:22 -0500
  • 4807e00bff Set up wheel distribution support George Hickman 2013-11-15 15:49:53 +0000
  • 128bda5712 Use less specfic language in UltaJSON notes Tom Christie 2013-11-15 15:24:32 +0000
  • 7a0e2ed6f6 Version 2.3.9 2.3.9 Tom Christie 2013-11-15 13:55:36 +0000
  • 1d1b2f765c Version 2.3.9 Tom Christie 2013-11-15 13:55:02 +0000
  • 5239362951 pass oauth_timestamp to oauth_provider Philip Forget 2013-11-14 18:02:07 -0500
  • 6be62bc1d7 Update urlpatterns.py jgomezb 2013-11-14 09:22:07 +0100
  • 87e80b7be5 Add tests for using HTTP_X_FORWARDED_FOR to ID machines for throttling kahnjw 2013-11-13 14:06:51 -0800
  • 134ffd96a1 Merge pull request #1226 from alexjg/master Tom Christie 2013-11-13 06:40:05 -0800
  • 72d72e4d3e Add Alex Good to credits (Whoop!) Alex 2013-11-13 14:32:37 +0000
  • fc1047e9b4 Merge pull request #1224 from alexjg/allow-aggregate-ordering Tom Christie 2013-11-13 04:04:50 -0800
  • e29942948f Undo version bump Alex 2013-11-13 12:06:59 +0000
  • f4e610248b Bump version Alex 2013-11-12 23:46:01 +0000
  • 5136798a04 Merge branch 'master' into allow-aggregate-ordering Alex 2013-11-12 23:40:24 +0000
  • d1dc68d755 Add queryset aggregates to allowed fields in OrderingFilter Alex 2013-11-12 23:40:07 +0000
  • 7c27561039 Only use HTTP_X_FORWARDED_FOR if NUM_PROXIES > 0 else use REMOTE_ADDR kahnjw 2013-11-12 09:36:33 -0800
  • 23af9a1a22 Correct NUM_PROXIES throttling documentation wording. kahnjw 2013-11-11 16:42:25 -0800
  • a94ffd1e6a Add throttling topic documentation. kahnjw 2013-11-11 16:41:14 -0800
  • 129cf80f5e Add source documentation. kahnjw 2013-11-11 16:36:19 -0800
  • a1b4695cf8 Make number of app proxies configurable by the user, default to zero kahnjw 2013-11-11 16:28:01 -0800
  • e7b131eb20 Remove kwargs argument from get_ident kahnjw 2013-11-11 14:56:26 -0800
  • 1fd90884f1 Add get_ident method to BaseThrottle class kahnjw 2013-11-11 14:50:50 -0800
  • 8552e79d7b Merge pull request #1220 from hzy/patch-1 Tom Christie 2013-11-11 03:29:00 -0800
  • 52ac2199a8 Added drf-ujson-renderer to renderers docs Jacob Haslehurst 2013-11-11 22:24:37 +1100
  • b65b43c732 Merge pull request #1219 from sepeth/fix-documentation-typo Tom Christie 2013-11-11 01:58:43 -0800
  • fd2c291c4d Typo on api-guide/fields.md and serializers.py Doğan Çeçen 2013-11-11 11:54:30 +0200
  • 470134ae9b Merge pull request #1217 from benpbenp/master Tom Christie 2013-11-08 07:15:40 -0800
  • 209f238f42 Merge pull request #1215 from brutasse/versions Tom Christie 2013-11-08 07:14:05 -0800
  • f2ea5780d2 Exclude 1.4 on python 3 Bruno Renié 2013-11-08 14:58:36 +0100
  • 88b37d0f22 Merge remote-tracking branch 'upstream/master' into versions Bruno Renié 2013-11-08 14:51:09 +0100
  • 541871feca Merge pull request #1216 from linovia/master Tom Christie 2013-11-08 05:22:33 -0800
  • b7b57adee2 Fix object creation with reverse M2M when related_name unspecified Ben Pietravalle 2013-11-08 13:19:40 +0000
  • d4a50429b0 Fixed a regression with ValidationError under Django 1.6 Xavier Ordoquy 2013-11-08 13:12:40 +0100
  • 1296753b5c Updated versions in tox and travis config Bruno Renié 2013-11-08 11:58:14 +0100
  • 97430c0d9c Merge pull request #1214 from diox/choicefield-typed Tom Christie 2013-11-06 04:24:59 -0800
  • 5829eb7a5b Drop u'' prefix for python 3.x compatibility Mathieu Pillard 2013-11-06 12:51:40 +0100
  • 5325890821 Improve handling of 'empty' values for ChoiceField Mathieu Pillard 2013-11-05 17:21:18 +0100
  • 82a6eb8ef2 Merge d20fa2c2c3 into 003b9dda34 Jannis Leidel 2013-11-04 03:36:47 -0800