aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
AgeCommit message (Expand)Author
2014-08-25docs: added drf-hstore to third party fieldsFederico Capoano
2014-08-19Merge masterTom Christie
2014-08-18Link to Django docs on widgets. Closes #1760.Tom Christie
2014-08-08docs: added reference to DRF-gis in fieldsFederico Capoano
2014-07-26Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-07-22Merge pull request #1692 from davbo/patch-1Tom Christie
2014-07-20Add link to drf-extra-fields. Closes #1698Tom Christie
2014-07-17Update fields.mdDave King
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-05-20Document ChoiceField blank_display_value parameterIan Foote
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-03-17Minor docs tweakTom Christie
2014-03-17Tweak DRF compound fields docsTom Christie
2014-03-16Serializer fields section for 3rd-party packagesSteven Cummings
2014-02-02fixed typo (wrong "its")Jeff Fein-Worton
2014-02-01Update fields.mdmeoooh
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
2014-01-12CharField - add allow_null argumentYuri Prezument
2014-01-09Fix URL/Slug Field signatures in docsYuri Prezument
2013-11-27Rephrased documentation changes according to feedback on IRC.Omer Katz
2013-11-27Recommend using Pillow instead of PIL.Omer Katz
2013-11-20Update 'default' explanation. Closes #1239Tom Christie
2013-11-11Typo on api-guide/fields.md and serializers.pyDoğan Çeçen
2013-08-21Include import paths throughout docs.Tom Christie
2013-06-12Changes 'python' to 'Python' when used in prose.Toby Champion
2013-06-04Fix ModelField docs. Closes #909.Tom Christie
2013-06-02Serializer field 'default' argument may be a callableTom Christie
2013-05-28Fix md formatting and typosStephan Groß
2013-05-28Fixed typosPascal Borreli
2013-05-24Updating docsTom Christie
2013-04-15Add DecimalField supportStephan Groß
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Updating docsTom Christie
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
2013-02-26Fixed a typo WritableField field name in docsWiliam Souza
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-01-29Docs tweaks.Tom Christie
2013-01-28Note auto_now, auto_now_add behavior. Refs #622.Tom Christie
2012-12-31Relation fields move into relations.pyTom Christie
2012-12-08Version 2.1.82.1.8Tom Christie
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
2012-11-20added RegexFieldStephan Groß
2012-11-20Add example use of SerializerMethodField to docsJamie Matthews
2012-11-19Tweaks to SerializerMethodField docsJamie Matthews
2012-11-19Add SerializerMethodFieldJamie Matthews