| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-11 | Release notes for 3.0.1 | Xavier Ordoquy | |
| 2014-12-10 | Minor docs tweaks | Tom Christie | |
| 2014-12-10 | Merge pull request #2246 from d0ugal/mkdocs-theme | Tom Christie | |
| Syntax highlighting | |||
| 2014-12-10 | Move remaining sponsor | Dougal Matthews | |
| 2014-12-10 | Sorted the images | Dougal Matthews | |
| Moved images referenced by the markdown back to the docs directory Deleted unused image autocomplete.png | |||
| 2014-12-10 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-10 | Minor docs tweaks to titles and citations | Tom Christie | |
| 2014-12-10 | Add a theme.js file to enable highlighing | Dougal Matthews | |
| 2014-12-10 | Move the static content into the docs theme | Dougal Matthews | |
| 2014-12-10 | Merge pull request #2241 from IvanAlegre/patch-1 | Tom Christie | |
| Update serializers.py | |||
| 2014-12-10 | Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243. | Tom Christie | |
| 2014-12-10 | Fix trailing space | J. Iván Alegre | |
| 2014-12-10 | Remove unnecessary hasattr all and add comment for nested relationships | J. Iván Alegre | |
| 2014-12-09 | snippets relationship in tutorial should be read_only | Tom Christie | |
| 2014-12-09 | Take in care that input data in serializer can be a Manager | J. Iván Alegre | |
| 2014-12-09 | Copy model field validators, don't reuse the same list. | Tom Christie | |
| 2014-12-09 | Merge branch 'validator-pollution' of ↵ | Tom Christie | |
| git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution | |||
| 2014-12-09 | Update serializers.py | Julio Iván Alegre | |
| Treat the input queryset as it comes (maybe it has been changed in a higher level). Evaluating .all() does nothing if or if not is a queryset. | |||
| 2014-12-09 | allow_blank in ChoiceField. Refs #2239. | Tom Christie | |
| 2014-12-09 | Merge pull request #2239 from jpadilla/allow-blank-choicefield | Tom Christie | |
| Add allow_blank for ChoiceField #2184 | |||
| 2014-12-09 | Add allow_blank for ChoiceField #2184 | José Padilla | |
| This makes a ChoiceField optional in HTML if model field has `blank=True` set. | |||
| 2014-12-09 | Minor docs tweaks | Tom Christie | |
| 2014-12-09 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-09 | Add REST framework: Under the hood. video to the 3.0 announcement. | Tom Christie | |
| 2014-12-09 | Update README.md | Tom Christie | |
| 2014-12-08 | Don't use 'instance' argument in rendering form for paginated data. Closes ↵ | Tom Christie | |
| #2205. | |||
| 2014-12-08 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-08 | cd back to parent directory | Tom Christie | |
| 2014-12-08 | Merge pull request #2165 from phalt/httpie-examples | Tom Christie | |
| Use httpie for tutorials | |||
| 2014-12-08 | one last tabs / spaces! | phalt | |
| 2014-12-08 | fixed indentations | phalt | |
| 2014-12-08 | Added 3.0 to release notes. | Tom Christie | |
| 2014-12-08 | Added missing translation markers in realtions.py. Closes #2231. | Tom Christie | |
| 2014-12-08 | Merge pull request #2232 from tomchristie/validate-in-list-serializer | Tom Christie | |
| Added ListSerializer.validate(). | |||
| 2014-12-08 | Added ListSerializer.validate(). Closes #2168. | Tom Christie | |
| 2014-12-08 | Merge pull request #2229 from jpadilla/localization-note | Tom Christie | |
| Add misc note about localization | |||
| 2014-12-08 | Add misc note about localization | José Padilla | |
| 2014-12-08 | Merge pull request #2187 from loic/cosmetic_fixes | Tom Christie | |
| Cosmetic fixes in the API browser HTML. | |||
| 2014-12-08 | Fixed unit test for auth login | Victor Cabral | |
| 2014-12-08 | Ported a couple of templates to Bootstrap 3.x. | Loic Bistuer | |
| 2014-12-08 | Fixed display issues with tooltips. | Loic Bistuer | |
| 2014-12-07 | Merge pull request #2226 from mhenwood/amend_viewset_docs | Tom Christie | |
| Amend ViewSet docs to warn of potential problem | |||
| 2014-12-07 | Merge pull request #2224 from linovia/bugfix/2221 | Tom Christie | |
| Fix missing validated_data in `raise_errors_on_nested_writes` (#2221) | |||
| 2014-12-07 | Amend ViewSet docs to warn of potential problem | Mark Henwood | |
| I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point. | |||
| 2014-12-07 | Fix missing validated_data in `raise_errors_on_nested_writes` (#2221) | Xavier Ordoquy | |
| 2014-12-06 | Merge pull request #2219 from linovia/bugfix/tutorial_2 | Tom Christie | |
| Update the tutorial against DRF v3 (part 4 & 5) | |||
| 2014-12-06 | Fix the new Django default db name | Xavier Ordoquy | |
| PrimaryKeyRelatedField now needs a queryset argument. urls now don't use urlpatterns. | |||
| 2014-12-05 | Test tweaks | Tom Christie | |
| 2014-12-05 | Merge pull request #2213 from BrickXu/master | Tom Christie | |
| Raise error if `fields` on serializer is not a list of strings. | |||
| 2014-12-05 | Merge pull request #2215 from tomchristie/tomchristie-better-serializer-errors | Tom Christie | |
| Better serializer errors for nested writes. | |||
