-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: mrhwick/django-rest-framework-version-transforms
base: license
head repository: mrhwick/django-rest-framework-version-transforms
compare: dev
- 15 commits
- 14 files changed
- 5 contributors
Commits on Oct 29, 2015
-
Merge pull request #5 from mrhwick/license
Update the license to match LICENSE file.
Configuration menu - View commit details
-
Copy full SHA for 6942052 - Browse repository at this point
Copy the full SHA 6942052View commit details
Commits on Oct 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8796232 - Browse repository at this point
Copy the full SHA 8796232View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1df017 - Browse repository at this point
Copy the full SHA e1df017View commit details
Commits on Nov 2, 2015
-
Merge pull request #6 from mrhwick/feature/uniform-versioning-support
Transforms use a target version for names to support uniform versioning.
Configuration menu - View commit details
-
Copy full SHA for fa2c98a - Browse repository at this point
Copy the full SHA fa2c98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c81a3 - Browse repository at this point
Copy the full SHA 04c81a3View commit details
Commits on Feb 28, 2017
-
[docs] Fix typo in code samples
There were a missing parenthesis in some class definition.
Configuration menu - View commit details
-
Copy full SHA for cf1424d - Browse repository at this point
Copy the full SHA cf1424dView commit details -
Merge pull request #8 from wo0dyn/fix-docs
[docs] Fix typo in code samples
Configuration menu - View commit details
-
Copy full SHA for cb2a0d3 - Browse repository at this point
Copy the full SHA cb2a0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fd655 - Browse repository at this point
Copy the full SHA 47fd655View commit details
Commits on Oct 11, 2017
-
Use serializers.Serializer to mixin with plain Serializer (#11)
* Remove python 3.3 testing - no longer on travis. * Fix deprecation error in drf-3.6. * Allow mixins with plain Serializer. For example: ``` class FooSerializerV3(BaseVersioningSerializer, serializers.Serializer): test_field_two = serializers.CharField() class TestSerializerV3(BaseVersioningSerializer, serializers.ModelSerializer): transform_base = 'tests.test_transforms.TestModelTransform' class Meta: model = TestModelV3 fields = ( 'test_field_two', 'test_field_three', 'test_field_four', 'test_field_five', 'new_test_field', 'new_related_object_id_list', ) ```
Configuration menu - View commit details
-
Copy full SHA for 23f8a00 - Browse repository at this point
Copy the full SHA 23f8a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5416985 - Browse repository at this point
Copy the full SHA 5416985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2889eb7 - Browse repository at this point
Copy the full SHA 2889eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9056b - Browse repository at this point
Copy the full SHA 4a9056bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7afc85 - Browse repository at this point
Copy the full SHA e7afc85View commit details
Commits on Oct 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f170eed - Browse repository at this point
Copy the full SHA f170eedView commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1811653 - Browse repository at this point
Copy the full SHA 1811653View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff license...dev