| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-20 | Used Django utils SortedDict instead of stdlib's OrderedDict for | Erik Wickstrom | |
| wider compatability. | |||
| 2014-10-19 | Maintain order of views on router for api root view. | Erik Wickstrom | |
| 2014-10-17 | Set up serializer fields lazily on-demand. | Carl Meyer | |
| This avoids AppRegistryNotReady problems in Django 1.7 with nested serializers, which are instantiated at import time, possibly before Django's app registry is fully populated. | |||
| 2014-10-17 | Merge pull request #1967 from jpadilla/master | Tom Christie | |
| Add docs regarding linking third party packages | |||
| 2014-10-17 | Add docs regarding linking third party packages | José Padilla | |
| 2014-10-17 | Use serializers.ValidationError | Tom Christie | |
| 2014-10-16 | Tweak | Tom Christie | |
| 2014-10-16 | Performance for PK fields | Tom Christie | |
| 2014-10-16 | get_attribute method on fields | Tom Christie | |
| 2014-10-16 | Stricter checking for failure cases. | Tom Christie | |
| 2014-10-16 | Update release notes | Tom Christie | |
| 2014-10-16 | Merge pull request #1959 from konradhalas/add-djoser-to-docs | Tom Christie | |
| Add djoser to authentication docs | |||
| 2014-10-16 | Add to main 3rd party resources list. | konradhalas | |
| 2014-10-16 | Add djoser to authentication docs. | konradhalas | |
| 2014-10-16 | Merge pull request #1958 from gulopine/version-3.0 | Tom Christie | |
| Add a .keys() method to BindingDict | |||
| 2014-10-15 | Add a keys method to BindingDict | Marty Alchin | |
| 2014-10-15 | Support fields that reference a simple callable | Tom Christie | |
| 2014-10-15 | Moar form styling | Tom Christie | |
| 2014-10-15 | Merge branch 'version-3.0' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.0 | |||
| 2014-10-15 | Moar form styling | Tom Christie | |
| 2014-10-15 | Merge pull request #1956 from wolfe/patch-1 | Tom Christie | |
| Update 3.0-announcement.md | |||
| 2014-10-15 | Reorganize to use template_pack in form rendering | Tom Christie | |
| 2014-10-15 | Drop template includes | Tom Christie | |
| 2014-10-15 | Merge branch 'version-3.0' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.0 | |||
| 2014-10-15 | Fix 'lookup_field' on ModelSerializer. Closes #1944. | Tom Christie | |
| 2014-10-14 | Update 3.0-announcement.md | wolfe | |
| Swap order of custom field API changes so the two "and" clauses are in the same order. | |||
| 2014-10-12 | Merge pull request #1942 from rouge8/preform-to-perform | Tom Christie | |
| Rename `preform_update` to `perform_update` | |||
| 2014-10-12 | Rename `preform_update` to `perform_update` | Andy Freeland | |
| 2014-10-10 | Relations in 'read_only_fields' should not include a queryset kwarg | Tom Christie | |
| 2014-10-10 | Flake8 | Tom Christie | |
| 2014-10-10 | Tweaks | Tom Christie | |
| 2014-10-10 | exceptions.ValidationFailed, not Django's ValidationError | Tom Christie | |
| 2014-10-09 | Use BoundField .name on fields | Tom Christie | |
| 2014-10-09 | Checks and repr on BoundField | Tom Christie | |
| 2014-10-09 | First pass on nested serializers in HTML | Tom Christie | |
| 2014-10-09 | Typo | Tom Christie | |
| 2014-10-09 | Document the Metadata API | Tom Christie | |
| 2014-10-09 | Tweaking | Tom Christie | |
| 2014-10-09 | Update tutorial for 3.0 | Tom Christie | |
| 2014-10-09 | Merge pull request #1920 from thedrow/topic/encoder-improvements | Tom Christie | |
| The JSON encoder now uses tuples instead of lists | |||
| 2014-10-08 | Limit blank string -> None to just be on relational fields | Tom Christie | |
| 2014-10-08 | Support empty file fields | Tom Christie | |
| 2014-10-08 | Tweaks | Tom Christie | |
| 2014-10-08 | More gradual deprecation | Tom Christie | |
| 2014-10-08 | .validate() returning validated data. transform_<field> hooks. | Tom Christie | |
| 2014-10-08 | Tweak pre/post save hooks. Return instance in .update(). | Tom Christie | |
| 2014-10-08 | Move generic relation tests | Tom Christie | |
| 2014-10-08 | Tests for generic relationships | Tom Christie | |
| 2014-10-08 | Tests for relational fields | Tom Christie | |
| 2014-10-07 | Reintroduce save hooks | Tom Christie | |
