aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2013-05-18Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...Nikolaus Schlemm
2013-05-18added tests for formOscar Vilaplana
2013-05-18Added humanized field names and typesOscar Vilaplana
2013-05-18Add TestCases for default field valuesStephan Groß
2013-05-18Merge pull request #831 from brianz/masterTom Christie
2013-05-18Merge branch 'master' into 725-blank-choice-dashPablo Recio
2013-05-18Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't requiredPablo Recio
2013-05-18serializers.Field respects ordering on dicts if it exists. Closes #832Tom Christie
2013-05-13Allow for missing non-required nested objects.Brian Zambrano
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-26DecimalFieldTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-15Return Decimal instance instead of stringStephan Groß
2013-04-15Fix init callStephan Groß
2013-04-15Add DecimalField supportStephan Groß
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-20iso formated datetime aware fields with +0000 offset should use 'Z' suffix in...Tom Christie
2013-03-13Fix duplicated database queries for paginated lists.Tom Christie
2013-03-07Fix broken `None` value for `TimeField`.Tom Christie
2013-03-06Patched DateField and DateTimeField to check for None values before trying to...Kevin Stone
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-01Fix for django 1.3 compatibilityStephan Groß
2013-03-01Add format class attributesStephan Groß
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-03-01Fix for python 3 support - thanks @LinoviaStephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
2013-02-21Catch TypeError as well as ValueError when parsing dates, ref #699Yuri Prezument
2013-02-15Merge pull request #657 from dgaus/masterTom Christie
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-13Make is_simple_callable consider fields which have default argumentsDiego Gaustein
2013-02-12Clean up field_to_native logicTom Christie
2013-02-07Allow serializers to handle dicts as well as objects. Fixes #447.Tom Christie
2013-02-06Purge naked excepts.Marc Tamlyn
2013-02-04Merge branch 'py3k' into 2.2Tom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-30Add dprecation warningsTom Christie
2013-01-30Merge branch 'master' into many-fieldsTom Christie
2013-01-30Formatting fixesTom Christie
2013-01-03Tweak comment.Tom Christie
2013-01-03Merge pull request #541 from yprez/default_and_partial_serializers2Tom Christie
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2013-01-03Some cleanupYuri Prezument
2013-01-02FileField validation - handle case when files=None, fixes #542Yuri Prezument
2013-01-02urlparse not used here.Xavier Ordoquy
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2013-01-02Add explaining commentYuri Prezument