| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-02 | Document Field.fail(). Closes #2147. | Tom Christie | |
| 2014-11-28 | Add 2.x notes and links | Tom Christie | |
| 2014-11-26 | 3.0 docs for serializer fields | Tom Christie | |
| 2014-11-26 | perform_create, perform_update, perform_destroy hooks | Tom Christie | |
| 2014-11-25 | Updating fields docs | Tom Christie | |
| 2014-11-25 | Merge master | Tom Christie | |
| 2014-11-25 | Add missing options | Tom Christie | |
| 2014-11-25 | Use MkDocs meta.source to render source code links | José Padilla | |
| 2014-10-03 | Minor: fix spelling and grammar, mostly in 3.0 announcement | Craig de Stigter | |
| 2014-09-12 | DecimalField documentation | Tom Christie | |
| 2014-08-25 | docs: added drf-hstore to third party fields | Federico Capoano | |
| added a reference to django-rest-framework-hstore in docs/api-guide/fields.md | |||
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-08-18 | Link to Django docs on widgets. Closes #1760. | Tom Christie | |
| 2014-08-08 | docs: added reference to DRF-gis in fields | Federico Capoano | |
| added django-rest-framework-gis to third party packages section in /docs/api-guide/fields.md | |||
| 2014-07-26 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: rest_framework/fields.py | |||
| 2014-07-22 | Merge pull request #1692 from davbo/patch-1 | Tom Christie | |
| Update fields.md | |||
| 2014-07-20 | Add link to drf-extra-fields. Closes #1698 | Tom Christie | |
| 2014-07-17 | Update fields.md | Dave King | |
| obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__) | |||
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier 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-20 | Document ChoiceField blank_display_value parameter | Ian Foote | |
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier 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-17 | Minor docs tweak | Tom Christie | |
| 2014-03-17 | Tweak DRF compound fields docs | Tom Christie | |
| 2014-03-16 | Serializer fields section for 3rd-party packages | Steven 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-02 | fixed typo (wrong "its") | Jeff Fein-Worton | |
| 2014-02-01 | Update fields.md | meoooh | |
| 2014-01-14 | Added write_only and write_only_fields. Refs #1306 | Tom Christie | |
| 2014-01-12 | CharField - add allow_null argument | Yuri Prezument | |
| 2014-01-09 | Fix URL/Slug Field signatures in docs | Yuri Prezument | |
| 2013-11-27 | Rephrased documentation changes according to feedback on IRC. | Omer Katz | |
| 2013-11-27 | Recommend using Pillow instead of PIL. | Omer Katz | |
| 2013-11-20 | Update 'default' explanation. Closes #1239 | Tom Christie | |
| 2013-11-11 | Typo on api-guide/fields.md and serializers.py | Doğan Çeçen | |
| 2013-08-21 | Include import paths throughout docs. | Tom Christie | |
| Closes #1051. Thanks to @pydanny for the report. | |||
| 2013-06-12 | Changes 'python' to 'Python' when used in prose. | Toby Champion | |
| 2013-06-04 | Fix ModelField docs. Closes #909. | Tom Christie | |
| 2013-06-02 | Serializer field 'default' argument may be a callable | Tom Christie | |
| 2013-05-28 | Fix md formatting and typos | Stephan Groß | |
| 2013-05-28 | Fixed typos | Pascal Borreli | |
| 2013-05-24 | Updating docs | Tom Christie | |
| 2013-04-15 | Add DecimalField support | Stephan Groß | |
| 2013-03-26 | Version 2.2.52.2.5 | Tom Christie | |
| 2013-03-22 | Merge pull request #744 from tomchristie/basic-bulk-edit | Tom Christie | |
| Basic bulk create and bulk update | |||
| 2013-03-22 | Bit of extra tidying and plenty of docs | Tom Christie | |
| 2013-03-21 | Default date/time fields now return python date/time objects again by default | Tom Christie | |
| 2013-03-06 | Clean ups to datetime formatting | Tom Christie | |
| 2013-03-05 | Updating docs | Tom Christie | |
| 2013-03-01 | Add docs update - part 1 | Stephan Groß | |
| 2013-03-01 | Add better date / datetime validation (pull 2) | Stephan Groß | |
| addition to #631 with update to master + timefield support | |||
| 2013-02-26 | Fixed a typo WritableField field name in docs | Wiliam Souza | |
