{ "info": { "author": "Incuna Ltd.", "author_email": "admin@incuna.com", "bugtrack_url": null, "classifiers": [], "description": "django-never-cache-post\n=======================\n\nA simple middleware to work around a bug in iOS 6 that caches the results of\n$.ajax POST requests inappropriately. (See [\"Is Safari on iOS 6 caching $.ajax results?\"](http://stackoverflow.com/q/12506897/400691) on Stack Overflow.)\n\nThis solution is inspired by [Meilo's answer to \"Fighting client-side caching in Django\"](http://stackoverflow.com/a/5882033/400691), also on Stack Overflow.\n\nInstallation\n------------\n\nInstall from pypi.\n\n pip install django-never-cache-post\n\nIn your settings:\n\n* Add `'never_cache_post'` to `INSTALLED_APPS`.\n* Add `'never_cache_post.middleware.NeverCachePostMiddleware'` to `MIDDLEWARE_CLASSES`.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/incuna/django-never-cache-post/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-never-cache-post", "package_url": "https://pypi.org/project/django-never-cache-post/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-never-cache-post/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/incuna/django-never-cache-post/" }, "release_url": "https://pypi.org/project/django-never-cache-post/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Ensure that (iOS 6) never caches the result of an ajax POST again.", "version": "0.1.1" }, "last_serial": 640714, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "172ee3612874ff436b483f13ee1b3b8f", "sha256": "7707543e4cd88f3895faf59f2c0362be39c5670f008d065b8363ec2f03d95099" }, "downloads": -1, "filename": "django-never-cache-post-0.1.tar.gz", "has_sig": false, "md5_digest": "172ee3612874ff436b483f13ee1b3b8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1476, "upload_time": "2012-11-02T13:18:15", "url": "https://files.pythonhosted.org/packages/7c/fb/e909ef36a8fae696b3f14582b669403f9a0422c422febe7d34da3b090ec4/django-never-cache-post-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0255d407a9d567869f699ee426de6f53", "sha256": "a9b2aa45f6232d997dede633d95620070da6f3c241972f376c142cf8716db40f" }, "downloads": -1, "filename": "django-never-cache-post-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0255d407a9d567869f699ee426de6f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610, "upload_time": "2012-11-05T11:42:06", "url": "https://files.pythonhosted.org/packages/88/2f/d6d1121c4d4eb771fec3dc9b3f389fbee7dc4c37a76f0c6ccfc12aae9546/django-never-cache-post-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0255d407a9d567869f699ee426de6f53", "sha256": "a9b2aa45f6232d997dede633d95620070da6f3c241972f376c142cf8716db40f" }, "downloads": -1, "filename": "django-never-cache-post-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0255d407a9d567869f699ee426de6f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610, "upload_time": "2012-11-05T11:42:06", "url": "https://files.pythonhosted.org/packages/88/2f/d6d1121c4d4eb771fec3dc9b3f389fbee7dc4c37a76f0c6ccfc12aae9546/django-never-cache-post-0.1.1.tar.gz" } ] }