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
/
tests
Age
Commit message (
Expand
)
Author
2014-11-25
Fix failing YAML tests
José Padilla
2014-11-25
Fix shoddy test case
Tom Christie
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-19
Allow blank choices to render. Closes #2071.
Tom Christie
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. Cl...
Tom Christie
2014-11-13
Reinstate OPTIONS tests
Tom Christie
2014-11-13
Remove tests/settings. Using conftest instead.
Tom Christie
2014-11-13
Remove test cruft
Tom Christie
2014-11-10
Uniqueness constraints imply a forced 'required=True'. Refs #1945
Tom Christie
2014-11-06
Tests & fixes for list serialization
Tom Christie
2014-11-06
Fix tests for py2/3 compat
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-11-05
Fix failing copy of fields when RegexValidator is used. Closes #1954.
Tom Christie
2014-11-03
Py2/3 compat for validation test
Tom Christie
2014-11-03
Use invalid_data key for error message. Closes #2002.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Merge branch 'master' into version-3.0
Tom Christie
2014-10-30
Nested serializer tests
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-22
.validate() can raise field errors or non-field errors
Tom Christie
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-16
Performance for PK fields
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-09
Tweaking
Tom Christie
2014-10-08
Support empty file fields
Tom Christie
2014-10-08
Move generic relation tests
Tom Christie
2014-10-08
Tests for generic relationships
Tom Christie
2014-10-08
Tests for relational fields
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-06
Fix follow does not work on APIClient
Jones Chi
2014-10-03
More spelling tweaks
Craig de Stigter
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-09-29
Absolute URLs for file fields
Tom Christie
2014-09-29
Update release notes
Tom Christie
2014-09-29
UniqueTogetherValidator
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie
2014-09-26
FileField and ImageField
Tom Christie
2014-09-26
Drop erronous print statements
Tom Christie
2014-09-26
Added ListField
Tom Christie
2014-09-26
Allow many, partial and context in BaseSerializer
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-09-25
Partial support
Tom Christie
2014-09-25
Refuse to downcast from datetime to date or time
Tom Christie
2014-09-25
Check for redundant on SerializerMethodField
Tom Christie
2014-09-25
Clean up bind - no longer needs to be called multiple times in nested fields
Tom Christie
2014-09-25
Ensure proper sorting of 'choices' attribute on ChoiceField
Tom Christie
2014-09-24
Enforce field_name != source
Tom Christie
[next]