| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-27 | Merge pull request #322 from j4mie/decorator-docs | Tom Christie | |
| Documentation for function-based view decorators | |||
| 2012-10-27 | Merge pull request #323 from madisvain/patch-1 | Tom Christie | |
| Update README.rst | |||
| 2012-10-27 | Update README.rst | Madis Väin | |
| Fix documentation link. | |||
| 2012-10-27 | Documentation for function-based view decorators | Jamie Matthews | |
| 2012-10-27 | pep8 | Tom Christie | |
| 2012-10-26 | Fix PyPI package name in install instructions | Tom Christie | |
| 2012-10-26 | Use context dict in HTMLRenderer | Tom Christie | |
| 2012-10-26 | Merge pull request #321 from tomchristie/pastebin_tutorial | Tom Christie | |
| Tweaks and fixes in order to support the pastebin tutorial | |||
| 2012-10-26 | Fix failing 'default' on ModelSerializer | Tom Christie | |
| 2012-10-26 | Whitespace | Tom Christie | |
| 2012-10-26 | Fix incorrect method signature in docs | Tom Christie | |
| 2012-10-26 | Object-level permissions respected by Browseable API | Tom Christie | |
| 2012-10-26 | Choice fields from ModelSerializer. | Tom Christie | |
| 2012-10-26 | Add analytics | Tom Christie | |
| 2012-10-26 | Drop resources from codebase since implementation is only partial (Created ↵ | Tom Christie | |
| resoorces-routers branch for future reference) | |||
| 2012-10-26 | Typo | Tom Christie | |
| 2012-10-25 | update link | Tom Christie | |
| 2012-10-25 | 2.0 Note | Tom Christie | |
| 2012-10-25 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-10-25 | remove no-site-packages since that's now the default | Tom Christie | |
| 2012-10-25 | Merge pull request #320 from j4mie/split-generic-views | Tom Christie | |
| Rename generic base classes, and add CreateAPIView, DeleteAPIView, UpdateAPIView. | |||
| 2012-10-25 | Fix section headings in generic views docs | Jamie Matthews | |
| 2012-10-25 | Update generic view documentation | Jamie Matthews | |
| 2012-10-25 | Rework generic view class names | Jamie Matthews | |
| 2012-10-25 | Re-add implementation of multiple-operation generic views to remove diamond ↵ | Jamie Matthews | |
| inheritance | |||
| 2012-10-25 | Add pre_save hook in generic views | Tom Christie | |
| 2012-10-25 | Merge branch 'restframework2' into split-generic-views | Jamie Matthews | |
| * restframework2: Fix ModelSerializer logic for fields with default value, which should have required=False set Added @diviei - Thanks! Fix typo reported by @diviei | |||
| 2012-10-24 | Fix ModelSerializer logic for fields with default value, which should have ↵ | Tom Christie | |
| required=False set | |||
| 2012-10-24 | Added @diviei - Thanks! | Tom Christie | |
| 2012-10-24 | Fix typo reported by @diviei | Tom Christie | |
| 2012-10-24 | Split concrete generic views up into separate bits of functionality | Jamie Matthews | |
| 2012-10-24 | Merge pull request #318 from j4mie/field-validation | Tom Christie | |
| Implement per-field validation on Serializers | |||
| 2012-10-24 | Move per-field and cross-field validation into a single method | Jamie Matthews | |
| 2012-10-24 | Clean up internal names and documentation | Jamie Matthews | |
| 2012-10-24 | Add cross-field validate method | Jamie Matthews | |
| 2012-10-24 | Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation | Jamie Matthews | |
| 2012-10-24 | Implement per-field validation on Serializers | Jamie Matthews | |
| 2012-10-22 | Merge pull request #315 from Roarster/emptymanytomany | Tom Christie | |
| #314 Fix for manytomany field being required in the payload even though ... | |||
| 2012-10-22 | #314 Fix for manytomany field being required in the payload even though the ↵ | Ian Strachan | |
| field is specified as readonly in the serializer | |||
| 2012-10-22 | Merge pull request #312 from markotibold/BrowsableAPIRenderer | Tom Christie | |
| WIP on #310 | |||
| 2012-10-22 | Update docs/api-guide/fields.md | Marko Tibold | |
| Fix typo. | |||
| 2012-10-22 | Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into ↵ | Marko Tibold | |
| BrowsableAPIRenderer Conflicts: rest_framework/renderers.py - manually resolved conflict | |||
| 2012-10-22 | Merge field changes: .default and .widget | Tom Christie | |
| 2012-10-22 | Merge pull request #311 from j4mie/fix-reverse-relations | Tom Christie | |
| Fix serialization of reverse relationships | |||
| 2012-10-22 | Fix serialization of reverse relationships | Jamie Matthews | |
| 2012-10-21 | Refactoring BrowsableAPIRenderer | Marko Tibold | |
| 2012-10-21 | Remove redundant check if method=='DELETE' | Marko Tibold | |
| 2012-10-21 | Remove `initial` kwarg, add `default`. | Tom Christie | |
| 2012-10-21 | Minor docs tweaks | Tom Christie | |
| 2012-10-21 | Merge pull request #308 from markotibold/docs-edits | Daniel Sokolowski | |
| Documentation spelling and other mistake fixes. | |||
