| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-13 | (I hope) tests are fixed, issue #1386 | Artem Mezhenin | |
| 2014-02-13 | change regex back, issue #1386 | Artem Mezhenin | |
| 2014-02-13 | Skip Python 2.6 build for Django 1.7 | Xavier Ordoquy | |
| 2014-02-13 | Fixed a typo. | Xavier Ordoquy | |
| 2014-02-13 | Use 1.7a2 for django 1.7 line and added django-guardian PR for python 3.x or ↵ | Xavier Ordoquy | |
| django 1.7 tests. | |||
| 2014-02-12 | Merge pull request #1412 from amatellanes/master | Tom Christie | |
| Fixed Testing docs section | |||
| 2014-02-12 | Fixed Testing docs section | amatellanes | |
| 2014-02-11 | Merge pull request #1406 from carltongibson/#1210 | Carlton Gibson | |
| Closes #1210. | |||
| 2014-02-11 | Test and fix for #1210. World's lowest hanging fruit. | Carlton Gibson | |
| 2014-02-11 | Merge pull request #1405 from carltongibson/#1257 | Carlton Gibson | |
| Test and quick fix for #1257 | |||
| 2014-02-11 | Test and quick fix for #1257 | Carlton Gibson | |
| 2014-02-10 | Merge pull request #1404 from hassanshamim/update-exeptions-documentation | Tom Christie | |
| Update Exceptions Documentation | |||
| 2014-02-10 | Replace 'detail' with 'default_detail' in Exceptions guide and APIException ↵ | Hassan Shamim | |
| class docstring. | |||
| 2014-02-09 | issue #1386 | Artem Mezhenin | |
| * regex for matching URLs was rewritten * added unittests | |||
| 2014-02-09 | update regex for matching URLs, fixes issue #1386 | Artem Mezhenin | |
| 2014-02-05 | Merge pull request #1382 from mking/use-urandom-directly | Tom Christie | |
| Generate random token directly | |||
| 2014-02-04 | Generate random token directly | Matthew King | |
| 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 | Moving models back to test_serializer. | Xavier Ordoquy | |
| 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-30 | Upgraded django-oauth-plus | Xavier Ordoquy | |
| 2014-01-30 | Fixed the object representation in order to pass the tests. | Xavier Ordoquy | |
| 2014-01-30 | Refactoring due to the previous commit. | Xavier Ordoquy | |
| 2014-01-30 | Make factory.get work with Django 1.7 | Xavier Ordoquy | |
| 2014-01-28 | Install Pillow for ImageField to work. | Xavier Ordoquy | |
| 2014-01-28 | Define the upload_to for file fields. | Xavier Ordoquy | |
| 2014-01-28 | wsgi_request is now added to the response so we have to remove it before ↵ | Xavier Ordoquy | |
| pickling the response. | |||
| 2014-01-28 | Django 1.7 has new 404 and 403 body messages. | Xavier Ordoquy | |
| 2014-01-28 | Mock updated as Django’s get_template now has two arguments. | Xavier Ordoquy | |
| 2014-01-28 | Don’t rely on Django’s get as it breaks for 1.7 | Xavier Ordoquy | |
| 2014-01-28 | Moved all the reused models to the models files to avoid conflicts with the ↵ | Xavier Ordoquy | |
| refactored apps. | |||
| 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-28 | Don’t forget to setup django for 1.7+ as it’s not a regular django command. | Xavier Ordoquy | |
| 2014-01-28 | Updated the django-filter version and added tests against Django 1.7a1 | Xavier Ordoquy | |
| 2014-01-26 | Merge pull request #1373 from rhcarvalho/patch-1 | Tom Christie | |
| Fix typo in docstring for post_delete hook. | |||
