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
/
tests
/
models.py
Age
Commit message (
Expand
)
Author
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-19
Merge pull request #510 from joual/master
Tom Christie
2012-12-15
Added test for "positive_integer in choices tuple does not get parsed if not ...
Joel Marcotte
2012-12-15
Fix model validation exclusions. Fixes #500. Fixes #506.
Tom Christie
2012-12-06
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework...
Marko Tibold
2012-11-30
add traverse_related feature + tests (fixes issue#461)
Pavel Savchenko
2012-11-22
Added _post_clean() behaviour by adding a .perform_model_validation() method.
Marko Tibold
2012-11-21
added missing line
Stephan Groß
2012-11-21
Merge remote-tracking branch 'upstream/master' into regex_field
Stephan Groß
2012-11-21
added tests
Stephan Groß
2012-11-20
Fix related serializers with source argument that resolves to a callable
Jamie Matthews
2012-11-18
Add support for min_length / max_length keywords
Jacob Magnusson
2012-11-10
Reproduces #380
Marko Tibold
2012-11-06
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-11-05
added testcase for custom slug field in hyperlinkedrelatedfield
Stephan Groß
2012-11-03
Added test that makes sure that fields with
Jacob Magnusson
2012-11-01
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-10-30
Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325
Tom Christie
2012-10-30
Adding failing tests that show null=True model fields are won't validate if t...
Marko Tibold
2012-10-28
Added wo tests. One for PUTing on a non-existing id-based url. And another fo...
Marko Tibold
2012-10-27
Push tests into a seperate app namespace 'rest_framework.test'
Tom Christie
2012-10-26
Fix failing 'default' on ModelSerializer
Tom Christie
2012-10-22
#314 Fix for manytomany field being required in the payload even though the f...
Ian Strachan
2012-10-22
Fix serialization of reverse relationships
Jamie Matthews
2012-10-17
Make default field check safe for boolean values whereby 'False' may be an ac...
Rob Dobson
2012-10-11
First attempt at adding filter support.
Ben Konrath
2012-10-08
Fix #285
Tom Christie
2012-10-04
Fix for field to make it easier to access field relationships
Tom Christie
2012-10-04
Tests for default arguments on fields
Tom Christie
2012-10-04
Abstract out the app_label on test models
Tom Christie
2012-10-04
Abstract out the app_label on test models
Tom Christie
2012-10-03
Many2Many test
Tom Christie
2012-09-28
Get test-only models properly working
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie