| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-19 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-01-19 | NotImplemented -> NotImplementedError | Tom Christie | |
| 2015-01-19 | Merge pull request #2434 from alexsdutton/patch-1 | Tom Christie | |
| NotImplemented is not an exception | |||
| 2015-01-19 | Drop trailing whitespace on indented JSON output. Closes #2429. | Tom Christie | |
| 2015-01-19 | NotImplemented is not an exception | Alexander Dutton | |
| `NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead. | |||
| 2015-01-19 | ReturnDict and ReturnList repr as standard dict/list. Closes #2421. | Tom Christie | |
| 2015-01-19 | Handle UUID objects in JSONEncoder. Closes #2433. | Tom Christie | |
| 2015-01-19 | Merge pull request #2430 from ↵ | Tom Christie | |
| Polyconseil/fbochu/timedelta-json-serialiser-python26-support Fix timedelta JSON serialization on Python 2.6. | |||
| 2015-01-19 | Fix timedelta JSON serialization on Python 2.6. | Fabien Bochu | |
| 2015-01-19 | Add offset support for cursor pagination | Tom Christie | |
| 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-17 | Cleaning up cursor implementation | Tom Christie | |
| 2015-01-17 | First pass at cursor pagination | Tom Christie | |
| 2015-01-16 | Merge pull request #2419 from tomchristie/include-pagination-in-browsable-api | Tom Christie | |
| Include pagination control in browsable API. | |||
| 2015-01-16 | Fix compat issues | Tom Christie | |
| 2015-01-16 | More pagination tests & cleanup | Tom Christie | |
| 2015-01-16 | Minor test cleanup | Tom Christie | |
| 2015-01-15 | Tests for LimitOffsetPagination | Tom Christie | |
| 2015-01-15 | Flake 8 fixes | Tom Christie | |
| 2015-01-15 | Tweaks, and add pagination controls for offset/limit. | Tom Christie | |
| 2015-01-14 | Tweaks | Tom Christie | |
| 2015-01-14 | Include pagination control in browsable API | Tom Christie | |
| 2015-01-14 | Include paragraph around view description in browable API | Tom Christie | |
| 2015-01-14 | Include paragraph around view description in browable API | Tom Christie | |
| 2015-01-14 | Preserve ordering on relationship drop-down choices. Closes #2408. | Tom Christie | |
| 2015-01-13 | Merge pull request #2395 from tomchristie/pagination-api | Tom Christie | |
| First pass at 3.1 pagination API | |||
| 2015-01-13 | API tweaks and pagination documentation | Tom Christie | |
| 2015-01-13 | Lower header font weights for nicer docs style | Tom Christie | |
| 2015-01-13 | Update internationalization docs | Tom Christie | |
| 2015-01-13 | Translation info -> project management | 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-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) | |||
