Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mrhwick/django-rest-framework-version-transforms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: license
Choose a base ref
...
head repository: mrhwick/django-rest-framework-version-transforms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 15 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 29, 2015

  1. Merge pull request #5 from mrhwick/license

    Update the license to match LICENSE file.
    mrhwick committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    6942052 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Configuration menu
    Copy the full SHA
    8796232 View commit details
    Browse the repository at this point in the history
  2. version bump

    mrhwick committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    e1df017 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Merge pull request #6 from mrhwick/feature/uniform-versioning-support

    Transforms use a target version for names to support uniform versioning.
    mrhwick committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    fa2c98a View commit details
    Browse the repository at this point in the history
  2. Fix readme & add link

    mrhwick committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    04c81a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. [docs] Fix typo in code samples

    There were a missing parenthesis in some class definition.
    wo0dyn committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    cf1424d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from wo0dyn/fix-docs

    [docs] Fix typo in code samples
    mrhwick authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    cb2a0d3 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mrhwick authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    47fd655 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. 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',
            )
    ```
    phillbaker authored and mrhwick committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    23f8a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5416985 View commit details
    Browse the repository at this point in the history
  3. Create CODEOWNERS.md

    mrhwick authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    2889eb7 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    mrhwick authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    4a9056b View commit details
    Browse the repository at this point in the history
  5. Update README.md

    mrhwick authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    e7afc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Update index.md

    mrhwick authored Oct 12, 2017
    Configuration menu
    Copy the full SHA
    f170eed View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Update issue templates

    mrhwick authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1811653 View commit details
    Browse the repository at this point in the history
Loading