{ "info": { "author": "Ilya Baryshev", "author_email": "baryshev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Unobtrusive test models creation for django\n\n**This package is no longer maintained. If you would like to take over, contact me pls.**\n\ndjango-whatever is a friendly fork of ``django-any`` package written by Mikhail Podgurskiy (kmmbvnr)\nThe purpose of the fork is to fix most annoying bugs and add `some features `_\nTo remain compatible with original package ``django-whatever`` retains same namespace: ``django_any``.\n\n``django-whatever`` is explicit replacement for old-style, big and error-prone\nimplicit fixture files.\n\n``django-whatever`` allows you to specify only fields important for tests\nand fills the rest randomly with acceptable values.\n\nIt makes tests clean and easy to understand, without reading fixture files.::\n\n from django_any import any_model\n\n class TestMyShop(TestCase):\n def test_order_updates_user_account(self):\n account = any_model(Account, amount=25, user__is_active=True)\n order = any_model(Order, user=account.user, amount=10)\n order.proceed()\n\n account = Account.objects.get(pk=account.pk)\n self.assertEquals(15, account.amount)\n\nRead more at the docs: http://django-whatever.readthedocs.org/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/coagulant/django-whatever", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-whatever-es9iecor", "package_url": "https://pypi.org/project/django-whatever-es9iecor/", "platform": "any", "project_url": "https://pypi.org/project/django-whatever-es9iecor/", "project_urls": { "Homepage": "http://github.com/coagulant/django-whatever" }, "release_url": "https://pypi.org/project/django-whatever-es9iecor/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "Unobtrusive test models creation for django.", "version": "0.2.3" }, "last_serial": 5370974, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "6bc151cf69cadb50c7354d4db9d1f259", "sha256": "b7060f9d4523b617b314c2fcd2fef2043a832da45d02705e25d5c7903552bb83" }, "downloads": -1, "filename": "django_whatever_es9iecor-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "6bc151cf69cadb50c7354d4db9d1f259", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16177, "upload_time": "2019-06-07T10:45:10", "url": "https://files.pythonhosted.org/packages/0d/0a/d188d3988e101acb09c98edd1a03cdec230866c3a3acfe57c0f3abb777d8/django_whatever_es9iecor-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbacf90033e4ea2812d7ac4c3fb8fad7", "sha256": "75657ece6af10fa8a90760db233d6f94d8fa0da3175522280576856a402b2da9" }, "downloads": -1, "filename": "django-whatever-es9iecor-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cbacf90033e4ea2812d7ac4c3fb8fad7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21384, "upload_time": "2019-06-07T10:45:13", "url": "https://files.pythonhosted.org/packages/d4/ca/69cc45d36eee5c1190290b66d96de84f282c20b2ab61ace87d4315cbc95a/django-whatever-es9iecor-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6bc151cf69cadb50c7354d4db9d1f259", "sha256": "b7060f9d4523b617b314c2fcd2fef2043a832da45d02705e25d5c7903552bb83" }, "downloads": -1, "filename": "django_whatever_es9iecor-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "6bc151cf69cadb50c7354d4db9d1f259", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16177, "upload_time": "2019-06-07T10:45:10", "url": "https://files.pythonhosted.org/packages/0d/0a/d188d3988e101acb09c98edd1a03cdec230866c3a3acfe57c0f3abb777d8/django_whatever_es9iecor-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbacf90033e4ea2812d7ac4c3fb8fad7", "sha256": "75657ece6af10fa8a90760db233d6f94d8fa0da3175522280576856a402b2da9" }, "downloads": -1, "filename": "django-whatever-es9iecor-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cbacf90033e4ea2812d7ac4c3fb8fad7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21384, "upload_time": "2019-06-07T10:45:13", "url": "https://files.pythonhosted.org/packages/d4/ca/69cc45d36eee5c1190290b66d96de84f282c20b2ab61ace87d4315cbc95a/django-whatever-es9iecor-0.2.3.tar.gz" } ] }