{ "info": { "author": "Dominic Rodger", "author_email": "internet@dominicrodger.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5" ], "description": ".. image:: https://travis-ci.org/dominicrodger/django-tinycontent.svg\n :target: https://travis-ci.org/dominicrodger/django-tinycontent\n\n.. image:: https://coveralls.io/repos/dominicrodger/django-tinycontent/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/dominicrodger/django-tinycontent?branch=master\n\ndjango-tinycontent is a simple Django application for re-usable\ncontent blocks, much like `django-boxes`_.\n\nInstallation is simple::\n\n pip install django-tinycontent\n\nAdd ``tinycontent`` to your ``INSTALLED_APPS``.\n\nUsage in templates is simple::\n\n {% load tinycontent_tags %}\n\n {% tinycontent_simple 'content_name' %}\n\nOr, to specify a value if a content block by the given name cannot be\nfound, use::\n\n {% load tinycontent_tags %}\n\n {% tinycontent 'content_name' %}\n This will be shown if no matching object is found.\n {% endtinycontent %}\n\nThe name of the content block can also be a context variable, using\nboth the simple and the complex variants.\n\nContent blocks themselves can be added and edited using Django's admin\ninterface. If a block with the name given in the template tag cannot\nbe found, either nothing is rendered (if using\n``tinycontent_simple``), or the text between ``tinycontent`` and\n``endtinycontent`` is rendered (if using the more complex variant).\n\nTo apply custom filters to your content, set ``TINYCONTENT_FILTER`` to\na dotted path to a callable that takes the raw content and returns the\ntransformed content. You can also set ``TINYCONTENT_FILTER`` to be a\nlist of dotted paths to callables, to chain filters together.\n\ndjango-tinycontent supports all versions of Django from 1.5 to\n1.8. Python 2.7, 3.3 and 3.4 are supported.\n\nChangelog\n=========\n\nv0.7.1\n------\n\n* Added migration required for Python 3 (thanks @markus-hinsche).\n\nv0.7.0\n------\n\n* Compatibility changes for Django 1.11 - dropped support for\n versions of Django earlier than 1.8, and Python 3.4 (Python 2.7 and\n Python 3.5 are still supported).\n\nv0.6.1\n------\n\n* Modify cache name, to prevent warnings for non-ASCII characters or\n whitespace (thanks @ad-m).\n\nv0.6.0\n------\n\n* Compatibility changes for Django 1.10.\n\nv0.5.1\n------\n\n* Added a Polish translation and locale (thanks @ad-m).\n\nv0.5.0\n------\n\n* Add support for multiple arguments to both the ``tinycontent`` and\n the ``tinycontent_simple`` template tags. See the documentation\n about :ref:`multiple-arguments`.\n* Start caching database queries - fetching a TinyContent block by\n name (as the template tags do), will only hit the database the\n first time that content block is loaded (unless the content block\n is changed).\n\nv0.4.0\n------\n\n* Require at least django-autoslug 1.8.0, to fix a warning about\n unapplied migrations.\n\nv0.3.0\n------\n\n* Drop support for Django 1.4 (it's quite hard to support Django 1.4\n and 1.9 in a single release - since Django 1.4 requires ``{% load\n url from future %}``, and Django 1.9 doesn't support it).\n* Ensure the wheel we upload to PyPI is universal.\n* Forward compatibility for Django 1.9 - remove the ``{% load url\n from future %}`` from tinycontent templates.\n\nv0.2.1\n------\n\n* Forwards compatibility change for Django 1.9 - which will remove\n the version of ``importlib`` bundled with Django. All supported\n versions of Python (2.7, 3.3 and 3.4) have ``importlib``.\n\nv0.2.0\n------\n\n* Dropped support for Python 2.6.\n* Added a built-in markdown filter - you can use it by setting\n ``TINYCONTENT_FILTER`` to\n ``'tinycontent.filters.md.markdown_filter'``.\n* Added the ability to include links to files which you can upload\n via the admin.\n* Added support for setting ``TINYCONTENT_FILTER`` to a list of\n dotted paths, to allow chaining filters.\n\nv0.1.8\n------\n\n* Added the ``TINYCONTENT_FILTER`` setting for controlling the way\n content is output.\n* Improved testing with Travis (we now test all supported Python\n versions and Django versions).\n\n.. _django-boxes: https://github.com/eldarion/django-boxes\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dominicrodger/django-tinycontent", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-tinycontent", "package_url": "https://pypi.org/project/django-tinycontent/", "platform": "", "project_url": "https://pypi.org/project/django-tinycontent/", "project_urls": { "Homepage": "http://github.com/dominicrodger/django-tinycontent" }, "release_url": "https://pypi.org/project/django-tinycontent/0.7.1/", "requires_dist": [ "Django (>=1.8)", "django-autoslug (>=1.8.0)", "markdown" ], "requires_python": "", "summary": "A Django app for managing re-usable blocks of tiny content.", "version": "0.7.1" }, "last_serial": 3101136, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "47f613f10b6c656ab032ceb8bd63b6d9", "sha256": "0eb60e375f1d23484d16a67dcb4acaf16ace908286b952ece943bd6adec89298" }, "downloads": -1, "filename": "django-tinycontent-0.1.0.tar.gz", "has_sig": false, "md5_digest": "47f613f10b6c656ab032ceb8bd63b6d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2579, "upload_time": "2013-01-04T18:13:17", "url": "https://files.pythonhosted.org/packages/76/e9/49f3e97dc2dba1476d14d6e8bcf0451e824289664894a00364bd6ebf173f/django-tinycontent-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a961d595a91845af2be0a6a435df22ad", "sha256": "710152fb1f2bf88ac4cb9903eb838f3aa3a1957cf8a0d43d58ca1ccd63b5fb46" }, "downloads": -1, "filename": "django-tinycontent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a961d595a91845af2be0a6a435df22ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2964, "upload_time": "2013-01-04T18:33:50", "url": "https://files.pythonhosted.org/packages/b6/97/9bd50ad078ea318c9d53cd44bcdd5822c43e3f598e237a07b238a640ab78/django-tinycontent-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c571ac1dd3a8311f1d182f60c5b5369a", "sha256": "5a670f96557cdbd9cd832167dd7d19d3b5f143d0bc7903c3b8b81a901b74226a" }, "downloads": -1, "filename": "django-tinycontent-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c571ac1dd3a8311f1d182f60c5b5369a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3088, "upload_time": "2013-01-04T18:37:33", "url": "https://files.pythonhosted.org/packages/08/15/243c0ae0aca23dddcdf6a2ed7c05052428f3b8b42b8241da0c5f7426c98d/django-tinycontent-0.1.2.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "d2a8368ce68dd0b2efe018958357099b", "sha256": "c6adae360d7c4d026be58d9f9e1db35dca54c3c9bddcee827758c4abc2127314" }, "downloads": -1, "filename": "django-tinycontent-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d2a8368ce68dd0b2efe018958357099b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3914, "upload_time": "2013-01-05T11:12:42", "url": "https://files.pythonhosted.org/packages/59/d0/b20b8604a43fd5a7b667086bca7d62d341a730321358eb92f020a2f9aa90/django-tinycontent-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "7911bae23c37de691e892da5e3ea1e39", "sha256": "38749d1b22b0c27637445efefc01f5d31c5bd25079b3e647a5a558491a4267f5" }, "downloads": -1, "filename": "django-tinycontent-0.1.5.tar.gz", "has_sig": false, "md5_digest": "7911bae23c37de691e892da5e3ea1e39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3989, "upload_time": "2013-01-05T11:22:42", "url": "https://files.pythonhosted.org/packages/cb/e8/e284790999db45167ea4d7fc5a14bae4fce02f50056cd82dc492394b1350/django-tinycontent-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "a41c179fbc59aa012482ec0bfa568073", "sha256": "34a5546782639fcd31b7c7258aed3c56a2307bcfcbc06b8df3623904f4347555" }, "downloads": -1, "filename": "django-tinycontent-0.1.6.tar.gz", "has_sig": false, "md5_digest": "a41c179fbc59aa012482ec0bfa568073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4083, "upload_time": "2013-01-27T19:42:16", "url": "https://files.pythonhosted.org/packages/f2/c3/867ae9980864825548e3c1268fb7412405aa58580dc754eb89bea869a6f2/django-tinycontent-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "fade8c501ced355e75805f5bb0f63f8e", "sha256": "7498c84804a638af9ccf739caff95065ec2b27d99d63e215eaba0f0bfda6a83a" }, "downloads": -1, "filename": "django-tinycontent-0.1.7.tar.gz", "has_sig": false, "md5_digest": "fade8c501ced355e75805f5bb0f63f8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4269, "upload_time": "2013-03-31T12:00:53", "url": "https://files.pythonhosted.org/packages/87/f9/03a28feebefb1908072938b123771edd770e0e7bddd1d951d1ee316b299f/django-tinycontent-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "6e430404997fc95b8c965cb647a64173", "sha256": "1237efcccb83a9d32f63566600585f0494957d27959bfe10642d21f3589c58eb" }, "downloads": -1, "filename": "django-tinycontent-0.1.8.tar.gz", "has_sig": false, "md5_digest": "6e430404997fc95b8c965cb647a64173", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5927, "upload_time": "2013-06-11T07:35:13", "url": "https://files.pythonhosted.org/packages/46/79/8f0eead032a175f9fab3d08d59dd84ef45464308fab276e6783a4edfcdf0/django-tinycontent-0.1.8.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2cb90ce2c86ae5e40ea382184381b0a7", "sha256": "d4e7459920b9420d864651858f4159828fa61a8f39db25fced3363fb290e0056" }, "downloads": -1, "filename": "django_tinycontent-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "2cb90ce2c86ae5e40ea382184381b0a7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17092, "upload_time": "2015-06-05T20:41:21", "url": "https://files.pythonhosted.org/packages/c6/7e/442d31246b7bff6506ae76d1303658c0b4d22288931080a50aed0b156035/django_tinycontent-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cce15882c3104f07fc612cb7363e6a5c", "sha256": "359e54542b95dc3cf115f63eca7d87e46e805fe43f8e56e791a9b11c212b2bdf" }, "downloads": -1, "filename": "django-tinycontent-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cce15882c3104f07fc612cb7363e6a5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8997, "upload_time": "2015-06-05T20:40:20", "url": "https://files.pythonhosted.org/packages/82/1b/0bee7112fc7b228473e0236aaabf5e773f4f3dfd359b33b3f20089ec0697/django-tinycontent-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d52aa7a4b31282b9624ccf640460ddf9", "sha256": "b4c5fd8fcb47a93789f00a4d4a3bfc6f8e5fccaf012896e112230ac5ca6c305c" }, "downloads": -1, "filename": "django_tinycontent-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "d52aa7a4b31282b9624ccf640460ddf9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17355, "upload_time": "2015-06-08T07:24:43", "url": "https://files.pythonhosted.org/packages/6f/a2/767ffe25eb70d21ef9bb209796a7e0179a568764214daba82d0460d7e616/django_tinycontent-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "857706459a83b824647b27c8944693d7", "sha256": "2514298e723f0bf6264f9bf1f9c6baa52d37e1ec49e0eb1b8d6c3b4c883dd321" }, "downloads": -1, "filename": "django-tinycontent-0.2.1.tar.gz", "has_sig": false, "md5_digest": "857706459a83b824647b27c8944693d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9182, "upload_time": "2015-06-08T07:24:38", "url": "https://files.pythonhosted.org/packages/10/a6/fd12e6047d204b5b1b5a333dec74e564e8349c33bdf08a4e3d061eda4a5e/django-tinycontent-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "599efcb9e3d04836888d363083c8b1cf", "sha256": "83721803027375c299bc12910899fe66650d6045497d428d6e24556e303725a0" }, "downloads": -1, "filename": "django_tinycontent-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "599efcb9e3d04836888d363083c8b1cf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17575, "upload_time": "2015-06-09T05:39:56", "url": "https://files.pythonhosted.org/packages/89/2f/16256f555f906dfb5d90aa242ebfe97259e11c37e97cc8999cd805f58962/django_tinycontent-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c170afb53f9575d4edf5eca43840fbba", "sha256": "bcdb10834c5d71a083488de0c3e3d468a610a70d72c91004f8edb43e95925d32" }, "downloads": -1, "filename": "django-tinycontent-0.3.0.tar.gz", "has_sig": false, "md5_digest": "c170afb53f9575d4edf5eca43840fbba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9341, "upload_time": "2015-06-09T05:39:51", "url": "https://files.pythonhosted.org/packages/38/87/69f7ab56471036bde61821cfabd5486d801384ce7f4017b9b11f166177d1/django-tinycontent-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "19c45da436e617c7e0e8b78464b5b7fd", "sha256": "13bed7766660d57d5586a253703fda4c5af47e46cbe9c212bcccb888dfeae88c" }, "downloads": -1, "filename": "django_tinycontent-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "19c45da436e617c7e0e8b78464b5b7fd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18145, "upload_time": "2015-06-12T19:30:50", "url": "https://files.pythonhosted.org/packages/07/55/e36002595bf654b2f7d652d79ec05a640967245a5c230f69dafd27132618/django_tinycontent-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d6884f2091ceef41dccb745e01947ad", "sha256": "4fe49a2649ebbeeff09479102023f4171fbb0305077384b2ee7b2555a56f9999" }, "downloads": -1, "filename": "django-tinycontent-0.4.0.tar.gz", "has_sig": false, "md5_digest": "8d6884f2091ceef41dccb745e01947ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9483, "upload_time": "2015-06-12T19:30:45", "url": "https://files.pythonhosted.org/packages/6e/ed/3c069ee5ae534ef1d0ef69d9d33fa0303d8c5e7ed4cfcec35045d0b25cd3/django-tinycontent-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "6372cf55635cfcacf83c946bb1ae4fd3", "sha256": "1324ca6d173bc85620f69b4d8c0433b1d7caa3965fb311983411c0f59612e096" }, "downloads": -1, "filename": "django_tinycontent-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6372cf55635cfcacf83c946bb1ae4fd3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19626, "upload_time": "2015-07-23T19:14:01", "url": "https://files.pythonhosted.org/packages/f2/c6/aefa12504f4e331ec18296bd925012be26d123b73d19b581f230e497e316/django_tinycontent-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1787fd1e8b4151be8b9556269d1378bf", "sha256": "5782f204dbe0209483b3c85c6083d6f286c5d98bd21d228919a7c3ce74690fce" }, "downloads": -1, "filename": "django-tinycontent-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1787fd1e8b4151be8b9556269d1378bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10520, "upload_time": "2015-07-23T19:13:52", "url": "https://files.pythonhosted.org/packages/96/bf/2fd2bb9f49202e9b0f7586a5bf0cc442c37559230d2c5a92620bdd127b41/django-tinycontent-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "cb4f681da6c9ad42e79b154027eb5035", "sha256": "5dbc7efb245a62dcad1efae46a8d0707ea6ab0030a89dad6d52d4c5391171f6d" }, "downloads": -1, "filename": "django_tinycontent-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb4f681da6c9ad42e79b154027eb5035", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 20269, "upload_time": "2015-09-21T06:07:03", "url": "https://files.pythonhosted.org/packages/80/2d/baca7b243c9ede15236a55763cca8a0403cef6663cc8792400c7784df0d1/django_tinycontent-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88316161d4f176fc647f6bd64b0ce345", "sha256": "eb1ea5a24c3aadfcb5b2283d57398c8342939cb3261894230c7f01eb5d171518" }, "downloads": -1, "filename": "django-tinycontent-0.5.1.tar.gz", "has_sig": false, "md5_digest": "88316161d4f176fc647f6bd64b0ce345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10924, "upload_time": "2015-09-21T06:06:53", "url": "https://files.pythonhosted.org/packages/42/a4/de2a721c92fe496f8f57037e1ce8073f5d8c3509d1a39e4d4521b573ee39/django-tinycontent-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "17f32f5714318cf9588c7edd495b206a", "sha256": "4e26e78ea707ce388a83b39581b81d27b0e55400e9d9e3cc11d58b56ffc70b29" }, "downloads": -1, "filename": "django_tinycontent-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17f32f5714318cf9588c7edd495b206a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 21453, "upload_time": "2016-06-08T14:33:17", "url": "https://files.pythonhosted.org/packages/e1/6f/f8ad77745e0eb965f788d2c2adc879057f6bdf2073d220cccc8a559dcfd8/django_tinycontent-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c2db02bf2a2228f82898e3d0fe8f96b5", "sha256": "b11d7dc4b6bfc5e318a02b74f8eafbe9dd8b4e65350c0671ed41b18fb8882405" }, "downloads": -1, "filename": "django-tinycontent-0.6.0.tar.gz", "has_sig": false, "md5_digest": "c2db02bf2a2228f82898e3d0fe8f96b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11726, "upload_time": "2016-06-08T14:33:07", "url": "https://files.pythonhosted.org/packages/0a/66/da136ef9af1843ea672533e7ddbddd1cfbbf00f2b68d8a414ebaad396f90/django-tinycontent-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "1a48544166ebe4cd4f1a72fb119ff019", "sha256": "1e5005265f6af85587b91315db4f51fd8703b1ac1428ce7ce06013fcbe5e777f" }, "downloads": -1, "filename": "django_tinycontent-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1a48544166ebe4cd4f1a72fb119ff019", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 21746, "upload_time": "2016-08-28T22:23:56", "url": "https://files.pythonhosted.org/packages/f8/34/48248634174be39ecc8810aaca9947376bf7002ccf83858bea86be317434/django_tinycontent-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce2699e4b16010149b0e45f280f4c4a6", "sha256": "ee4956467217fa8d1ff710c1004d328b76cafcc08e73ba5e8a884e0a4d56d1c3" }, "downloads": -1, "filename": "django-tinycontent-0.6.1.tar.gz", "has_sig": false, "md5_digest": "ce2699e4b16010149b0e45f280f4c4a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11991, "upload_time": "2016-08-28T22:23:48", "url": "https://files.pythonhosted.org/packages/ae/6a/e925b42ac85269a8b6ba8f99979aeb822c5497ab989f97e1f3c3f924c2bc/django-tinycontent-0.6.1.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "a7e81d00072738c061075367e56d52d4", "sha256": "2a2d64c62e082349cca6e661c6c7a8cb783f552184ab7ba49edbc8a2f03f6216" }, "downloads": -1, "filename": "django_tinycontent-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a7e81d00072738c061075367e56d52d4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21772, "upload_time": "2017-04-19T06:40:33", "url": "https://files.pythonhosted.org/packages/bb/8c/890be5273592fbf2363d5cbe19277699406f908d1b99e28be2ab3b353881/django_tinycontent-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d29ed7261121b5c6165f062ff1f59c5", "sha256": "aa52e340209dad027006cc874e1189a61aeb57443dfd33cf5c3d8694b7fba013" }, "downloads": -1, "filename": "django-tinycontent-0.7.0.tar.gz", "has_sig": false, "md5_digest": "3d29ed7261121b5c6165f062ff1f59c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11947, "upload_time": "2017-04-19T06:40:36", "url": "https://files.pythonhosted.org/packages/83/d5/242b65269f803d7063b464634714697524e1546dec93222163d16d2d99d5/django-tinycontent-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "c8bf25d2f0e3ab2f0b069b5e675811c7", "sha256": "ab5a102c901a5c03bcf14b36713cfc3be509199225530b201f551a7a1e369109" }, "downloads": -1, "filename": "django_tinycontent-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8bf25d2f0e3ab2f0b069b5e675811c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22518, "upload_time": "2017-08-16T16:09:53", "url": "https://files.pythonhosted.org/packages/63/41/f84ea9d7d908835f8cfbc44f8c03a1849b8468018b0f866373df377bbf34/django_tinycontent-0.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "583e590b8b2134b93c7fa2a7da865f8c", "sha256": "8c067b4e2a31a4aa102608d91cac4db5c9d72042ec6598bbf49f17a637bbc9ae" }, "downloads": -1, "filename": "django-tinycontent-0.7.1.tar.gz", "has_sig": false, "md5_digest": "583e590b8b2134b93c7fa2a7da865f8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12265, "upload_time": "2017-08-16T16:09:56", "url": "https://files.pythonhosted.org/packages/1e/df/6ea30dab555b73f937f7f7c616a3f04c15d3d5f33698a1d3abdbc8c3a6d0/django-tinycontent-0.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8bf25d2f0e3ab2f0b069b5e675811c7", "sha256": "ab5a102c901a5c03bcf14b36713cfc3be509199225530b201f551a7a1e369109" }, "downloads": -1, "filename": "django_tinycontent-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8bf25d2f0e3ab2f0b069b5e675811c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22518, "upload_time": "2017-08-16T16:09:53", "url": "https://files.pythonhosted.org/packages/63/41/f84ea9d7d908835f8cfbc44f8c03a1849b8468018b0f866373df377bbf34/django_tinycontent-0.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "583e590b8b2134b93c7fa2a7da865f8c", "sha256": "8c067b4e2a31a4aa102608d91cac4db5c9d72042ec6598bbf49f17a637bbc9ae" }, "downloads": -1, "filename": "django-tinycontent-0.7.1.tar.gz", "has_sig": false, "md5_digest": "583e590b8b2134b93c7fa2a7da865f8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12265, "upload_time": "2017-08-16T16:09:56", "url": "https://files.pythonhosted.org/packages/1e/df/6ea30dab555b73f937f7f7c616a3f04c15d3d5f33698a1d3abdbc8c3a6d0/django-tinycontent-0.7.1.tar.gz" } ] }