~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to tests/contenttypes_tests/fixtures/testdata.json

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    },
39
39
    {
40
40
        "pk": 1,
 
41
        "model": "contenttypes_tests.schemeincludedurl",
 
42
        "fields": {
 
43
            "url": "http://test_scheme_included_http/"
 
44
        }
 
45
    },
 
46
    {
 
47
        "pk": 2,
 
48
        "model": "contenttypes_tests.schemeincludedurl",
 
49
        "fields": {
 
50
            "url": "https://test_scheme_included_https/"
 
51
        }
 
52
    },
 
53
    {
 
54
        "pk": 3,
 
55
        "model": "contenttypes_tests.schemeincludedurl",
 
56
        "fields": {
 
57
            "url": "//test_default_scheme_kept/"
 
58
        }
 
59
    },
 
60
    {
 
61
        "pk": 1,
41
62
        "model": "sites.site",
42
63
        "fields": {
43
64
            "domain": "testserver",