aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
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
2013-01-02Fix "default" and partial serializers, fixes #532Yuri Prezument
2012-12-31Relation fields move into relations.pyTom Christie
2012-12-21Update RelatedField#field_from_native coding styleMark Aaron Shirley
2012-12-19Merge remote-tracking branch 'upstream/master' into related-requiredMark Aaron Shirley
2012-12-19Merge pull request #510 from joual/masterTom Christie
2012-12-19Check if RelatedField is required.Mark Aaron Shirley
2012-12-18WhitespaceTom Christie
2012-12-15Final commit to restore the fixJoel Marcotte
2012-12-15Reverting commit to previous state to see if the test is only relevant to dja...Joel Marcotte
2012-12-15Fix model validation exclusions. Fixes #500. Fixes #506.Tom Christie