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-11-22
First passing test under p3k \o/
Xavier Ordoquy
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
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-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
2012-10-31
fix 'from_native' method when rel is None
Otto Yiu
2012-10-31
added support for custom slug field and kwargs
Stephan Groß
2012-10-30
Raise nicer exception if queryset not Set on writable related field. Refs: #338
Tom Christie
2012-10-30
Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325
Tom Christie
2012-10-30
Allow use of absolute URLs when deserializing hyperlinked fields
Tom Christie
2012-10-30
Merge pull request #335 from tomchristie/related-field-as-instance
Tom Christie
2012-10-30
Fix some typos.
Marko Tibold
2012-10-29
Fixes for urls with suffixes
Tom Christie
2012-10-29
Deal with None and missing values
Tom Christie
2012-10-29
Writable welated fields should return a model instance from .from_native(), n...
Tom Christie
2012-10-28
readonly -> read_only
Tom Christie
2012-10-26
Whitespace
Tom Christie
2012-10-22
#314 Fix for manytomany field being required in the payload even though the f...
Ian Strachan
2012-10-22
Merge field changes: .default and .widget
Tom Christie
[next]