aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2014-05-09Merge pull request #1564 from alumni/masterCarlton Gibson
2014-05-08Merge pull request #1575 from ewdicus/iso8601Carlton Gibson
2014-05-07Add colon to time zone offset in readable_datetime_formatsElliott
2014-05-04Automatically set the field name as value for the HTML `id` attribute on the ...Lucian Mocanu
2014-04-27Minor typoKamil Niski
2014-04-07Fixed comment.Mauro de Carvalho
2014-02-27RelatedField default value handling fixedAnton Shutik
2014-02-11Test and fix for #1210. World's lowest hanging fruit.Carlton Gibson
2014-01-15Nicer write_only fields implementation. Closes #1355Tom Christie
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
2013-12-13Fix default values always being False for browsable APIKevin Brown
2013-12-03Merge pull request #1250 from Ian-Foote/choice_fieldTom Christie
2013-11-27Updated the assertion message of the ImageField.Omer Katz
2013-11-27Add unittests for ChoiceField metadata.Ian Foote
2013-11-26Add more context to the ChoiceField metadata.Ian Foote
2013-11-26Add choices to options metadata for ChoiceField.Ian Foote
2013-11-05Improve handling of 'empty' values for ChoiceFieldMathieu Pillard
2013-10-10Merge branch 'html-form-rendering'Tom Christie
2013-10-10Ensure read-only fields don't break with current HTML renderer behaviorTom Christie
2013-10-02Serializers can now be rendered directly to HTMLTom Christie
2013-09-13Try a more localised fix to the data=None problemPhilip Douglas
2013-08-29Make ChoiceField.from_native() follow IntegerField behaviour on empty valuesMathieu Pillard
2013-08-23Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...Tom Christie
2013-08-19Only HTML forms should have implicit default False for boolean fieldsTom Christie
2013-08-13Fix for "No module named compat"JT
2013-07-24Add support for removing field files by sending an empty stringAlex Burgel
2013-07-21Updated EmailField error message. This one already available in django transl...Pavel Zinovkin
2013-07-05Use 'force_text', not 'unicode', for compat across python versionTom Christie
2013-07-04Remove 'Hold down "Control" ...' message from help_textAndy Freeland
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