| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-13 | Merge pull request #2407 from philipn/filters_link_fix | Carlton Gibson | |
| Fix link to `django-rest-framework-filters` | |||
| 2015-01-13 | Fix link to `django-rest-framework-filters` (formerly | Philip Neustrom | |
| `django-rest-framework-chain`) | |||
| 2015-01-12 | Merge pull request #2399 from askholme/master | Tom Christie | |
| Fix for FileUploadParser with 3.x | |||
| 2015-01-12 | Merge pull request #2401 from jpadilla/master | Tom Christie | |
| Fix ident format when using HTTP_X_FORWARDED_FOR | |||
| 2015-01-12 | Fix error when NUM_PROXIES is greater than one | José Padilla | |
| 2015-01-11 | Fix ident format when using HTTP_X_FORWARDED_FOR | José Padilla | |
| If NUM_PROXIES setting is set to None, HTTP_X_FORWARDED_FOR might be used as is, which might contain spaces and cause errors on cache backends like memcached. | |||
| 2015-01-10 | Merge pull request #2398 from sloria/readme-links | José Padilla | |
| Fix broken links in README | |||
| 2015-01-10 | Make FileUploadParser work with standard django API | Ask Holme | |
| Output from parsers ends up in a Django MergeDict and they exists elements to be dicts - not None | |||
| 2015-01-10 | Fix broken links in README | Steven Loria | |
| 2015-01-10 | Merge pull request #2397 from travelton/TweakTutorialDocs | Tom Christie | |
| Tweaked a few issues in the tutorial documentation. | |||
| 2015-01-10 | Merge pull request #2385 from linovia/release/3.0.33.0.3 | Xavier Ordoquy | |
| Release 3.0.3 | |||
| 2015-01-09 | Tweaked a few issues in the tutorial documentation. | Travis Swientek | |
| 2015-01-09 | First pass at 3.1 pagination API | Tom Christie | |
| 2015-01-09 | Merge pull request #2373 from jakul/document-translations-3.1 | Tom Christie | |
| Document how to translate DRF error messages (version 3.1) | |||
| 2015-01-08 | Update the release note with latest fixes. | Xavier Ordoquy | |
| Add the link to the 3.0.3 milestone. | |||
| 2015-01-08 | Merge remote-tracking branch 'origin/master' into release/3.0.3 | Xavier Ordoquy | |
| 2015-01-08 | update tests to expect new error messages | Craig Blaszczyk | |
| 2015-01-08 | remove unused import | Craig Blaszczyk | |
| 2015-01-08 | Ammend docstring to use python2/3 compatible example. | Tom Christie | |
| 2015-01-08 | Fix broken 1.7.3. It's 1.7.2 - 1.7.3 is documented but not yet on PyPI. | Tom Christie | |
| 2015-01-08 | Minimum 1.6.x version is 1.6.3 | Tom Christie | |
| 2015-01-08 | Minimum Django 1.5 version issue 1.5.6 | Tom Christie | |
| 2015-01-08 | Ensure urlparse is not publically exposed in compat.py - less chance of ↵ | Tom Christie | |
| accidental conflict. | |||
| 2015-01-08 | Link to Roy Fielding versioning interview. | Tom Christie | |
| 2015-01-08 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-01-08 | Minor docs updates | Tom Christie | |
| 2015-01-07 | Merge pull request #2386 from linovia/bugfix/drop_egg_support | Tom Christie | |
| Mark Django REST Framework as incompatible with eggs | |||
| 2015-01-07 | Update project-management.md | Tom Christie | |
| 2015-01-07 | Update project-management.md | Tom Christie | |
| 2015-01-07 | restore Django 404 | Craig Blaszczyk | |
| 2015-01-07 | swap backticks for double quotes | Craig Blaszczyk | |
| 2015-01-07 | Make Django REST Framework as zip unsafe. | Xavier Ordoquy | |
| 2015-01-07 | Bumped the version to 3.0.3. | Xavier Ordoquy | |
| 2015-01-07 | Release notes for 3.0.3 | Xavier Ordoquy | |
| 2015-01-07 | prefer single quotes in source and double quotes in user visible strings; ↵ | Craig Blaszczyk | |
| add some missing full stops to user visible strings | |||
| 2015-01-07 | use double quotes in user messages | Craig Blaszczyk | |
| 2015-01-07 | update source strings | Craig Blaszczyk | |
| 2015-01-07 | use double quotes for user visible strings; end user visible strings in full ↵ | Craig Blaszczyk | |
| stops; add some missing translation tags | |||
| 2015-01-07 | remove hardcoded page number | Craig Blaszczyk | |
| 2015-01-07 | recompile pofile with new python format strings | Craig Blaszczyk | |
| 2015-01-07 | switch to using format strings in error messages; raise NotFound when ↵ | Craig Blaszczyk | |
| pagination fails to provide a more useful error message | |||
| 2015-01-07 | add config and documentation about uploading/downloading translations from ↵ | Craig Blaszczyk | |
| Transifex | |||
| 2015-01-07 | Merge pull request #2382 from JocelynDelalande/patch-1 | Tom Christie | |
| fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATION | |||
| 2015-01-07 | fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATION | JocelynDelalande | |
| + It is consistent with docs about DEFAULT_PERMISSION_CLASSES | |||
| 2015-01-07 | Merge pull request #2379 from Gaffney/fix-compat-comment | Tom Christie | |
| Fix compatibility comment regarding OrderedDict | |||
| 2015-01-06 | Fix compatibility comment regarding OrderedDict | Ryan Gaffney | |
| 2015-01-06 | Update exception docs. Closes #2378. | Tom Christie | |
| 2015-01-05 | Minor docs update. Refs #2375. | Tom Christie | |
| 2015-01-05 | Pass init arguments through to serializer from pagination serializer. | Tom Christie | |
| Closes #2355. Normally a serializer won't need these arguments on __init__, but if a user has customized __init__ they may expect them to be available. | |||
| 2015-01-05 | Merge branch 'master' into version-3.1 | Tom Christie | |
