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
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-26
DecimalField
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-15
Return Decimal instance instead of string
Stephan Groß
2013-04-15
Fix init call
Stephan Groß
2013-04-15
Add DecimalField support
Stephan Groß
2013-03-21
Default date/time fields now return python date/time objects again by default
Tom Christie
2013-03-20
iso formated datetime aware fields with +0000 offset should use 'Z' suffix in...
Tom Christie
2013-03-13
Fix duplicated database queries for paginated lists.
Tom Christie
2013-03-07
Fix broken `None` value for `TimeField`.
Tom Christie
2013-03-06
Patched DateField and DateTimeField to check for None values before trying to...
Kevin Stone
2013-03-06
Clean ups to datetime formatting
Tom Christie
2013-03-05
Merge datetime formats
Tom Christie
2013-03-01
Fix for django 1.3 compatibility
Stephan Groß
2013-03-01
Add format class attributes
Stephan Groß
2013-03-01
Add new ISO8601 setting + integration
Stephan Groß
2013-03-01
Add docs update - part 1
Stephan Groß
2013-03-01
Add drf settings + output format + testcases
Stephan Groß
2013-03-01
Fix for python 3 support - thanks @Linovia
Stephan Groß
2013-03-01
Add better date / datetime validation (pull 2)
Stephan Groß
2013-02-21
Catch TypeError as well as ValueError when parsing dates, ref #699
Yuri Prezument
2013-02-15
Merge pull request #657 from dgaus/master
Tom Christie
2013-02-14
Added a serializer TimeField
Andreas Pelme
2013-02-13
Make is_simple_callable consider fields which have default arguments
Diego Gaustein
2013-02-12
Clean up field_to_native logic
Tom Christie
2013-02-07
Allow serializers to handle dicts as well as objects. Fixes #447.
Tom Christie
2013-02-06
Purge naked excepts.
Marc Tamlyn
2013-02-04
Merge branch 'py3k' into 2.2
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-30
Add dprecation warnings
Tom Christie
2013-01-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-30
Formatting fixes
Tom Christie
2013-01-03
Tweak comment.
Tom Christie
2013-01-03
Merge pull request #541 from yprez/default_and_partial_serializers2
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-03
Some cleanup
Yuri Prezument
2013-01-02
FileField validation - handle case when files=None, fixes #542
Yuri Prezument
2013-01-02
urlparse not used here.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2013-01-02
Add explaining comment
Yuri Prezument
2013-01-02
Fix "default" and partial serializers, fixes #532
Yuri Prezument
2012-12-31
Relation fields move into relations.py
Tom Christie
2012-12-21
Update RelatedField#field_from_native coding style
Mark Aaron Shirley
2012-12-19
Merge remote-tracking branch 'upstream/master' into related-required
Mark Aaron Shirley
2012-12-19
Merge pull request #510 from joual/master
Tom Christie
2012-12-19
Check if RelatedField is required.
Mark Aaron Shirley
2012-12-18
Whitespace
Tom Christie
2012-12-15
Final commit to restore the fix
Joel Marcotte
2012-12-15
Reverting commit to previous state to see if the test is only relevant to dja...
Joel Marcotte
2012-12-15
Fix model validation exclusions. Fixes #500. Fixes #506.
Tom Christie
[next]