aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
AgeCommit message (Collapse)Author
2015-03-26Reference typos in fields.mdChristoffer
2015-03-07Remove docs for 3.0 bannersJosé Padilla
2015-02-09Merge masterTom Christie
2015-02-06Add trim_whitespace to CharField #2517José Padilla
If set to `True` then leading and trailing whitespace is trimmed. Defaults to `True`.
2015-02-04Merge pull request #2512 from heywbj/docsXavier Ordoquy
Add django-rest-framework-recursive to docs
2015-02-03docsWarren Jin
2015-01-24typo in fields.mdJeff Fein-Worton
2015-01-23Added DictField and support for HStoreField.Tom Christie
2015-01-23UUIDField docsTom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2014-12-21use of double quotes broke the code highlighting.Brian Stearns
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
added a reference to django-rest-framework-hstore in docs/api-guide/fields.md
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
added django-rest-framework-gis to third party packages section in /docs/api-guide/fields.md
2014-07-26Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: rest_framework/fields.py
2014-07-22Merge pull request #1692 from davbo/patch-1Tom Christie
Update fields.md
2014-07-20Add link to drf-extra-fields. Closes #1698Tom Christie
2014-07-17Update fields.mdDave King
obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__)
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini
2014-05-20Document ChoiceField blank_display_value parameterIan Foote
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini
2014-03-17Minor docs tweakTom Christie
2014-03-17Tweak DRF compound fields docsTom Christie
2014-03-16Serializer fields section for 3rd-party packagesSteven Cummings
* Add new section to serializer fields page where we can list and link 3rd-party packages that provide more field types * Add an entry for drf-compound-fields
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
Closes #1051. Thanks to @pydanny for the report.
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