Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
  • renovate/python-3.x
  • 5.1.0
  • 5.2.0
  • 6.0.0
  • 6.0.1
  • 6.0.2
  • 6.1.0
  • 6.1.1
  • 6.1.2
  • 6.1.3
11 results

Target

Select target project
  • AlekSIS/libs/django-yarnpkg
  • edward/django-yarnpkg
  • detiste-guest/django-yarnpkg
3 results
Select Git revision
  • master
  • renovate/python-3.x
  • 5.1.0
  • 5.2.0
  • 6.0.0
  • 6.0.1
  • 6.0.2
  • 6.1.0
  • 6.1.1
  • 6.1.2
  • 6.1.3
11 results
Show changes

Commits on Source 2

# -*- coding: utf-8 -*-
import os.path
import json
import six
from django.conf import settings
from django.utils.datastructures import OrderedSet
......
from django.core.management import call_command
from django.conf import settings
from django.test import TestCase
from six import StringIO
from io import StringIO
from mock import MagicMock
from ..yarn import yarn_adapter, YarnAdapter
from .. import conf
......
......@@ -23,7 +23,6 @@ setup(
zip_safe=True,
install_requires=[
'django',
'six',
],
entry_points="""
# -*- Entry points: -*-
......