aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2014-09-22allow_blank, allow_nullTom Christie
2014-09-22Tests & tweaks for ChoiceFieldTom Christie
2014-09-22Tests and tweaks for choice fieldsTom Christie
2014-09-22More compat fixesTom Christie
2014-09-22Support format=None for date/time fieldsTom Christie
2014-09-22Tweaks to DecimalFieldTom Christie
2014-09-22Fix compat issuesTom Christie
2014-09-22Ensure 'messages' in fields are respected in preference to default validator ...Tom Christie
2014-09-22Tests and tweaks for text fieldsTom Christie
2014-09-22Field tests and associated cleanupTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-15Drop label from serializer fields when not neededTom Christie
2014-09-12Drop usage of validatiors.EMPTY_VALUESTom Christie
2014-09-12Coerce dates etc to ISO_8601 in seralizer, by default.Tom Christie
2014-09-12UNICODE_JSON and COMPACT_JSON settingsTom Christie
2014-09-12Clean up relational fields queryset usageTom Christie
2014-09-12to_internal_value() and to_representation()Tom Christie
2014-09-12MethodField -> SerializerMethodFieldTom Christie
2014-09-11DecimalFields should still be quantized even without coerce_to_stringTom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom Christie
2014-09-11Merge masterTom Christie
2014-09-10Compat fixesTom Christie
2014-09-10Added help_text argument to fieldsTom Christie
2014-09-10TweaksTom Christie
2014-09-09Fleshing out serializer fieldsTom Christie
2014-09-08More test sortingTom Christie
2014-09-06Fixed #1533 - Resolved issue with integer keys on nested choices never valida...Christopher Adams
2014-09-05Workin onTom Christie
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-09-02Getting tests passingTom Christie
2014-09-02Add relations and get tests runningTom Christie
2014-08-29First passTom Christie
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