{ "info": { "author": "Matthias Kestenholz", "author_email": "mk@feinheit.ch", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "============================\ndjango-http-fallback-storage\n============================\n\nWhen the production site uploads folder gets really big you don't want to\nrsync everything to your local machine just to fix a few bugs. Only download\nwhat is needed, right?\n\nThat's what this storage class does.\n\nUsage\n=====\n\n0. Make sure that you only use this if ``DEBUG = True``\n1. Add the following settings::\n\n DEFAULT_FILE_STORAGE = 'http_fallback_storage.FallbackStorage'\n FALLBACK_STORAGE_URL = 'http://example.com/media/'\n\n2. Optionally, configure logging so that it's easy to see why page loads\n would be slow when fetching media files. Either of the following\n snippets should be fine when added to your settings file::\n\n FALLBACK_STORAGE_LOGGING = True\n\n import http_fallback_storage\n LOGGING = http_fallback_storage.LOGGING\n\n or::\n\n FALLBACK_STORAGE_LOGGING = True\n\n # LOGGING has already been defined\n import http_fallback_storage\n LOGGING.update(http_fallback_storage.LOGGING)\n\n3. Optionally, specify a regular expression for skipping file downloads,\n e.g. the following regex to never download movies::\n\n FALLBACK_STORAGE_SKIP = r'(\\.mp4|\\.mov)$'\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matthiask/django-http-fallback-storage/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-http-fallback-storage", "package_url": "https://pypi.org/project/django-http-fallback-storage/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-http-fallback-storage/", "project_urls": { "Homepage": "https://github.com/matthiask/django-http-fallback-storage/" }, "release_url": "https://pypi.org/project/django-http-fallback-storage/1.6/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "", "version": "1.6", "yanked": false, "yanked_reason": null }, "last_serial": 6056843, "releases": { "0.1": [], "1.0": [ { "comment_text": "", "digests": { "md5": "ad4ad56007850329f31eed0c6823d19b", "sha256": "feb87614b4117a26a9991e38f4f625d8a3d92d6b7243d8c9472b14a8590e4a23" }, "downloads": -1, "filename": "django_http_fallback_storage-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad4ad56007850329f31eed0c6823d19b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3782, "upload_time": "2016-08-26T09:19:13", "upload_time_iso_8601": "2016-08-26T09:19:13.409466Z", "url": "https://files.pythonhosted.org/packages/2e/62/c5608a4326fedb60d9696c7f410675195d3fa4cfe73463d88eabbb750127/django_http_fallback_storage-1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8d25915dd916db8de5798f3caa22a38a", "sha256": "8d881325633fba07b25d3b01473dd30b2342a1c5bb2a31b89666d92d11c62b9d" }, "downloads": -1, "filename": "django-http-fallback-storage-1.0.tar.gz", "has_sig": false, "md5_digest": "8d25915dd916db8de5798f3caa22a38a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3258, "upload_time": "2016-08-26T09:19:15", "upload_time_iso_8601": "2016-08-26T09:19:15.302372Z", "url": "https://files.pythonhosted.org/packages/05/6f/a8835cd3128890e377b2070665235bfe05073aaa2479879d86a353e8a6ee/django-http-fallback-storage-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d5918dc543154d76cbd1935829783cb9", "sha256": "b4eddfc4864830d05dd19b1551cefffdd0854d2b18f0d492aae0d889455a4080" }, "downloads": -1, "filename": "django_http_fallback_storage-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5918dc543154d76cbd1935829783cb9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3834, "upload_time": "2016-08-26T12:06:58", "upload_time_iso_8601": "2016-08-26T12:06:58.825421Z", "url": "https://files.pythonhosted.org/packages/b0/35/3bb8f51b781995016bacb0c4ab5020ae6057576ea9eb70558cafd84cca46/django_http_fallback_storage-1.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3dd5d6420807f75f8d91f6d82970a2c7", "sha256": "75fa834dd899726c6515d93f4f210d2826bc7cae619c6d5d1497421a69cafcd7" }, "downloads": -1, "filename": "django-http-fallback-storage-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3dd5d6420807f75f8d91f6d82970a2c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3285, "upload_time": "2016-08-26T12:07:01", "upload_time_iso_8601": "2016-08-26T12:07:01.290065Z", "url": "https://files.pythonhosted.org/packages/1c/39/d243e8fe0ce11b736f2d48c7e48c430054b3b0a34c2d8e850298bf5a30f4/django-http-fallback-storage-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e8879a8246c341a79eebe6eba7bb3363", "sha256": "de4f2183d9ff46a7bce42bbcfa5aba439884dfdb58342a39ddb2c6a3ca9f8ca2" }, "downloads": -1, "filename": "django_http_fallback_storage-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e8879a8246c341a79eebe6eba7bb3363", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3841, "upload_time": "2016-09-15T13:33:03", "upload_time_iso_8601": "2016-09-15T13:33:03.888552Z", "url": "https://files.pythonhosted.org/packages/cd/8d/42e4bf794a8b1535fe9507da5591d81318b712bcf07778d14773c9372c6c/django_http_fallback_storage-1.0.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c4a689e795442c2a00d279337665bb8", "sha256": "06b816a6d76da2757c40811e87b5c83c74084425a26ae1826785cd8e64595960" }, "downloads": -1, "filename": "django-http-fallback-storage-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1c4a689e795442c2a00d279337665bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3282, "upload_time": "2016-09-15T13:33:05", "upload_time_iso_8601": "2016-09-15T13:33:05.968074Z", "url": "https://files.pythonhosted.org/packages/df/9a/ee83f0caa8562b169b447f4183bd11196c262f4562d4bad9cef041a0610c/django-http-fallback-storage-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1": [ { "comment_text": "", "digests": { "md5": "1745c1b0269029ee065be339e8a49464", "sha256": "5d2b50206d171786ccf5d3bdce733d1c6ebe027dd68df2ba4afdadd4239f3d21" }, "downloads": -1, "filename": "django_http_fallback_storage-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1745c1b0269029ee065be339e8a49464", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3808, "upload_time": "2016-11-19T13:25:25", "upload_time_iso_8601": "2016-11-19T13:25:25.219371Z", "url": "https://files.pythonhosted.org/packages/f7/ce/5d0f3afddb7e04b4f4f1149856da1eb7f1faca19b6ca872aad39a70526b1/django_http_fallback_storage-1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "def5b1eac1a26451fc3f3eb57d4b730f", "sha256": "6be4de9f5677d91f43a6d299e0e0ceb99899585f12469da8865529bcb889abc3" }, "downloads": -1, "filename": "django-http-fallback-storage-1.1.tar.gz", "has_sig": false, "md5_digest": "def5b1eac1a26451fc3f3eb57d4b730f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3299, "upload_time": "2016-11-19T13:25:29", "upload_time_iso_8601": "2016-11-19T13:25:29.189966Z", "url": "https://files.pythonhosted.org/packages/e8/41/88f39a769a5a4cb6db7ec190dca7f78cc06164ff3a7d422585b7068f61b9/django-http-fallback-storage-1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2": [ { "comment_text": "", "digests": { "md5": "de8da5899406cfffc41b2d03e0cd1b7c", "sha256": "1bd63b71de5a7ebcb9c0965aa18e6122bc2c1dfa1b9de2b48f60193866ef1075" }, "downloads": -1, "filename": "django_http_fallback_storage-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de8da5899406cfffc41b2d03e0cd1b7c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4587, "upload_time": "2017-06-06T14:43:00", "upload_time_iso_8601": "2017-06-06T14:43:00.271847Z", "url": "https://files.pythonhosted.org/packages/f2/20/c9999e3f196556a2add5009bfc31997d8ce38425ba429e1c39dc81eae759/django_http_fallback_storage-1.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ca94c79d6c2e800316e8d8ac5eeedcf", "sha256": "755b52cce72e001f520b748f24ceb97629197592c42f417ef73a0a156e4656a2" }, "downloads": -1, "filename": "django-http-fallback-storage-1.2.tar.gz", "has_sig": false, "md5_digest": "1ca94c79d6c2e800316e8d8ac5eeedcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3334, "upload_time": "2017-06-06T14:43:01", "upload_time_iso_8601": "2017-06-06T14:43:01.442138Z", "url": "https://files.pythonhosted.org/packages/89/6e/e813b258e89134dac01204d8df66d4f6b947bb15fb368d5a8ba796212fb8/django-http-fallback-storage-1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "5c18552a6a9424ad1ce7b97eed9b3648", "sha256": "92337a6301fc80b3f38b879643b3d789f35cf826c225a9cf5394be485a177971" }, "downloads": -1, "filename": "django_http_fallback_storage-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5c18552a6a9424ad1ce7b97eed9b3648", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4616, "upload_time": "2017-06-06T15:13:26", "upload_time_iso_8601": "2017-06-06T15:13:26.318905Z", "url": "https://files.pythonhosted.org/packages/0f/78/01846e3ff23726b96253ae79c693c36fe8045147b63f38d14afc8ea2f8e8/django_http_fallback_storage-1.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18336eb72ce1312f9c96e94bbee73715", "sha256": "6a060828ae192478679c850c1b43f9b93bf92c4c909c5fd0616a6050af0bc8d1" }, "downloads": -1, "filename": "django-http-fallback-storage-1.2.1.tar.gz", "has_sig": false, "md5_digest": "18336eb72ce1312f9c96e94bbee73715", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3331, "upload_time": "2017-06-06T15:13:29", "upload_time_iso_8601": "2017-06-06T15:13:29.062350Z", "url": "https://files.pythonhosted.org/packages/ae/27/cf7d65807c6daab24fcaeecebedea6968600a9f8ef7a47ac921bc2fdcc9f/django-http-fallback-storage-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "23f4944caabbccc9bbfe5ba6a82d69a4", "sha256": "febabd25984ac211e08caccbe314a71a5940495d053871c028b44daebd933f82" }, "downloads": -1, "filename": "django_http_fallback_storage-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "23f4944caabbccc9bbfe5ba6a82d69a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3862, "upload_time": "2017-06-06T15:14:40", "upload_time_iso_8601": "2017-06-06T15:14:40.317170Z", "url": "https://files.pythonhosted.org/packages/3d/87/2c1b9be9f628f58053cd0714da93863ecbf0194d679196d8e39cb56aba10/django_http_fallback_storage-1.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a88176afdc3cbc7d7534f56b553879a", "sha256": "6456ef3e019f99b6f566eacc6e85f14f88913476f7529ab4ae1125d467522220" }, "downloads": -1, "filename": "django-http-fallback-storage-1.2.2.tar.gz", "has_sig": false, "md5_digest": "3a88176afdc3cbc7d7534f56b553879a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3324, "upload_time": "2017-06-06T15:14:41", "upload_time_iso_8601": "2017-06-06T15:14:41.187260Z", "url": "https://files.pythonhosted.org/packages/94/4b/5e9d22ff01a5470f7eae81e3e44aa7ff69f454066f4553b32cd304106223/django-http-fallback-storage-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "04774997224525dc98944c4a65525c03", "sha256": "fc5b817b7b1af0df9081837d11aa8afcb835a46243d2ba25d599a8e3dbe2fb1b" }, "downloads": -1, "filename": "django_http_fallback_storage-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "04774997224525dc98944c4a65525c03", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3828, "upload_time": "2017-06-13T15:31:49", "upload_time_iso_8601": "2017-06-13T15:31:49.590278Z", "url": "https://files.pythonhosted.org/packages/4d/fc/0f812720ff69779379eb855ac279d26d5c58231dc63ccc4d996a3665bdab/django_http_fallback_storage-1.2.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "15e0c6df2043f4fb417e52448d9d3bcd", "sha256": "fbe5f4f7f7b578a684a4869eaa4171e3efa168122556946c7d6ef927d89240ea" }, "downloads": -1, "filename": "django-http-fallback-storage-1.2.3.tar.gz", "has_sig": false, "md5_digest": "15e0c6df2043f4fb417e52448d9d3bcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3299, "upload_time": "2017-06-13T15:31:52", "upload_time_iso_8601": "2017-06-13T15:31:52.172840Z", "url": "https://files.pythonhosted.org/packages/63/b4/5bdc754e111e0da4a8b719e203cdb49e0a8ac9e51a4c2d10d50ed5301e5e/django-http-fallback-storage-1.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3": [ { "comment_text": "", "digests": { "md5": "845edabd6175207747d17b5161fbea59", "sha256": "d5bea8ea97303b5994899c9cbd807b25f3a04c908896db75c375b7480704d70f" }, "downloads": -1, "filename": "django_http_fallback_storage-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "845edabd6175207747d17b5161fbea59", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4395, "upload_time": "2017-07-27T16:06:24", "upload_time_iso_8601": "2017-07-27T16:06:24.103131Z", "url": "https://files.pythonhosted.org/packages/d8/32/c4a59e65d463f9e9b68ea717369ec4a989c70dfef5d0cf67220566a8922e/django_http_fallback_storage-1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8533c6d77f8b8a024b3f9713c88ebc1b", "sha256": "782411fb2cf1e29fd6f845b43979cc09d6d3af4ea29f780806f9f0596ac44890" }, "downloads": -1, "filename": "django-http-fallback-storage-1.3.tar.gz", "has_sig": false, "md5_digest": "8533c6d77f8b8a024b3f9713c88ebc1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3591, "upload_time": "2017-07-27T16:06:25", "upload_time_iso_8601": "2017-07-27T16:06:25.377032Z", "url": "https://files.pythonhosted.org/packages/18/60/8e04459f1a518f008bc8c4b8bd7475193044cd2f6715498b114d3fb1b739/django-http-fallback-storage-1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "88d6b21d2733104c77ba5c24a0914655", "sha256": "691fef42da0d613b2a97badeeb6247726b4172820ff2502a2034decfaec858d0" }, "downloads": -1, "filename": "django_http_fallback_storage-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "88d6b21d2733104c77ba5c24a0914655", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4435, "upload_time": "2017-08-14T13:46:59", "upload_time_iso_8601": "2017-08-14T13:46:59.633170Z", "url": "https://files.pythonhosted.org/packages/80/00/3c8436d5dd0521357b3f4012e686a9727b91b7c5728523965946343810bf/django_http_fallback_storage-1.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5afb5116cc70ae9392279edce3a69b20", "sha256": "b540341451771bc601fa42ef1a71646443f04376741f06c25298be279daf54f0" }, "downloads": -1, "filename": "django-http-fallback-storage-1.3.1.tar.gz", "has_sig": false, "md5_digest": "5afb5116cc70ae9392279edce3a69b20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3607, "upload_time": "2017-08-14T13:47:00", "upload_time_iso_8601": "2017-08-14T13:47:00.822570Z", "url": "https://files.pythonhosted.org/packages/b7/52/3a151a96e7b7e8db75fd29b7aed7e9ab7f8987159f3fe584359216055455/django-http-fallback-storage-1.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "64d9e566e84d9ebaff4fff8ac3ca0578", "sha256": "2e4ecb5cf15101b1523a4ab34094beefb36ea7f96efb2c0140b95c3428065366" }, "downloads": -1, "filename": "django_http_fallback_storage-1.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64d9e566e84d9ebaff4fff8ac3ca0578", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4542, "upload_time": "2018-03-06T11:17:00", "upload_time_iso_8601": "2018-03-06T11:17:00.328463Z", "url": "https://files.pythonhosted.org/packages/70/3f/48802d7326bb5357e55fe0fe80a5d8eda735b324e5fc93d86b01f7ebdc94/django_http_fallback_storage-1.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9cc8373908fecfacc5796fafaa3c0511", "sha256": "1058a05ff6ed8fb6590b41fdc8fd3c52ce72035ad3e831dbb92665bf56392bf0" }, "downloads": -1, "filename": "django-http-fallback-storage-1.3.2.tar.gz", "has_sig": false, "md5_digest": "9cc8373908fecfacc5796fafaa3c0511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3714, "upload_time": "2018-03-06T11:17:01", "upload_time_iso_8601": "2018-03-06T11:17:01.550342Z", "url": "https://files.pythonhosted.org/packages/39/b1/0bc746b3b776e8882fb86b9130643dd38bee6bb7ea99ffe43cbe4a2557ac/django-http-fallback-storage-1.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "042d98b8213de0bf6f628492b0e69a15", "sha256": "19563ca5b6fd79210292a9a2114053ee7f2905c71b06d8fb36cde461d27a52f3" }, "downloads": -1, "filename": "django_http_fallback_storage-1.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "042d98b8213de0bf6f628492b0e69a15", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4697, "upload_time": "2018-03-06T21:08:16", "upload_time_iso_8601": "2018-03-06T21:08:16.511855Z", "url": "https://files.pythonhosted.org/packages/98/ad/8a1d37d5351fe266e8b4651b10d1b7d7e73be78fee1a52d1c8f6de5d4f13/django_http_fallback_storage-1.3.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d1e2b92ce0e28f2196a4677167c46c9", "sha256": "29afab63932327eb96f2ee86c3607f58ef9df62a48ddd58f2164c81f6d5e3a0c" }, "downloads": -1, "filename": "django-http-fallback-storage-1.3.3.tar.gz", "has_sig": false, "md5_digest": "3d1e2b92ce0e28f2196a4677167c46c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3784, "upload_time": "2018-03-06T21:08:18", "upload_time_iso_8601": "2018-03-06T21:08:18.046448Z", "url": "https://files.pythonhosted.org/packages/7c/d2/d844426235276ed21477246b87e7db11ab104c83b05849671aef7e9fe6cd/django-http-fallback-storage-1.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4": [ { "comment_text": "", "digests": { "md5": "6292d7625f455b96d852cefe0ec5fd27", "sha256": "8b8e95f43ef8038caea47e4707caf6c062bfe7b54e90f711a4f2c6deefc14a9b" }, "downloads": -1, "filename": "django-http-fallback-storage-1.4.tar.gz", "has_sig": false, "md5_digest": "6292d7625f455b96d852cefe0ec5fd27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3830, "upload_time": "2018-04-03T07:48:01", "upload_time_iso_8601": "2018-04-03T07:48:01.514953Z", "url": "https://files.pythonhosted.org/packages/8e/5d/bf0ea06245b40329e2888257d139b22f34dcf0576282e1496cb0fe12782f/django-http-fallback-storage-1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.5": [ { "comment_text": "", "digests": { "md5": "075238f9dc2c0ec0eeace5608d84e40b", "sha256": "a922b53f78e4faae7a1978e135cbd34c68c8ee564bab66f14a6b04fa645c904e" }, "downloads": -1, "filename": "django_http_fallback_storage-1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "075238f9dc2c0ec0eeace5608d84e40b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4754, "upload_time": "2018-08-27T08:57:11", "upload_time_iso_8601": "2018-08-27T08:57:11.031600Z", "url": "https://files.pythonhosted.org/packages/29/35/e9471b71bc076157bcd62f7d50a0dcd1b4c6849f22c83cebbfb4cfa3cd4d/django_http_fallback_storage-1.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83fac031b26b0bc3c1d4d40ac6c71e6f", "sha256": "162e1af92151aeef23da9c50ec2a8934b1f76600f564d2a549d20f5ccfedf205" }, "downloads": -1, "filename": "django-http-fallback-storage-1.5.tar.gz", "has_sig": false, "md5_digest": "83fac031b26b0bc3c1d4d40ac6c71e6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2018-08-27T08:57:12", "upload_time_iso_8601": "2018-08-27T08:57:12.199623Z", "url": "https://files.pythonhosted.org/packages/ce/f0/da7160e9a30ce950e2ce5daa6b5b1c15ffa3521ca4763caffb833f4911f1/django-http-fallback-storage-1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6": [ { "comment_text": "", "digests": { "md5": "b8935015ee0c9faf07e034cc33c7bf9f", "sha256": "c33a5be0c9223a2397e3b4fd7578a3595b427a2dfcd7474f020d3b7bdcbc6f73" }, "downloads": -1, "filename": "django_http_fallback_storage-1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8935015ee0c9faf07e034cc33c7bf9f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4692, "upload_time": "2019-10-31T08:11:28", "upload_time_iso_8601": "2019-10-31T08:11:28.862567Z", "url": "https://files.pythonhosted.org/packages/4e/eb/eb0a6966cbb79faf54679081babf45d5638a7b2aa4a3d03a448f4722ae09/django_http_fallback_storage-1.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef710c0a547d336a23fd67cfee5b798d", "sha256": "70712ae8af9b94f86fe4b4a60a1653ffe24349792434c6553f48663a7f4764b2" }, "downloads": -1, "filename": "django-http-fallback-storage-1.6.tar.gz", "has_sig": false, "md5_digest": "ef710c0a547d336a23fd67cfee5b798d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3782, "upload_time": "2019-10-31T08:11:30", "upload_time_iso_8601": "2019-10-31T08:11:30.491069Z", "url": "https://files.pythonhosted.org/packages/61/df/1ec30e48f104c50016598afaf3ed33252a406aef0aefa95f348cccf13133/django-http-fallback-storage-1.6.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b8935015ee0c9faf07e034cc33c7bf9f", "sha256": "c33a5be0c9223a2397e3b4fd7578a3595b427a2dfcd7474f020d3b7bdcbc6f73" }, "downloads": -1, "filename": "django_http_fallback_storage-1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8935015ee0c9faf07e034cc33c7bf9f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4692, "upload_time": "2019-10-31T08:11:28", "upload_time_iso_8601": "2019-10-31T08:11:28.862567Z", "url": "https://files.pythonhosted.org/packages/4e/eb/eb0a6966cbb79faf54679081babf45d5638a7b2aa4a3d03a448f4722ae09/django_http_fallback_storage-1.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef710c0a547d336a23fd67cfee5b798d", "sha256": "70712ae8af9b94f86fe4b4a60a1653ffe24349792434c6553f48663a7f4764b2" }, "downloads": -1, "filename": "django-http-fallback-storage-1.6.tar.gz", "has_sig": false, "md5_digest": "ef710c0a547d336a23fd67cfee5b798d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3782, "upload_time": "2019-10-31T08:11:30", "upload_time_iso_8601": "2019-10-31T08:11:30.491069Z", "url": "https://files.pythonhosted.org/packages/61/df/1ec30e48f104c50016598afaf3ed33252a406aef0aefa95f348cccf13133/django-http-fallback-storage-1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }