aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2013-06-11Pep8 lintDavid Sanders
2013-06-11Update ModelField to work with a broader range of fieldsDavid Sanders
2013-06-06Never deepcopy validators. Closes #913Tom Christie
2013-06-02Serializer field 'default' argument may be a callableTom Christie
2013-05-29Fix default field when is a simple callable function.Gustavo Andrés Angulo
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-24Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...Tom Christie
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-21Merge and styling fixesTom Christie
2013-05-20Updated SlugField to raise validation errors for invalid slugsDavid Jones
2013-05-19Added min_length and max_lengthOscar Vilaplana
2013-05-19s/Single Character/String/Oscar Vilaplana
2013-05-19Made field label optional in OPTIONSOscar Vilaplana
2013-05-19Integrated status quo of grimborg's awesome humanize_field() for exposing fie...Nikolaus Schlemm
2013-05-19Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Nikolaus Schlemm
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-18Move function to compat.Ryan Kaskel
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Handle Python 3 strings and lazy strings.Ryan Kaskel
2013-05-18Merge branch 'master' into mjtorn-masterMarkus Törnqvist
2013-05-18Add TestCases for default field valuesStephan Groß
2013-05-18Merge latest changes from master.Ryan Kaskel
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-18Use smart_text() instead of nonexistant smart_unicode()Markus Törnqvist
2013-05-18Merge branch 'mikee2185-master' into mjtorn-masterMarkus Törnqvist
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-23Forcing translations of lazy translatable strings in Field to_native methodMatteo Suppo
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ß