index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
fields.py
Age
Commit message (
Expand
)
Author
2012-12-11
Fix broken nested fields
Tom Christie
2012-12-10
Making sure the assert does not fail when required=False, read_only=True
Venkat
2012-12-08
Add null related field option
Tom Christie
2012-12-08
Fix for emptystring as nullable FK
Tom Christie
2012-12-07
Support nullable FKs, with blank=True
Tom Christie
2012-12-06
Merge pull request #470 from minddust/fix-#469
Tom Christie
2012-12-04
Added support for 'true'/'false' as valid boolean data
Michael Richards
2012-12-04
fixed #469 - RegexField <--> BrowsableAPI Bug
Stephan Groß
2012-11-29
Merge branch 'custom-serializer-form-class' of https://github.com/ludwigkraat...
Marko Tibold
2012-11-22
Merge pull request #441 from dbachrach/master
Tom Christie
2012-11-21
Merge remote-tracking branch 'upstream/master' into partial-update
Mark Aaron Shirley
2012-11-21
partial argument should override required
Mark Aaron Shirley
2012-11-21
Merge remote-tracking branch 'upstream/master' into regex_field
Stephan Groß
2012-11-20
Merge pull request #430 from j4mie/serializer-method-field
Tom Christie
2012-11-20
Add support for partial serializer updates
Mark Aaron Shirley
2012-11-20
Add widgets for DateField and DateTimeField.
Dustin Bachrach
2012-11-20
added RegexField
Stephan Groß
2012-11-19
Add SerializerMethodField
Jamie Matthews
2012-11-18
Add support for min_length / max_length keywords
Jacob Magnusson
2012-11-16
Merge pull request #422 from markotibold/max_length_for_modelserializers
Tom Christie
2012-11-16
Added URLField and SlugField.
Marko Tibold
2012-11-15
Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...
Marko Tibold
2012-11-14
.to_native() now returns the file-name.
Marko Tibold
2012-11-14
Processed review comments.
Marko Tibold
2012-11-14
fixed some typos
Stephan Groß
2012-11-14
Properly render file inputs in the Browsable api.
Marko Tibold
2012-11-13
Added a FileField and an ImageField (copied from django.forms.fields).
Marko Tibold
2012-11-10
Fixes #380
Marko Tibold
2012-11-08
Fields specify what FormFieldClass should be used by BrowsableApiRenderer
Ludwig Kraatz
2012-11-07
fixed typo
Stephan Groß
2012-11-06
Add pk_url_kwarg to hyperlinked fields
Tom Christie
2012-11-06
added slug support for HyperlinkedIdentityField
Stephan Groß
2012-11-06
More defensive coding. Refs: #348
Tom Christie
2012-11-06
Respect false value defaults on WritableField. Fixes #377.
Tom Christie
2012-11-06
Allow slug_url_kwarg to be overidden by subclass. Fixes #373
Tom Christie
2012-11-05
slug_url_kwarg should default to same as slug_field
Tom Christie
2012-11-05
Merge pull request #347 from minddust/master
Tom Christie
2012-11-05
fixed typo
Stephan Groß
2012-11-05
added testcase for custom slug field in hyperlinkedrelatedfield
Stephan Groß
2012-11-05
`queryset` argument is now optional on writable model fields.
Tom Christie
2012-11-05
Merge remote-tracking branch 'upstream/master'
Stephan Groß
2012-11-05
Include queryset missing exception on writable SlugField
Tom Christie
2012-11-02
Merge pull request #359 from tomchristie/relationship_tests
Tom Christie
2012-11-02
Tweaks
Tom Christie
2012-11-02
foreign key tests
Tom Christie
2012-11-02
Apply to_native on dictionary keys as well
Jacob Magnusson
2012-11-02
Don't convert dictionary into a string representation
Jacob Magnusson
2012-11-02
Fix issues with pk related fields in the browsable API.
2.0.2
Tom Christie
2012-11-01
Merge master
Tom Christie
2012-11-01
Relational field support in browseable API.
Tom Christie
[next]