| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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 | |||
| 2013-02-21 | Catch TypeError as well as ValueError when parsing dates, ref #699 | Yuri Prezument | |
| 2013-02-15 | Merge pull request #657 from dgaus/master | Tom Christie | |
| Make is_simple_callable consider default arguments | |||
| 2013-02-14 | Added a serializer TimeField | Andreas Pelme | |
| 2013-02-13 | Make is_simple_callable consider fields which have default arguments | Diego Gaustein | |
| 2013-02-12 | Clean up field_to_native logic | Tom Christie | |
| 2013-02-07 | Allow serializers to handle dicts as well as objects. Fixes #447. | Tom Christie | |
| 2013-02-06 | Purge naked excepts. | Marc Tamlyn | |
| Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes. | |||
| 2013-02-04 | Merge branch 'py3k' into 2.2 | Tom Christie | |
| Conflicts: rest_framework/relations.py rest_framework/serializers.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_slug.py | |||
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-30 | Add dprecation warnings | Tom Christie | |
| 2013-01-30 | Merge branch 'master' into many-fields | Tom Christie | |
| Conflicts: rest_framework/relations.py | |||
| 2013-01-30 | Formatting fixes | Tom Christie | |
