| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-05 | #1390, docs, turning of pagination | Andrey Kaygorodov | |
| 2014-02-05 | turn of pagination | Andrey Kaygorodov | |
| 2014-02-04 | Merge pull request #1387 from RicterZ/patch-1 | Tom Christie | |
| Fixed a bug backticks | |||
| 2014-02-04 | Fixed a bug backticks | RicterZ | |
| fix you may optionally exclude the ``self.check_object_permissions, and simply return the object from the `get_object_or_404` lookup. to you may optionally exclude the `self.check_object_permissions`, and simply return the object from the `get_object_or_404` lookup. | |||
| 2014-02-04 | Merge pull request #1385 from juroe/master | Tom Christie | |
| Fixes typo (Implicit instead of Implict). | |||
| 2014-02-04 | Fixes typo (Implicit instead of Implict). | juroe | |
| 2014-02-03 | Merge pull request #1384 from meshy/patch-1 | Tom Christie | |
| Viewsets docs typo | |||
| 2014-02-03 | Viewsets docs typo | Charlie Denton | |
| The docstring in the example said "update" instead of "create". | |||
| 2014-02-03 | Merge pull request #1383 from jfw/patch-1 | Tom Christie | |
| fixed typo (wrong "its") | |||
| 2014-02-02 | fixed typo (wrong "its") | Jeff Fein-Worton | |
| 2014-02-01 | Merge pull request #1381 from meoooh/master | Tom Christie | |
| just little bit modify | |||
| 2014-02-01 | Update fields.md | meoooh | |
| 2014-01-31 | Merge pull request #1379 from bodylabs/exception_example | Tom Christie | |
| Fix doc for custom exception sample | |||
| 2014-01-31 | Fix doc for custom exception sample | Paul Melnikow | |
| The way to provide a default detail for APIException is to define a `default_detail` attribute on the subclass. Defining a `detail` attribute without `default_detail` will not work, and will result in empty detail instead. | |||
| 2014-01-31 | Merge pull request #1377 from Ian-Foote/force_bytes | Tom Christie | |
| Import force_bytes on django >= 1.5 | |||
| 2014-01-31 | Use bytes BOUNDARY on django < 1.5 | Ian Foote | |
| Django's encode_multipart was updated in django 1.5 to work internally with unicode and convert to bytes. In django >= 1.5 we therefore need to pass the BOUNDARY as unicode. In django < 1.5 we still need to pass it as bytes. | |||
| 2014-01-30 | Only add 'Vary: Accept' header when there is more than one possible renderer. | Tom Christie | |
| 2014-01-30 | Remove TODO note, since it hasn't been TODONE. | Tom Christie | |
| 2014-01-28 | Add file upload test for APIRequestFactory | Ian Foote | |
| Remove test_compat | |||
| 2014-01-28 | Import force_bytes on django >= 1.5 | Ian Foote | |
| 2014-01-26 | Merge pull request #1373 from rhcarvalho/patch-1 | Tom Christie | |
| Fix typo in docstring for post_delete hook. | |||
| 2014-01-25 | Fix typo in docstring for post_delete hook. | Rodolfo Henrique Carvalho | |
| 2014-01-19 | Drop django-rest-framework-bulk API descriptions | Tom Christie | |
| 2014-01-19 | Merge pull request #1363 from miki725/master | Tom Christie | |
| Added docs for bulk views from django-rest-framework-bulk. | |||
| 2014-01-19 | Merge pull request #1364 from jpadilla/patch-1 | Tom Christie | |
| Include the djangorestframework-jwt package | |||
| 2014-01-18 | Include the djangorestframework-jwt package | José Padilla | |
| 2014-01-18 | Added docs for bulk views from django-rest-framework-bulk. | Miroslav Shubernetskiy | |
| 2014-01-17 | Merge pull request #1361 from ross/x_method_override | Tom Christie | |
| always obey X-HTTP-METHOD-OVERRIDE header | |||
| 2014-01-17 | always obey X-HTTP-METHOD-OVERRIDE header | Ross McFarland | |
| required to support old flash/flex clients that need to do everything as GET requests (apparently to allow for any error handlings) | |||
| 2014-01-17 | Merge pull request #1360 from diox/fix-querysets-json-encoding | Tom Christie | |
| Encode django QuerySets to lists and not dicts in JSONEncoder | |||
| 2014-01-17 | Encode django QuerySets to lists and not dicts in JSONEncoder | Mathieu Pillard | |
| 2014-01-15 | Security update to OrderingFilter2.3.12 | Tom Christie | |
| 2014-01-15 | Nicer write_only fields implementation. Closes #1355 | Tom Christie | |
| 2014-01-14 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-01-14 | Merge branch 'master' of git://github.com/sprymak/django-rest-framework into ↵ | Tom Christie | |
| sprymak-master | |||
| 2014-01-14 | Use api_settings.URL_FIELD_NAME | Tom Christie | |
| 2014-01-14 | More HyperlinkedModelSerializer docs | Tom Christie | |
| 2014-01-14 | Use a local virtualenv, not in the users homedir. | Tom Christie | |
| 2014-01-14 | Tweak html for hidden h1 on homepage | Tom Christie | |
| 2014-01-14 | Merge pull request #1354 from JakeSidSmith/docs-seo | Tom Christie | |
| Added h1 and alt to logo to improve SEO | |||
| 2014-01-14 | Added h1 and alt to logo to improve SEO | JakeSidSmith | |
| Added title attribution to logo | |||
| 2014-01-14 | Test for customizable HyperlinkedModelSerializer url field name | S.Prymak | |
| 2014-01-14 | Version 2.3.112.3.11 | Tom Christie | |
| 2014-01-14 | Added write_only and write_only_fields. Refs #1306 | Tom Christie | |
| 2014-01-14 | Override HyperlinkedModelSerializerOptions url field name with ↵ | S.Prymak | |
| URL_FIELD_NAME setting | |||
| 2014-01-13 | Minor tweaks | Tom Christie | |
| 2014-01-13 | Merge branch 'testing-nested-serializers' of ↵ | Tom Christie | |
| git://github.com/dustinfarris/django-rest-framework into dustinfarris-testing-nested-serializers | |||
| 2014-01-13 | Minor cleanup | Tom Christie | |
| 2014-01-13 | Move ImportingModelSerializerTests and add comments. | Dustin Farris | |
| 2014-01-13 | Merge branch 'master' of git://github.com/cguethle/django-rest-framework ↵ | Tom Christie | |
| into cguethle-master | |||
