{ "info": { "author": "Pablo Martin", "author_email": "goinnn@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": ".. contents::\n\n==================\ndjango-inplaceedit\n==================\n\nInformation\n===========\n\n.. image:: https://travis-ci.org/django-inplaceedit/django-inplaceedit.png?branch=master\n :target: https://travis-ci.org/django-inplaceedit/django-inplaceedit\n\n.. image:: https://coveralls.io/repos/django-inplaceedit/django-inplaceedit/badge.png?branch=master\n :target: https://coveralls.io/r/django-inplaceedit/django-inplaceedit\n\n.. image:: https://badge.fury.io/py/django-inplaceedit.png\n :target: https://badge.fury.io/py/django-inplaceedit\n\n.. image:: https://readthedocs.org/projects/django-inplaceedit/badge/?version=latest\n :target: https://readthedocs.org/projects/django-inplaceedit/?badge=latest\n :alt: Documentation Status\n\n\nInplace Edit Form is a Django application that allows you to inline edition of some data from the database\n\nIt is distributed under the terms of the GNU Lesser General Public\nLicense \n\nDemo (this video use a very old version of django-inplaceedit and django-inplaceedit-extra-fields)\n==================================================================================================\n\nVideo Demo, of django-inplaceedit, `django-inplaceedit-extra-fields `_ and `django-inlinetrans `_ (Set full screen mode to view it correctly)\n\n.. image:: https://github.com/django-inplaceedit/django-inplaceedit/raw/master/video-frame.png\n :target: http://youtu.be/_EjisXtMy_Y?t=34s\n\n\nRequirements\n============\n\n * `Django `_ (>= 1.2, even works with 1.1 with some customizations in your project)\n * `jQuery `_ (>=1.6)\n\n\nOther packages related\n======================\n\n * `django-transmeta `_, django-inplaceedit supports django-transmeta. django-transmeta is an application for translatable content in Django's models\n * `django-inplace-edit-extra-field `_, with this egg you can extends the default adaptors of django-inplaceedit\n * `django-inplace-edit-bootstrap `_, integration of django-inplaceedit with Bootstrap 3.\n\nDocumentation\n=============\n\nYou can find more in the documentation at https://django-inplaceedit.readthedocs.org/en/latest/\n\nDevelopment\n===========\n\nYou can get the bleeding edge version of django-inplaceedit by doing a clone\nof its git repository::\n\n git clone git://github.com/django-inplaceedit/django-inplaceedit.git\n\n\nReleases\n========\n\n1.4.1 (2015-08-30)\n------------------\n\n* Details\n\n1.4.0 (2015-08-30)\n------------------\n\n* Django 1.7 and 1.8 compatible\n* Relocation repository to a django-inplaceedit organization\n* Now the enable and disable actions of jquery.inplaceeditform.js can be overwritten\n* Now there is a template, this is a easy way to add or modify options in the invocation of the jQuery plugin\n* Improve the error report\n* Fix error with polish language\n* Fix an error in the spanish translation\n* Added Brazilian Portuguese translation\n* Custome the widgets via js (transformField function)\n* Thanks to:\n * `dnlknet `_\n * `cericoda `_\n * `J\u00f3n Levy `_\n\n\n1.3.0 (2013-10-04)\n------------------\n\n* Improvements in the travis file\n* Improvements in the testing project and in the tests\n* Support to python2.6 (this was not supported from django-inplaceedit>=0.96 to django-inplaceedit<=1.2.6)\n* Thanks to:\n * `Pavel Nedrigaylov `_\n\n\n1.2.6 (2013-09-27)\n------------------\n\n* Fix an error in the default of the INPLACE_ENABLE_CLASS\n* Fix litte error in the documentation\n* Improvements in the testing project, before transmeta was required\n* Thanks to:\n * `Nathan Fain `_\n * `Siecje `_\n\n\n1.2.5 (2013-09-17)\n------------------\n\n* Fix a bug when you have a filter when you call to the imnplace_edit tag::\n\n {% inplace_edit \"obj.field|filter\" %}\n\n1.2.4 (2013-09-17)\n------------------\n\n* Fix a bug is you want to overwrite can_auto_save in the get_config method\n* Improvements in the testing project (django-inplaceedit-extra-fields)\n\n\n1.2.3 (2013-09-17)\n------------------\n\n* Improvements in the testing project (django-inplaceedit-extra-fields)\n\n\n1.2.2 (2013-09-17)\n------------------\n\n* Fix a bug when you use inplace_static\n* Improvements in the documentation\n\n1.2.1 (2013-09-16)\n------------------\n\n* New options fieldTypes, and focusWhenEditing\n* Fix some details of getting the value, now there is a getValue function\n* Python 2/3 unicode compatible in testing project\n* Details of image/file adaptor\n* Add static file recolector\n* Refactor date adaptors\n\n1.2.0 (2013-09-10)\n------------------\n\n* Now the js options of jquery.inplaceeditform.js can be overwritten\n* Now every methods of jquery.inplaceeditform.js can be overwritten\n* Now the user can not do two post consecutives. The user have to wait that the first post end\n* Fix an error when the width or height were a float number\n* Update the version of jquery.form from 2.77 to 3.43\n* Support to EmailField\n* Improvements in the jquery plugin (jquery.inplaceeditform.js)\n* Improvements in the documentation\n* Improvements in css\n\n\n1.1.0 (2013-09-06)\n------------------\n\n* Improvements in css\n\n\n1.0.0 (2013-09-05)\n------------------\n\n* Support to NullBooleanField, DecimalField and TimeField (you got an error)\n* Support to IntegerField, FloatField and URLField (improvements over BaseAdaptorField)\n* Improvement in DateField and DateTimeField\n* Create a doc in `readthedocs `_\n* Add unit test and integrate with `travis `_\n* The django-inplaceedit now is less intrusive. **Attention** if you have customize django-inplaceedit, see this `changeset `_\n* Support Django 1.2 or higher version\n* Fix some errors with IE browser\n* Improvement in testing project\n* Move the settings to the module\n* Detail of Python3 compatibility\n* Details of the toolbar css\n* A lot of little improvements and fix bugs\n* Fix translations errors, thanks to `Pfeyz `_\n\n\n0.96 (2013-08-14)\n-----------------\n\n* Python3 compatible\n* Compatible with the future version of Django (>=1.6)\n* Fix a little error with the boolean fields\n\n\n0.95 (2013-08-09)\n-----------------\n\n* Fix a small typo error\n* Fix a little error when you use DEFAULT_INPLACE_EDIT_OPTIONS\n* Thanks to:\n * `Kartik Agaram `_\n * `Iwaszko `_\n\n\n\n0.94 (2013-04-25)\n-----------------\n\n* Fix errors when you use `filters `_ for the fk fields or m2m fields\n* Fix css errors\n* Fix a small typo error\n* Thanks to:\n * `Anton `_\n * `Tobias Lorenz `_\n\n\n0.93 (2013-04-10)\n-----------------\n\n* Fix a erros with INPLACEEDIT_AUTO_SAVE = True\n* Thanks to:\n * `Anton `_\n\n\n0.92 (2013-04-05)\n-----------------\n\n* Make javascript extendable and refactor success handler\n* Thanks to:\n * `Jens Nistler `_\n\n0.91 (2013-04-01)\n-----------------\n\n* Now works with Django 1.5 and **the older versions of Django**\n* Thanks to:\n * `Yuego `_\n\n\n0.90 (2013-02-18)\n-----------------\n\n* Now works with jQuery 1.9\n* Thanks to:\n * `Tobias Birmili `_\n\n0.89 (2012-10-08)\n-----------------\n\n* Fix a problem when the model that you are editing had a Generic Foreign key\n* Thanks to `Altimore `_\n\n0.88 (2012-10-05)\n-----------------\n\n* Add to default parameter to inplace_css\n* Translate to the string: \"You have unsaved changes!\"\n* Fix a problem with the treatment of the sizes\n* INPLACEEDIT_EDIT_EMPTY_VALUE settings\n* Thanks to:\n * `Tobias Birmili `_\n * `Altimore `_\n\n\n0.87 (2012-09-05)\n-----------------\n\n* Add callback to onbeforeunload\n* Refactor the jquery.inplaceeditform.js\n* Now is not required the ADMIN_MEDIA_PREFIX in the settings, but this is backward compatible\n* New options to the settings: DEFAULT_INPLACE_EDIT_OPTIONS and DEFAULT_INPLACE_EDIT_OPTIONS_ONE_BY_ONE\n* Thanks to:\n * `Tobias Birmili `_\n * `Serpah `_\n * And spatially to `Altimore `_\n\n\n0.86 (2012-08-21)\n-----------------\n\n* Toolbar to edit inplace\n* Auto save option\n* New JS hook (extraConfig)\n* Now you can choose the event to edit inplace, by default is doble click\n* Now when you edit inline the input (or select) get the focus\n* Now while there is a ajax request cannot do other ajax request to the same element\n* Update the way to get the CSFRToken\n* JSLint to jquery.inplaceeditform.js (There were some errors still)\n* Refactor and remove little errors\n* Refactor the css files\n\n\n0.85 (2012-08-09)\n-----------------\n\n* A strange error with buildout\n* I'm sorry but I removed the package by mistake\n\n0.84 (2012-08-09)\n-----------------\n\n* Move the repository to `github `_\n\n0.83 (2012-05-22)\n-----------------\n\n* Now django-inplaceedit managing `static files `_ (backward compatible)\n\n0.82 (2012-03-19)\n-----------------\n* Fix a error when a field contained \"_id\"\n\n0.81 (2012-01-25)\n-----------------\n* A little error in AdminDjangoPermEditInline\n\n0.80 (2012-01-24)\n-----------------\n* More robust when a user can edit a content\n* SuperUserPermEditInline, before was a logic, and you can not inherit.\n* AdminDjangoPermEditInline, a logic very useful. Thanks to `Raimon `_\n\n0.79 (2012-01-11)\n-----------------\n* Messages configurables and translatables in the settings\n\n0.78 (2012-01-9)\n----------------\n* Messages configurables in the settings\n\n0.77 (2011-12-14)\n-----------------\n* Fixes a error in bolean adaptor\n\n0.76 (2011-12-08)\n-----------------\n* More robust\n\n0.75 (2011-11-24)\n-----------------\n* The resources dont't have dependencie of MEDIA_URL (in CSS file)\n\n0.74 (2011-10-03)\n-----------------\n* Usability: edit inline works when you submit the form\n\n0.73 (2011-09-22)\n-----------------\n* Image/File field compatibility with Django 1.1 (overwriting inplaceeditform/adaptor_file/inc.csrf_token.html) (Django 1.2 or above recommended)\n\n0.72 (2011-09-16)\n-----------------\n* Compatibility with jQuery 1.2 (jQuery 1.5 or above recommended)\n* Compatibility with Django 1.1 (Django 1.2 or above recommended)\n\n0.71 (2011-09-5)\n----------------\n* Fixed error in 0.69 rendering text fields whose font size is not integer.\n\n0.70 (2011-08-31)\n-----------------\n* Catalonia translations, by Raimon Esteve\n\n0.69 (2011-08-18)\n-----------------\n* Compatible with the CSRF protection (CsrfViewMiddleware)\n* Improvement in the rendering of the widgets (better calculate the height and width)\n* More versatile the api\n\n0.68 (2011-08-16)\n-----------------\n* Update the README\n\n0.67 (2011-06-23)\n-----------------\n* Spanish translations\n\n0.66 (2011-06-21)\n-----------------\n* Support to old browsers. Some browser have not a JSON library\n\n0.65 (2011-06-7)\n----------------\n* Improved the inplace edit widget in images.\n\n0.64 (2011-06-6)\n----------------\n* Inplace edit of imagefield and filefield works in IE (new), FF, Chrome (alpha)\n\n0.63 (2011-05-24)\n-----------------\n* Inplace edit of imagefield and filefield (alpha)\n* More versatile the api\n\n0.62 (2011-03-18)\n-----------------\n\n* Fixes the warning when the error is for other field\n* More versatile the api\n\n0.60 (2011-02-18)\n------------------\n\n* Created a test project\n* Inplace editof booleanfield\n* Fixes some details of datetimefield and datefield\n* Can't save datetime values on several browser\n* The icons did not see\n* autoheight and autowidth\n* Improve the inplace edit with choices field\n* Made less intrusive inplace edit form, now it's putting two spaces)\n\n0.55 (2011-02-11)\n------------------\n\n* A new egg from django-inplaceedit-version1\n* The js should be a plugin jQuery\n* The generated html should be bit intrusive\n* API to create adaptators\n* Option to auto_height, and auto_width\n* Error/ succes messages\n* Two functions of render_value, with you can edit, and other when you cannot edit\n* A function with empty value\n* The files media should not be added if this is adding\n* The inplaceedit should can edit some like this:\n\n::\n\n {% inplace_edit \"obj.field_x.field_y\" %}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/django-inplaceedit/django-inplaceedit", "keywords": "django,inplace,inline edit,inline form,inline,inplace edit,inplace form,ajax", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "django-inplaceedit", "package_url": "https://pypi.org/project/django-inplaceedit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-inplaceedit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/django-inplaceedit/django-inplaceedit" }, "release_url": "https://pypi.org/project/django-inplaceedit/1.4.1/", "requires_dist": null, "requires_python": null, "summary": "Django application that allows you to inline edition of some data from the database", "version": "1.4.1" }, "last_serial": 1700410, "releases": { "0.55": [ { "comment_text": "", "digests": { "md5": "2a72e7c4cfd170795cde4ec8b2930c29", "sha256": "0f82cf29c51cb16736d9cec7e1b36e0b84b0ee76b07c4fef2f2c36ea262efbea" }, "downloads": -1, "filename": "django-inplaceedit-0.55.tar.gz", "has_sig": false, "md5_digest": "2a72e7c4cfd170795cde4ec8b2930c29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16110, "upload_time": "2012-08-09T17:00:49", "url": "https://files.pythonhosted.org/packages/81/46/22ecea934225988a8f30f363222877069cef99410853b8c92fd7a7d13e7f/django-inplaceedit-0.55.tar.gz" } ], "0.60": [ { "comment_text": "", "digests": { "md5": "d65129ebc7ed2b8ca0a63e98090664d5", "sha256": "a416bbc2f588846be9abdbe6f8b0c304aa30ff885c27b10b29bd2824b4f3fe83" }, "downloads": -1, "filename": "django-inplaceedit-0.60.tar.gz", "has_sig": false, "md5_digest": "d65129ebc7ed2b8ca0a63e98090664d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42938, "upload_time": "2012-08-09T17:00:39", "url": "https://files.pythonhosted.org/packages/bb/65/530e95515688fb5d1fc7be8e37f7359577e005332939a7405b0d21922830/django-inplaceedit-0.60.tar.gz" } ], "0.62": [ { "comment_text": "", "digests": { "md5": "99bec891f817583f9a69ee70c0248b1b", "sha256": "977acbd40d35a659eabb6dd41e40101211ec383dfdf4fadbf9250c402946e6cc" }, "downloads": -1, "filename": "django-inplaceedit-0.62.tar.gz", "has_sig": false, "md5_digest": "99bec891f817583f9a69ee70c0248b1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43279, "upload_time": "2012-08-09T17:00:18", "url": "https://files.pythonhosted.org/packages/7f/68/fa8ec7433632818e903918d08e232c0472aa6b78720ce449bdfd08f3587d/django-inplaceedit-0.62.tar.gz" } ], "0.63": [ { "comment_text": "", "digests": { "md5": "6fc1abc2863c4c3f1fe37869db86f4e1", "sha256": "0d0607b2d2c91a8af5547a10e3ad19e6217805674ca98f0f0c8c1938dfc21fee" }, "downloads": -1, "filename": "django-inplaceedit-0.63.tar.gz", "has_sig": false, "md5_digest": "6fc1abc2863c4c3f1fe37869db86f4e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67158, "upload_time": "2012-08-09T17:00:03", "url": "https://files.pythonhosted.org/packages/2f/34/8f316a019cfa524f501b4f7f77e6470f121e3acbee41e35987a0b32f99dd/django-inplaceedit-0.63.tar.gz" } ], "0.64": [], "0.65": [ { "comment_text": "", "digests": { "md5": "fd223dcb77c3d3810ed59d9a2eba4f9c", "sha256": "1e6a128d603e4bce60c3f580910349acc7efd951595e97d2dc51c8fd5a2ce929" }, "downloads": -1, "filename": "django-inplaceedit-0.65.tar.gz", "has_sig": false, "md5_digest": "fd223dcb77c3d3810ed59d9a2eba4f9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70592, "upload_time": "2012-08-09T16:59:35", "url": "https://files.pythonhosted.org/packages/c4/03/4a93acb5e1bdb96ca45aae6beb5f4855e3d839fb2b1a7eeff1304061736e/django-inplaceedit-0.65.tar.gz" } ], "0.66": [ { "comment_text": "", "digests": { "md5": "dd94fb407224453e4142e4dc9488f531", "sha256": "78c06733770c656cc896a1ce9b1ad3ae74103a38b16bcbbbeefeb781d16b409f" }, "downloads": -1, "filename": "django-inplaceedit-0.66.tar.gz", "has_sig": false, "md5_digest": "dd94fb407224453e4142e4dc9488f531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72094, "upload_time": "2012-08-09T16:59:20", "url": "https://files.pythonhosted.org/packages/92/8b/28856c111d7abef8aa42814d0e871a8a78324c9028b510fd686dc0a95a3d/django-inplaceedit-0.66.tar.gz" } ], "0.67": [ { "comment_text": "", "digests": { "md5": "abb6d2dae1e444d48d2f5d744345270d", "sha256": "4b8e5ef48d4ca64cda43371e055ee482e24071d90e404794115246a272e59608" }, "downloads": -1, "filename": "django-inplaceedit-0.67.tar.gz", "has_sig": false, "md5_digest": "abb6d2dae1e444d48d2f5d744345270d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73413, "upload_time": "2012-08-09T16:59:10", "url": "https://files.pythonhosted.org/packages/9f/1d/290d28a0e6d6dc1cd444fdf187c303de7d7e32d1fddaaf6a8eebadecf888/django-inplaceedit-0.67.tar.gz" } ], "0.68": [], "0.69": [ { "comment_text": "", "digests": { "md5": "59b105a386bdff02f90cb21c7d77a174", "sha256": "faa95e1f826826bd8749da79b86190c427510734bd705664de5a7ef01dc30306" }, "downloads": -1, "filename": "django-inplaceedit-0.69.tar.gz", "has_sig": false, "md5_digest": "59b105a386bdff02f90cb21c7d77a174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76888, "upload_time": "2012-08-09T16:58:48", "url": "https://files.pythonhosted.org/packages/30/ab/25f57563743266d08d0f5b1ccd575404870a289f2c4ba0f13d1778574177/django-inplaceedit-0.69.tar.gz" } ], "0.70": [ { "comment_text": "", "digests": { "md5": "3b6a170f8ee9dee119fa5aefae091d55", "sha256": "dde5682db4d4e82ede25f1f767a6b5ef6640f2fa7d5f1cc068c2a0f22f24d005" }, "downloads": -1, "filename": "django-inplaceedit-0.70.tar.gz", "has_sig": false, "md5_digest": "3b6a170f8ee9dee119fa5aefae091d55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74037, "upload_time": "2012-08-09T16:58:35", "url": "https://files.pythonhosted.org/packages/ef/c3/47eef7c492aaf67df54051fcf5466aeb78edc0d5ad445c4c4eee5703e619/django-inplaceedit-0.70.tar.gz" } ], "0.71": [ { "comment_text": "", "digests": { "md5": "3be18d972f02a375cf69c953b19c7654", "sha256": "f995fb79fac77199e460d847a5a1bd4ab03436114787e96c452d236a50111699" }, "downloads": -1, "filename": "django-inplaceedit-0.71.tar.gz", "has_sig": false, "md5_digest": "3be18d972f02a375cf69c953b19c7654", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74143, "upload_time": "2012-08-09T16:58:21", "url": "https://files.pythonhosted.org/packages/40/19/a43145d4b1299a7f828154e0982c3a600d9db6e93e20aa41b3aa20bb5f19/django-inplaceedit-0.71.tar.gz" } ], "0.72": [ { "comment_text": "", "digests": { "md5": "0eb12e9575c44ddead838c65165235c4", "sha256": "61c6184a54f3d52374f8877a3b7e0c830e620389afdb44c058c47b10c3f385a6" }, "downloads": -1, "filename": "django-inplaceedit-0.72.tar.gz", "has_sig": false, "md5_digest": "0eb12e9575c44ddead838c65165235c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77920, "upload_time": "2012-08-09T16:57:59", "url": "https://files.pythonhosted.org/packages/08/ad/35ebc3ed8c4e4eb2c5e3046493464c44673d03fff5286e8675bf0f327779/django-inplaceedit-0.72.tar.gz" } ], "0.73": [ { "comment_text": "", "digests": { "md5": "6fdce92d538acb54aa75266dfd2f15f9", "sha256": "8d1548a1f9b7d2c595b7225b7cf80c800cfea45ee9da405e06cd113a8a0d47a2" }, "downloads": -1, "filename": "django-inplaceedit-0.73.tar.gz", "has_sig": false, "md5_digest": "6fdce92d538acb54aa75266dfd2f15f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78267, "upload_time": "2012-08-09T16:57:49", "url": "https://files.pythonhosted.org/packages/f3/e6/a7151d79e9b6fdae40ab5fcbe818f6e084bfcccf25dd9590ebbf2d4cd35b/django-inplaceedit-0.73.tar.gz" } ], "0.74": [ { "comment_text": "", "digests": { "md5": "d148d80e0b3928556ad8ece9e4690d43", "sha256": "40f168c84f7cc52f420eaca55f6ad8afc6b99f5d46c86c9dd405e60da7543e50" }, "downloads": -1, "filename": "django-inplaceedit-0.74.tar.gz", "has_sig": false, "md5_digest": "d148d80e0b3928556ad8ece9e4690d43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78512, "upload_time": "2012-08-09T16:57:38", "url": "https://files.pythonhosted.org/packages/5a/45/3610ee6a53cd2d639d3479f4421710a937f67e2c469f56a00335b0696e5b/django-inplaceedit-0.74.tar.gz" } ], "0.75": [ { "comment_text": "", "digests": { "md5": "e38db038a066d5ddd7f56e6a01f7b86a", "sha256": "f396f0fbe82fb319db08f23facb60205a3eb1579ab8c5eea322d2f03c0e003ab" }, "downloads": -1, "filename": "django-inplaceedit-0.75.tar.gz", "has_sig": false, "md5_digest": "e38db038a066d5ddd7f56e6a01f7b86a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78560, "upload_time": "2012-08-09T16:57:19", "url": "https://files.pythonhosted.org/packages/62/c7/62c2db3c0b29dfd30012d8d08fac3322cf24ac675f883ddccfe08b8a5e87/django-inplaceedit-0.75.tar.gz" } ], "0.76": [ { "comment_text": "", "digests": { "md5": "c7b5253b9dedb0a15b0ae3d6ece43ab1", "sha256": "8d56d81689d4097f02c6e6274b8126af58c0c744b6078f18a0d28e22e3eefc59" }, "downloads": -1, "filename": "django-inplaceedit-0.76.tar.gz", "has_sig": false, "md5_digest": "c7b5253b9dedb0a15b0ae3d6ece43ab1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78742, "upload_time": "2012-08-09T16:57:03", "url": "https://files.pythonhosted.org/packages/dc/50/4e45625666a682fa123b5699e891893f5bc407dd296306e4b2440723367b/django-inplaceedit-0.76.tar.gz" } ], "0.77": [ { "comment_text": "", "digests": { "md5": "5e796747f5a43aa0ab3c72203665ff46", "sha256": "615583ab369b05ac887b60ee1ecd139f9dcd2e9a7d32af20f2265f97130dd993" }, "downloads": -1, "filename": "django-inplaceedit-0.77.tar.gz", "has_sig": false, "md5_digest": "5e796747f5a43aa0ab3c72203665ff46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79061, "upload_time": "2012-08-09T16:56:53", "url": "https://files.pythonhosted.org/packages/70/76/dcda46431e4915086445e5124c43680ff5373940e84d9883bf3877caf372/django-inplaceedit-0.77.tar.gz" } ], "0.78": [ { "comment_text": "", "digests": { "md5": "afbad088a1d61fcdeddb55d40a1c562c", "sha256": "221973b565f6d3e405ac670ebd4cc9b807730fa53524176e4937e81e3a327c5b" }, "downloads": -1, "filename": "django-inplaceedit-0.78.tar.gz", "has_sig": false, "md5_digest": "afbad088a1d61fcdeddb55d40a1c562c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79654, "upload_time": "2012-08-09T16:56:23", "url": "https://files.pythonhosted.org/packages/54/e9/7f3e3a46d86fc76df3dd1d3c1556b797c17f8649e2d9fb637be1e4062932/django-inplaceedit-0.78.tar.gz" } ], "0.79": [ { "comment_text": "", "digests": { "md5": "b29658ba2d87ec84afde68aa8a694356", "sha256": "d002ff61131f8d586e04e9905363258b8c2512fa4f17b95ad58a4dc43a93e12f" }, "downloads": -1, "filename": "django-inplaceedit-0.79.tar.gz", "has_sig": false, "md5_digest": "b29658ba2d87ec84afde68aa8a694356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 163474, "upload_time": "2012-08-09T16:56:09", "url": "https://files.pythonhosted.org/packages/19/08/2468d73ea75e759a3a2e056f3609866dfcc94204b783652f7382890133f7/django-inplaceedit-0.79.tar.gz" } ], "0.80": [ { "comment_text": "", "digests": { "md5": "2c76c7578df42dbb7e151b93dc663731", "sha256": "de094d3ca0db00edd0335ca8db984bff1708d5652500425df354c095991af401" }, "downloads": -1, "filename": "django-inplaceedit-0.80.tar.gz", "has_sig": false, "md5_digest": "2c76c7578df42dbb7e151b93dc663731", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 164654, "upload_time": "2012-08-09T16:51:27", "url": "https://files.pythonhosted.org/packages/51/64/56794c4166cdb0eb5a71cbdc0ad9db3cec7f41035badb587742eb6e487fb/django-inplaceedit-0.80.tar.gz" } ], "0.81": [ { "comment_text": "", "digests": { "md5": "bdab6fb51ec066652946332cdae6ce05", "sha256": "804371179178ad5d6add24ff7bd7e91f624eb0eb92f83c866d13784b1eeef4e9" }, "downloads": -1, "filename": "django-inplaceedit-0.81.tar.gz", "has_sig": false, "md5_digest": "bdab6fb51ec066652946332cdae6ce05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 164438, "upload_time": "2012-08-09T16:51:11", "url": "https://files.pythonhosted.org/packages/e3/3d/fef5fb6c639cc36724cfe403dbc51e4a80c3dd916ee16a47e310fd76e322/django-inplaceedit-0.81.tar.gz" } ], "0.82": [ { "comment_text": "", "digests": { "md5": "71944a855e729ed7ce6d3de2c3813fd8", "sha256": "36ebaaecdd375b7fcacee3cf92819a090312e51347fa047df806e7624fe0c5de" }, "downloads": -1, "filename": "django-inplaceedit-0.82.tar.gz", "has_sig": false, "md5_digest": "71944a855e729ed7ce6d3de2c3813fd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 164088, "upload_time": "2012-08-09T16:50:52", "url": "https://files.pythonhosted.org/packages/bf/de/4b395f8f07cce09a0bcb88cb028cfb8454e55ffc8c10991b548cbbbf19a5/django-inplaceedit-0.82.tar.gz" } ], "0.83": [ { "comment_text": "", "digests": { "md5": "512bdc09e40ee72ac39871a0cd85229d", "sha256": "deab99276eb40f3aae91ce45cad700d949cf8ab7b14662e4c738de71a544fc3e" }, "downloads": -1, "filename": "django-inplaceedit-0.83.tar.gz", "has_sig": false, "md5_digest": "512bdc09e40ee72ac39871a0cd85229d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162847, "upload_time": "2012-08-09T16:47:50", "url": "https://files.pythonhosted.org/packages/64/b2/866c9849940d7546988d4871ee28bbb42e9331eddfbb4622e6539dc920fd/django-inplaceedit-0.83.tar.gz" } ], "0.84": [ { "comment_text": "", "digests": { "md5": "d2c5ad550b7790b0cabd65baf9c076a3", "sha256": "8bdaf46f2ee27c1048a0f611c3d1ab33e1f6ee7c40749c620fe9ca5f22d12f25" }, "downloads": -1, "filename": "django-inplaceedit-0.84.tar.gz", "has_sig": false, "md5_digest": "d2c5ad550b7790b0cabd65baf9c076a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43292, "upload_time": "2012-08-09T17:23:10", "url": "https://files.pythonhosted.org/packages/c2/2c/101954f52f36e83127b653a04c146954d6116268548462d918e196069835/django-inplaceedit-0.84.tar.gz" } ], "0.85": [ { "comment_text": "", "digests": { "md5": "186afbcea6caed425f463a4bb49ca206", "sha256": "862314d64158eae6231bc71945084ac7f947d9c9a165e8dc8f0b13d80f083f35" }, "downloads": -1, "filename": "django-inplaceedit-0.85.tar.gz", "has_sig": false, "md5_digest": "186afbcea6caed425f463a4bb49ca206", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43418, "upload_time": "2012-08-09T17:22:34", "url": "https://files.pythonhosted.org/packages/70/99/efffa3f8504b9cdcd85f0c6ba44d5c29a927a33c7e06853bc4a9f8d956f3/django-inplaceedit-0.85.tar.gz" } ], "0.86": [ { "comment_text": "", "digests": { "md5": "a7893766167cea86cb40ba440a279117", "sha256": "3d0a0f84294053bf4de57d72cd0a19afc6b55f6c4a2f2699a5e5a8332df4b469" }, "downloads": -1, "filename": "django-inplaceedit-0.86.tar.gz", "has_sig": false, "md5_digest": "a7893766167cea86cb40ba440a279117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45449, "upload_time": "2012-08-21T11:35:51", "url": "https://files.pythonhosted.org/packages/54/75/8b36bb94f3b039f7faf3f50e5cf3b065636d11992826a5834d09158e7c86/django-inplaceedit-0.86.tar.gz" } ], "0.87": [ { "comment_text": "", "digests": { "md5": "f481116208f41671b2ee8fa0c51143e1", "sha256": "7eb16e5ca0e5b69765f8fdf95e4e117f6a7316082ab2801c015e82942e455872" }, "downloads": -1, "filename": "django-inplaceedit-0.87.tar.gz", "has_sig": false, "md5_digest": "f481116208f41671b2ee8fa0c51143e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46532, "upload_time": "2012-09-05T10:39:29", "url": "https://files.pythonhosted.org/packages/7b/bf/de9b28864e22b749d7c4cb65a6bca6c3db38c90d0c80286ad0853fd71209/django-inplaceedit-0.87.tar.gz" } ], "0.88": [ { "comment_text": "", "digests": { "md5": "85c17057316bd438612f7b86b4ae80ae", "sha256": "c5c4e11a5e2ab3a8a19bf8242b1c25c1be84f593ad6474636b6d19fa6f94e7ab" }, "downloads": -1, "filename": "django-inplaceedit-0.88.tar.gz", "has_sig": false, "md5_digest": "85c17057316bd438612f7b86b4ae80ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46950, "upload_time": "2012-10-05T13:14:01", "url": "https://files.pythonhosted.org/packages/9e/95/dc1a78456b30c08355ff23c5e336175909c9b3f1a4422da6d98c2743061c/django-inplaceedit-0.88.tar.gz" } ], "0.89": [ { "comment_text": "", "digests": { "md5": "240ae96e3087909e5a61ad417a62a750", "sha256": "d2e4d855c5565ff6fdd15bea12f3d4f3028d6fe4f19a118db12141c0f230e046" }, "downloads": -1, "filename": "django-inplaceedit-0.89.tar.gz", "has_sig": false, "md5_digest": "240ae96e3087909e5a61ad417a62a750", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47131, "upload_time": "2012-10-08T08:49:01", "url": "https://files.pythonhosted.org/packages/35/5f/86728a9417e4b1ca931c2ba8cead7454fb4ec2c4718dd038c076c3f56767/django-inplaceedit-0.89.tar.gz" } ], "0.90": [ { "comment_text": "", "digests": { "md5": "76266c1db5b1f2a2bc7c70160cce8b28", "sha256": "e0867a4aaa4beedc00e8dc41a57c58a290ba0a8fb49c355c33e3546288ddcfae" }, "downloads": -1, "filename": "django-inplaceedit-0.90.tar.gz", "has_sig": false, "md5_digest": "76266c1db5b1f2a2bc7c70160cce8b28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53496, "upload_time": "2013-02-18T16:23:52", "url": "https://files.pythonhosted.org/packages/b2/49/b95068e005a4cc92e9c53a14ebb7fc925d92564a9ef5b1aa803599568ec8/django-inplaceedit-0.90.tar.gz" } ], "0.91": [ { "comment_text": "", "digests": { "md5": "3a854e1d7061d32ad7ea5eecc9ae7d0e", "sha256": "4abcffda846ea8c8ae68310c9cdb29aac235a0772ab5118b00beeff5c9b5fe3f" }, "downloads": -1, "filename": "django-inplaceedit-0.91.tar.gz", "has_sig": false, "md5_digest": "3a854e1d7061d32ad7ea5eecc9ae7d0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46942, "upload_time": "2013-04-02T10:53:23", "url": "https://files.pythonhosted.org/packages/f0/a7/e1860f9a61fecc574265ac84d94459bea4f64215d55afd7a57e58d791557/django-inplaceedit-0.91.tar.gz" } ], "0.92": [ { "comment_text": "", "digests": { "md5": "2d17de98fb495dd65a82c7488ecf94ed", "sha256": "e488f5fa54732fed579159c0ae3d44c45c2166a59592537e97b19f4e3aee3b3b" }, "downloads": -1, "filename": "django-inplaceedit-0.92.tar.gz", "has_sig": false, "md5_digest": "2d17de98fb495dd65a82c7488ecf94ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48035, "upload_time": "2013-04-05T11:59:14", "url": "https://files.pythonhosted.org/packages/2a/30/46c1a2140f3e7472eda8cb2fcf78705e42ae723737fd739ef630bb0499c3/django-inplaceedit-0.92.tar.gz" } ], "0.93": [ { "comment_text": "", "digests": { "md5": "b97f93d8c191090e21f9ac13696fb5d6", "sha256": "5c383eed222099a661c7d61242213473cf33985966c28ada53264587a2111d38" }, "downloads": -1, "filename": "django-inplaceedit-0.93.tar.gz", "has_sig": false, "md5_digest": "b97f93d8c191090e21f9ac13696fb5d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48242, "upload_time": "2013-04-10T14:25:50", "url": "https://files.pythonhosted.org/packages/d3/ea/d8f833233f7415f4f39cef5ab37b998208303a98f4f20353f311b070d41b/django-inplaceedit-0.93.tar.gz" } ], "0.94": [ { "comment_text": "", "digests": { "md5": "7592dca06bff62edee3601e52ee3982e", "sha256": "e78aed76a63fcd8bd65a466c350ba8a1204ccf2149140ba51a5a14fdecde0ba8" }, "downloads": -1, "filename": "django-inplaceedit-0.94.tar.gz", "has_sig": false, "md5_digest": "7592dca06bff62edee3601e52ee3982e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48444, "upload_time": "2013-04-25T08:44:22", "url": "https://files.pythonhosted.org/packages/21/c7/aa58d61524e4a068d6621c4d2f592f6fa8783b5820002f32e5acf1bba8f8/django-inplaceedit-0.94.tar.gz" } ], "0.95": [ { "comment_text": "", "digests": { "md5": "19249405c107516e586ac92b2bb62799", "sha256": "16d0af5c135f4c3cd271250f7449a2ecd8185036d9939b4c387a7422b57b740e" }, "downloads": -1, "filename": "django-inplaceedit-0.95.tar.gz", "has_sig": false, "md5_digest": "19249405c107516e586ac92b2bb62799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48812, "upload_time": "2013-08-12T06:45:30", "url": "https://files.pythonhosted.org/packages/38/72/d41f7a780ddde152d3f637bf0813624406fbf0cd5a3178840aadff7bbe03/django-inplaceedit-0.95.tar.gz" } ], "0.96": [ { "comment_text": "", "digests": { "md5": "b4ae581553bc53a0c86ef1b1125174ed", "sha256": "b2d680646e9dc51f23ab6d9dde52a25f97dc2a1a214aa4219d3d82c878faf9ae" }, "downloads": -1, "filename": "django-inplaceedit-0.96.tar.gz", "has_sig": false, "md5_digest": "b4ae581553bc53a0c86ef1b1125174ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48988, "upload_time": "2013-08-14T10:22:39", "url": "https://files.pythonhosted.org/packages/91/07/f2dcb40dd6ef2aa374b0bb174259ae7cd0072637f9b2712ed513d6de8b6b/django-inplaceedit-0.96.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "5d9387731a3c8012a79c9626313ddcc6", "sha256": "efe24f70e0296c0bcf096f887251ec8459c007e418cfdd0b2bdfca27679aee5e" }, "downloads": -1, "filename": "django-inplaceedit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5d9387731a3c8012a79c9626313ddcc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44942, "upload_time": "2013-09-05T11:49:04", "url": "https://files.pythonhosted.org/packages/c8/e0/fecf448deb36dfa42e1adbc865b6fc814dc4903faf7d9f0cac00471de4f8/django-inplaceedit-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "63e6f9b12edc2637d5e988c3fb9cb760", "sha256": "7b4cf44006a48c50c72a6adeceb53946882e43b9948fa0bf91371783f89d7bf5" }, "downloads": -1, "filename": "django-inplaceedit-1.1.0.tar.gz", "has_sig": false, "md5_digest": "63e6f9b12edc2637d5e988c3fb9cb760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45170, "upload_time": "2013-09-06T12:17:43", "url": "https://files.pythonhosted.org/packages/c5/cb/de2c5ba4f89f6b8a29477b5dac2a0183d10fd1b535437165803f6158ecc3/django-inplaceedit-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "d7246972b56c5fe78ba650a7f23e377f", "sha256": "d81d7072b359622cca10fc5de988118ca0e517ccc1a1bca9a3ecb5bb9bcb8e9f" }, "downloads": -1, "filename": "django-inplaceedit-1.2.0.tar.gz", "has_sig": false, "md5_digest": "d7246972b56c5fe78ba650a7f23e377f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48743, "upload_time": "2013-09-10T12:30:14", "url": "https://files.pythonhosted.org/packages/a1/bd/39efdb9d97023ce7c2a7f92b9b5f3779cfb1846cac8c1c2422b3f96489e8/django-inplaceedit-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "9c7ac9c337881580fb42520fcd8204f9", "sha256": "1f7de70e37d610b6fe4b3d22da17971e22bb28dd805bae497fcfa1594cecaee1" }, "downloads": -1, "filename": "django-inplaceedit-1.2.1.tar.gz", "has_sig": false, "md5_digest": "9c7ac9c337881580fb42520fcd8204f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49386, "upload_time": "2013-09-16T12:34:58", "url": "https://files.pythonhosted.org/packages/d4/da/979dc677b899371db7f3cdd36de361e3aa9db7e7799ca0100b51b00a99fb/django-inplaceedit-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "e329cdafe86ab45e3701c54c8c7e1cf7", "sha256": "a301ae42471710caa3bafaa5ed68eb1e1a63f52fbf60bd73107ab2a86523fbdd" }, "downloads": -1, "filename": "django-inplaceedit-1.2.2.tar.gz", "has_sig": false, "md5_digest": "e329cdafe86ab45e3701c54c8c7e1cf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49436, "upload_time": "2013-09-17T08:39:04", "url": "https://files.pythonhosted.org/packages/19/59/ae54e8429f77d3276caec2ee85b069d36bcd0f14f66be9920bbf5da00a99/django-inplaceedit-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "5fd24096628200c8b7766b4bbb982394", "sha256": "64fd354046ca88d21aa3da315ec9337c7dfb02010f74bca534ee42e3ee02f24b" }, "downloads": -1, "filename": "django-inplaceedit-1.2.3.tar.gz", "has_sig": false, "md5_digest": "5fd24096628200c8b7766b4bbb982394", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49468, "upload_time": "2013-09-17T10:46:25", "url": "https://files.pythonhosted.org/packages/0e/8f/1ca08e22d4cc09a2bd9118a5ae71f21954d3556aa9fff47ffe6684e500b0/django-inplaceedit-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "9b03f6d69bdfa00609fa2a491992eae6", "sha256": "8a599c43f23856c449f1aaba95791ee592cc97340466f7d3d190d0d206eca083" }, "downloads": -1, "filename": "django-inplaceedit-1.2.4.tar.gz", "has_sig": false, "md5_digest": "9b03f6d69bdfa00609fa2a491992eae6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49593, "upload_time": "2013-09-17T11:28:18", "url": "https://files.pythonhosted.org/packages/49/4c/378b037a7399e9cea402a9d5d6ae26d77ad81e680ed1589301c416e9f0ee/django-inplaceedit-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "0a0a07e4647edc3f70298ab638e0f690", "sha256": "de6607d62e492d903c9439cc2311a1eacccd2b5df8eee47c016278bd1b146885" }, "downloads": -1, "filename": "django-inplaceedit-1.2.5.tar.gz", "has_sig": false, "md5_digest": "0a0a07e4647edc3f70298ab638e0f690", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49654, "upload_time": "2013-09-17T11:54:08", "url": "https://files.pythonhosted.org/packages/fb/5e/8ead059f83d64e013580b888e40fa770f556a7fe6af574614ccf6e882804/django-inplaceedit-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "fcdb3154b9f388d7597d657e618cde86", "sha256": "8c0d2558c55b97e1d30963b8ac1e8c87846e32c41ee32fb73bbe29f7259bae5d" }, "downloads": -1, "filename": "django-inplaceedit-1.2.6.tar.gz", "has_sig": false, "md5_digest": "fcdb3154b9f388d7597d657e618cde86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49837, "upload_time": "2013-09-27T18:01:21", "url": "https://files.pythonhosted.org/packages/ae/ac/f275ceaa6775d147deb342323894266365992c78fc48dd3aeb38c8b01c93/django-inplaceedit-1.2.6.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "fee65b187538ae020e77307c3cf9c92d", "sha256": "fb9ea5ec1ca0d764bd7d557277796d626ee3f3ce4716f654de5ae447011fbb2b" }, "downloads": -1, "filename": "django-inplaceedit-1.3.0.tar.gz", "has_sig": false, "md5_digest": "fee65b187538ae020e77307c3cf9c92d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50021, "upload_time": "2013-10-04T11:33:23", "url": "https://files.pythonhosted.org/packages/80/65/aac5213c3427b8af10780c8ec4964da8865b38891b43bb5ff7c3cf2fe739/django-inplaceedit-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "c02102df270e389c92843cb7aa3ebcf5", "sha256": "eeb8ae64af95ee9f2ff289a953ae52a583fbf2cc1511acae895732310955ca43" }, "downloads": -1, "filename": "django-inplaceedit-1.4.0.tar.gz", "has_sig": false, "md5_digest": "c02102df270e389c92843cb7aa3ebcf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50992, "upload_time": "2015-08-30T16:25:12", "url": "https://files.pythonhosted.org/packages/64/ea/8c274b1c988d2e92326d6aced2313381226a839c76f9e4224b804fe78af3/django-inplaceedit-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "652798bfe373b553f7dc6792c50732b5", "sha256": "89104d958bf80dee5cff0b70fcd6ee1e22fa0799359cd8fca040407cfec2dd16" }, "downloads": -1, "filename": "django-inplaceedit-1.4.1.tar.gz", "has_sig": false, "md5_digest": "652798bfe373b553f7dc6792c50732b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51210, "upload_time": "2015-08-30T16:46:49", "url": "https://files.pythonhosted.org/packages/39/65/beae024ee65d7af471d62b94df51df153cb207e5d5a0c6aeb6d5206cb0fb/django-inplaceedit-1.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "652798bfe373b553f7dc6792c50732b5", "sha256": "89104d958bf80dee5cff0b70fcd6ee1e22fa0799359cd8fca040407cfec2dd16" }, "downloads": -1, "filename": "django-inplaceedit-1.4.1.tar.gz", "has_sig": false, "md5_digest": "652798bfe373b553f7dc6792c50732b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51210, "upload_time": "2015-08-30T16:46:49", "url": "https://files.pythonhosted.org/packages/39/65/beae024ee65d7af471d62b94df51df153cb207e5d5a0c6aeb6d5206cb0fb/django-inplaceedit-1.4.1.tar.gz" } ] }