aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
AgeCommit message (Expand)Author
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie
2014-12-02Document Field.fail(). Closes #2147.Tom Christie
2014-11-28Add 2.x notes and linksTom Christie
2014-11-263.0 docs for serializer fieldsTom Christie
2014-11-26perform_create, perform_update, perform_destroy hooksTom Christie
2014-11-25Updating fields docsTom Christie
2014-11-25Merge masterTom Christie
2014-11-25Add missing optionsTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-09-12DecimalField documentationTom Christie
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ß