aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2014-09-06Fixed #1533 - Resolved issue with integer keys on nested choices never valida...Christopher Adams
2014-09-05Use Serializer instead of ModelSerializerPiotr Jakimiak
2014-09-05Fix commentPiotr Jakimiak
2014-09-05Fix returning None when allow_none is True in CharFieldPiotr Jakimiak
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Resolve linting issuesTom Christie
2014-07-26Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-06-27Merge branch 'master' into modelserialization-charfield-with-nullSerhiy Voyt
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-06-16typo in the docsTankorSmash
2014-06-05Replace ChoiceField type_labelkhamaileon
2014-05-22fields: allow help_text on SerializerMethodFieldJohn Spray
2014-05-20Merge pull request #1536 from Ian-Foote/choicefield_blank_display_valueTom Christie
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-07In case of None value returns empty string instead of NoneType.Serhiy Voyt
2014-05-06Charfied from_native method returns default instead of None. Updated tests.Serhiy Voyt
2014-05-04Automatically set the field name as value for the HTML `id` attribute on the ...Lucian Mocanu
2014-04-30Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-04-27Minor typoKamil Niski
2014-04-16Allow customising ChoiceField blank display valueIan Foote
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
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
2014-01-12CharField - add allow_null argumentYuri Prezument
2014-01-12Possible fix for #1330Yuri Prezument
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
2013-12-13Fix default values always being False for browsable APIKevin Brown
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
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-25Drop 1.3 supportTom Christie
2013-09-13Try a more localised fix to the data=None problemPhilip Douglas
2013-08-30Merge masterTom Christie
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-21Merge masterTom Christie
2013-08-19Only HTML forms should have implicit default False for boolean fieldsTom Christie
2013-08-19Merge branch 'master' into 2.4.0Tom Christie