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-06-11
Pep8 lint
David Sanders
2013-06-11
Update ModelField to work with a broader range of fields
David Sanders
2013-06-06
Never deepcopy validators. Closes #913
Tom Christie
2013-06-02
Serializer field 'default' argument may be a callable
Tom Christie
2013-05-29
Fix default field when is a simple callable function.
Gustavo Andrés Angulo
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-24
Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...
Tom Christie
2013-05-23
simplified, moved field humanizing to Field. broken tests
Oscar Vilaplana
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-20
Updated SlugField to raise validation errors for invalid slugs
David Jones
2013-05-19
Added min_length and max_length
Oscar Vilaplana
2013-05-19
s/Single Character/String/
Oscar Vilaplana
2013-05-19
Made field label optional in OPTIONS
Oscar Vilaplana
2013-05-19
Integrated status quo of grimborg's awesome humanize_field() for exposing fie...
Nikolaus Schlemm
2013-05-19
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Nikolaus Schlemm
2013-05-18
Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...
Nikolaus Schlemm
2013-05-18
added tests for form
Oscar Vilaplana
2013-05-18
Added humanized field names and types
Oscar Vilaplana
2013-05-18
Move function to compat.
Ryan Kaskel
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Handle Python 3 strings and lazy strings.
Ryan Kaskel
2013-05-18
Merge branch 'master' into mjtorn-master
Markus Törnqvist
2013-05-18
Add TestCases for default field values
Stephan Groß
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Merge pull request #831 from brianz/master
Tom Christie
2013-05-18
Merge branch 'master' into 725-blank-choice-dash
Pablo Recio
2013-05-18
Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required
Pablo Recio
2013-05-18
serializers.Field respects ordering on dicts if it exists. Closes #832
Tom Christie
2013-05-18
Use smart_text() instead of nonexistant smart_unicode()
Markus Törnqvist
2013-05-18
Merge branch 'mikee2185-master' into mjtorn-master
Markus Törnqvist
2013-05-13
Allow for missing non-required nested objects.
Brian Zambrano
2013-05-08
Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798
Tom Christie
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-23
Forcing translations of lazy translatable strings in Field to_native method
Matteo Suppo
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ß
[next]