aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
AgeCommit message (Expand)Author
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
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
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
2012-11-16Simplified docs a bit for FileField and ImageField.Marko Tibold
2012-11-16Added brief docs for URLField and SlugField.Marko Tibold
2012-11-16WIP on docs for File- and ImageFileds.Marko Tibold
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06added slug support for HyperlinkedIdentityFieldStephan Groß
2012-11-05TweaksTom Christie
2012-11-05Tweak related field docs now that queryset is no longer required.Tom Christie
2012-11-05added docsStephan Groß
2012-11-01Tweaks fields docs, and fix 2.0.1 version.2.0.1Tom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-28Improve fields docsTom Christie
2012-10-22Update docs/api-guide/fields.mdMarko Tibold
2012-10-22Merge field changes: .default and .widgetTom Christie
2012-10-21Minor docs tweaksTom Christie
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-15Added docs, integer fields and refactored models.TextField to use CharFieldJens Alm