| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-02 | Serializer field 'default' argument may be a callable | Tom Christie | |
| 2013-05-29 | Fix default field when is a simple callable function. | Gustavo Andrés Angulo | |
| 2013-05-24 | Clean up OPTIONS implementation | Tom Christie | |
| 2013-05-24 | Merge branch 'issue-192-expose-fields-for-options' of ↵ | Tom Christie | |
| https://github.com/grimborg/django-rest-framework into improved-options-support | |||
| 2013-05-23 | simplified, moved field humanizing to Field. broken tests | Oscar Vilaplana | |
| 2013-05-21 | Merge and styling fixes | Tom Christie | |
| 2013-05-20 | Updated SlugField to raise validation errors for invalid slugs | David Jones | |
| 2013-05-19 | Added min_length and max_length | Oscar Vilaplana | |
| 2013-05-19 | s/Single Character/String/ | Oscar Vilaplana | |
| 2013-05-19 | Made field label optional in OPTIONS | Oscar Vilaplana | |
| 2013-05-19 | Integrated status quo of grimborg's awesome humanize_field() for exposing ↵ | Nikolaus Schlemm | |
| field metadata via OPTIONS :) | |||
| 2013-05-19 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework ↵ | Nikolaus Schlemm | |
| into issue-192-expose-fields-for-options | |||
| 2013-05-18 | Merge branch 'issue-192-expose-fields-for-options' of ↵ | Nikolaus Schlemm | |
| git://github.com/grimborg/django-rest-framework into issue-192-expose-fields-for-options Conflicts: rest_framework/tests/fields.py | |||
| 2013-05-18 | added tests for form | Oscar Vilaplana | |
| 2013-05-18 | Added humanized field names and types | Oscar Vilaplana | |
| 2013-05-18 | Move function to compat. | Ryan Kaskel | |
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Handle Python 3 strings and lazy strings. | Ryan Kaskel | |
| 2013-05-18 | Merge branch 'master' into mjtorn-master | Markus Törnqvist | |
| Conflicts: rest_framework/serializers.py rest_framework/tests/serializer.py Fixed conflicts | |||
| 2013-05-18 | Add TestCases for default field values | Stephan Groß | |
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Merge pull request #831 from brianz/master | Tom Christie | |
| Allow nested fields to be missing | |||
| 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 | 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-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-08 | Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798 | Tom Christie | |
| 2013-04-29 | 2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's ↵ | Tom Christie | |
| PendingDeprecationWarnings added. | |||
| 2013-04-26 | DecimalField | Tom Christie | |
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-04-15 | Return Decimal instance instead of string | Stephan Groß | |
| 2013-04-15 | Fix init call | Stephan Groß | |
| 2013-04-15 | Add DecimalField support | Stephan Groß | |
| 2013-03-23 | Forcing translations of lazy translatable strings in Field to_native method | Matteo Suppo | |
| 2013-03-21 | Default date/time fields now return python date/time objects again by default | Tom Christie | |
| 2013-03-20 | iso formated datetime aware fields with +0000 offset should use 'Z' suffix ↵ | Tom Christie | |
| instead | |||
| 2013-03-13 | Fix duplicated database queries for paginated lists. | Tom Christie | |
| Closes #713. | |||
| 2013-03-07 | Fix broken `None` value for `TimeField`. | Tom Christie | |
| Refs #707. | |||
| 2013-03-06 | Patched DateField and DateTimeField to check for None values before trying ↵ | Kevin Stone | |
| to perform date(time) conversion. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-03-06 | Clean ups to datetime formatting | Tom Christie | |
| 2013-03-05 | Merge datetime formats | Tom Christie | |
| 2013-03-01 | Fix for django 1.3 compatibility | Stephan Groß | |
| 2013-03-01 | Add format class attributes | Stephan Groß | |
| 2013-03-01 | Add new ISO8601 setting + integration | Stephan Groß | |
| 2013-03-01 | Add docs update - part 1 | Stephan Groß | |
| 2013-03-01 | Add drf settings + output format + testcases | Stephan Groß | |
| 2013-03-01 | Fix for python 3 support - thanks @Linovia | Stephan Groß | |
| 2013-03-01 | Add better date / datetime validation (pull 2) | Stephan Groß | |
| addition to #631 with update to master + timefield support | |||
