| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-19 | Fix timedelta JSON serialization on Python 2.6. | Fabien Bochu | |
| 2015-01-19 | Merge pull request #2427 from DavidMuller/pytest_version_bumps | Xavier Ordoquy | |
| Preliminary Support For Django 1.8 Alpha | |||
| 2015-01-18 | Save objects before assigning them in InheritedModelSerializationTests; ↵ | David Muller | |
| Django 1.8 now throws an error when assigning unsaved objects to Foreign Key, GenericForeignKey, and OneToOneFields | |||
| 2015-01-18 | Add Django 1.8 alpha to test matrix | David Muller | |
| 2015-01-18 | Bump pytest version in tox.ini to 2.6.4 | David Muller | |
| 2015-01-18 | Bump pytest-django version in tox.ini to 2.8.0 | David Muller | |
| 2015-01-18 | Bump pytest version to 2.6.4 | David Muller | |
| 2015-01-18 | Bump pytest-django version to 2.8.0 | David Muller | |
| 2015-01-14 | Preserve ordering on relationship drop-down choices. Closes #2408. | Tom Christie | |
| 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-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 | 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 | 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 | 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 | 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 | Udpate docstring | Tom Christie | |
| 2015-01-05 | required=False allows omission of value for output. Closes #2342 | Tom Christie | |
| 2015-01-05 | Ensure no invalid min_length/min_value/max_value arguments. Closes #2369. | Tom Christie | |
| 2015-01-02 | Merge pull request #2371 from robbyt/patch-4 | Tom Christie | |
| fix the serializer widget style formatting documentation | |||
| 2015-01-01 | fix widget style formatting | Rob Terhaar | |
| 2014-12-30 | Merge pull request #2363 from kdazzle/models_meta-cleanup | Tom Christie | |
| First pass at refactoring get_field_info in utils.model_meta | |||
| 2014-12-29 | First pass at refactoring get_field_info in utils.model_meta | Kyle Valade | |
