Craig de Stigter
|
c992b600f7
|
add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and HyperlinkedRelatedField. #694
|
2013-05-18 12:32:48 +02:00 |
|
Craig de Stigter
|
0cd7c80e6e
|
add tests for related field source for RelatedField and PrimaryKeyRelatedField. #694
|
2013-05-18 12:16:30 +02:00 |
|
Tom Christie
|
4bf1a09bae
|
Ensure implementation of reverse relations in 'fields' is backwards compatible
|
2013-04-23 11:31:38 +01:00 |
|
Bouke Haarsma
|
3cd3235881
|
Failing test to show problem of #720
|
2013-03-10 21:01:51 +01:00 |
|
Tom Christie
|
a1dbd93f54
|
assertEquals -> assertEqual
|
2013-02-27 21:15:00 +00:00 |
|
Tom Christie
|
b58e763287
|
Fix pk relations tests which were not running.
|
2013-02-13 12:33:04 +00:00 |
|
Tom Christie
|
7f797abc19
|
Remove deprecated APIs from tests
|
2013-02-12 20:07:35 +00:00 |
|
Tom Christie
|
5813a09512
|
Use new many=True relations style.
|
2013-02-07 09:14:58 +00:00 |
|
Tom Christie
|
b052c92ac3
|
Cleanup imports
Mostly adding `from __future__ import unicode_literals` everywhere.
|
2013-02-04 20:55:35 +00:00 |
|
Tom Christie
|
f4f237e3ee
|
3.2, 3.3 compat
|
2013-02-01 14:03:28 +00:00 |
|
Tom Christie
|
d9c7b1c585
|
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
Conflicts:
rest_framework/authentication.py
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/settings.py
rest_framework/tests/authentication.py
rest_framework/tests/genericrelations.py
rest_framework/tests/generics.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_nested.py
rest_framework/tests/relations_pk.py
rest_framework/tests/serializer.py
|
2013-02-01 11:58:55 +00:00 |
|
Tom Christie
|
211bb89eec
|
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
|
2013-01-18 21:29:21 +00:00 |
|
Tom Christie
|
eb3d4d0e93
|
Drop bits of relations_slug tests which don't mirror existing tests.
|
2013-01-16 14:32:51 +00:00 |
|
Juan Riaza
|
268f60999c
|
unused imports
|
2013-01-10 15:48:22 +01:00 |
|
Mark Aaron Shirley
|
a897eb5480
|
Create separate *NullableOneToOneTests TestCase
|
2013-01-07 16:27:31 -08:00 |
|
Mark Aaron Shirley
|
8fd1f09dad
|
Move relation tests models into models.py
|
2013-01-03 10:23:13 +01:00 |
|
Xavier Ordoquy
|
9c7524fc33
|
Fixed unicode errors.
|
2013-01-02 19:06:02 +01:00 |
|
Mark Aaron Shirley
|
a617a3758f
|
Don't persist relation changes in ModelSerializer#restore_object()
|
2012-12-31 14:33:24 +01:00 |
|
Tom Christie
|
12c4f1ecf7
|
Add reverse FK update tests
|
2012-12-29 18:26:47 +00:00 |
|
Tom Christie
|
caaf1c80f5
|
Support reverse FK creation
|
2012-12-29 16:51:41 +00:00 |
|
Tom Christie
|
51e2664491
|
Add FK create tests
|
2012-12-29 15:51:32 +00:00 |
|
Tom Christie
|
bf69205cd3
|
Tests for retrieving nullable relations
|
2012-12-29 13:33:03 +00:00 |
|
Tom Christie
|
83feda6a69
|
Rename relationship tests so they show up together
|
2012-12-21 09:10:16 +00:00 |
|