| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Turns out label and help_text are not always there | Markus Törnqvist | |
| 2013-05-18 | Remove unused var | Stephan Groß | |
| 2013-05-18 | Temp commit for branch change ;-) | Stephan Groß | |
| 2013-05-18 | Clean up test case. | Ryan Kaskel | |
| 2013-05-18 | when source='*' on a nested serializer, expand fields into outer serializer ↵ | Craig de Stigter | |
| when writing. fixes #765 | |||
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Fix for #710 | Stephan Groß | |
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Display an empty label into related fields if it isn't required | Pablo Recio | |
| 2013-05-18 | Renderer uses form field's label and help, not attribute name | Markus Törnqvist | |
| 2013-05-18 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework | Mark McArdle | |
| 2013-05-18 | ToMany fields default to read-only if targeting ManyToManyField. | Ryan Kaskel | |
| 2013-05-18 | Initial commit of fix for ↵ | Mark McArdle | |
| https://github.com/tomchristie/django-rest-framework/issues/775 | |||
| 2013-05-18 | Merge pull request #831 from brianz/master | Tom Christie | |
| Allow nested fields to be missing | |||
| 2013-05-18 | Moved test model into closer to the testcase | Pablo Recio | |
| 2013-05-18 | Merge branch 'master' into 725-blank-choice-dash | Pablo Recio | |
| Conflicts: rest_framework/tests/fields.py | |||
| 2013-05-18 | Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required | Pablo Recio | |
| 2013-05-18 | Merge pull request #851 from linovia/master | Tom Christie | |
| Updated the dependencies version and added the ALLOWED_HOSTS for tests. | |||
| 2013-05-18 | A model's field is required if is null or blank | Pablo Recio | |
| 2013-05-18 | Merge pull request #694 from craigds/master | Tom Christie | |
| fix function names and dotted lookups for use in PrimaryKeyRelatedField | |||
| 2013-05-18 | add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and ↵ | Craig de Stigter | |
| HyperlinkedRelatedField. #694 | |||
| 2013-05-18 | ManyHyperlinkedRelatedField comes form rest_framework.relations now | Markus Törnqvist | |
| 2013-05-18 | serializers.Field respects ordering on dicts if it exists. Closes #832 | Tom Christie | |
| 2013-05-18 | Use smart_text() instead of nonexistant smart_unicode() | Markus Törnqvist | |
| 2013-05-18 | Merge branch 'mikee2185-master' into mjtorn-master | Markus Törnqvist | |
| Conflicts: rest_framework/fields.py rest_framework/serializers.py rest_framework/tests/models.py rest_framework/tests/serializer.py Fixed all the conflicts. | |||
| 2013-05-18 | add tests for related field source for HyperlinkedRelatedField. #694 | Craig de Stigter | |
| 2013-05-18 | add tests for related field source for RelatedField and ↵ | Craig de Stigter | |
| PrimaryKeyRelatedField. #694 | |||
| 2013-05-18 | Updated the dependencies version and added the ALLOWED_HOSTS for tests. | Xavier Ordoquy | |
| 2013-05-18 | Forms in Broseable API support dynamic serializers based on request method | Tom Christie | |
| 2013-05-18 | Merge remote-tracking branch 'upstream/master' | Craig de Stigter | |
| 2013-05-17 | Minor mixin refactoring | Tom Christie | |
| 2013-05-17 | Fix PendingDeprecation warnings in tests | Tom Christie | |
| 2013-05-17 | PendingDeprecation warning to allow_empty | Tom Christie | |
| 2013-05-16 | HyperlinkedIdentityField uses `lookup_field` kwarg. | Andy Freeland | |
| According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer | |||
| 2013-05-16 | Version 2.3.3 | Tom Christie | |
| 2013-05-15 | Test and fix which closes #652. | Tom Christie | |
| 2013-05-15 | Fix searchfilter issues | Tom Christie | |
| 2013-05-14 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-05-14 | Base automatic filterset model on the queryset model. Fixes #834. | Tom Christie | |
| 2013-05-14 | Merge pull request #824 from jsummerfield/patch-1 | Tom Christie | |
| Remove trailing unmatched </div> in login_base.html template. Reformat i... | |||
| 2013-05-14 | Fix assert messaging on fields/exclude checking. Closes #833 | Tom Christie | |
| 2013-05-14 | Fix filter test renaming | Tom Christie | |
| 2013-05-14 | Merge branch 'master' of https://github.com/avinash240/django-rest-framework | Tom Christie | |
| 2013-05-14 | Added OrderingFilter | Tom Christie | |
| 2013-05-14 | Added OrderingFilter | Tom Christie | |
| 2013-05-14 | Rename filter tests | Tom Christie | |
| 2013-05-14 | SearchFilter may be comma and/or whitespace seperated | Tom Christie | |
| 2013-05-14 | Fix Django 1.3 compat with routers | Tom Christie | |
| 2013-05-13 | Allow for missing non-required nested objects. | Brian Zambrano | |
| Serializer fields which are themselves serializers should not be required. Specifically, if a nested object is set to "required=False", it should be possible to serialize the main object and have the sub-object set to None/null. | |||
| 2013-05-13 | Remove trailing unmatched </div> in login_base.html template. Reformat ↵ | James Summerfield | |
| indentation and label all closing tags for consistency. | |||
