dj-migration-test


Namedj-migration-test JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/philsupertramp/dj-migration-test
SummaryDjango migration test module
upload_time2023-04-23 12:06:35
maintainer
docs_urlNone
authorPhilipp Zettl
requires_python
licenseMIT
keywords django testing database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ## dj-migration-test

Django migration test module.  

# Requirements

```text
django>=2.2.0
```

# Setup

# Example

For examples see the [examples](/examples) directory

# Tips

For single migrations do not use the attribute `migrate_from` the test suite will dynamical determine
the previous step.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/philsupertramp/dj-migration-test",
    "name": "dj-migration-test",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Django,Testing,Database",
    "author": "Philipp Zettl",
    "author_email": "philipp.zettl@godesteem.de",
    "download_url": "https://files.pythonhosted.org/packages/92/fd/1bd0bb4befd3a5422bd2073948a503f787e79e0fa387652a8ffe501cd031/dj-migration-test-0.4.1.tar.gz",
    "platform": null,
    "description": "## dj-migration-test\n\nDjango migration test module.  \n\n# Requirements\n\n```text\ndjango>=2.2.0\n```\n\n# Setup\n\n# Example\n\nFor examples see the [examples](/examples) directory\n\n# Tips\n\nFor single migrations do not use the attribute `migrate_from` the test suite will dynamical determine\nthe previous step.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django migration test module",
    "version": "0.4.1",
    "split_keywords": [
        "django",
        "testing",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92fd1bd0bb4befd3a5422bd2073948a503f787e79e0fa387652a8ffe501cd031",
                "md5": "87bb0f01b0684f9ccc58a5aa4b37210c",
                "sha256": "82367e9dfa56a20f87ec9c4a62c2d0c4fa73bb07e345f38caed171f81ef79f03"
            },
            "downloads": -1,
            "filename": "dj-migration-test-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "87bb0f01b0684f9ccc58a5aa4b37210c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4086,
            "upload_time": "2023-04-23T12:06:35",
            "upload_time_iso_8601": "2023-04-23T12:06:35.076124Z",
            "url": "https://files.pythonhosted.org/packages/92/fd/1bd0bb4befd3a5422bd2073948a503f787e79e0fa387652a8ffe501cd031/dj-migration-test-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-23 12:06:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "philsupertramp",
    "github_project": "dj-migration-test",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "dj-migration-test"
}
        
Elapsed time: 0.06052s