{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Document Library\n=======================\n\nA Django application to manage multilingual documents and display them on your\nsite in a downloads section.\n\nComes with a django-cms apphook and is based on django-filer.\n\n\nInstallation\n------------\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install django-document-library\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/django-document-library.git#egg=document_library\n\nAdd ``document_library`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'document_library',\n )\n\nRun the migrations::\n\n ./manage.py migrate document_library\n\n\nAdmin inline\n------------\n\nYou can attach documents to any model. To make things easier, you can add\na tabular inline to your model's admin which allows to attach documents.\n\nIn your project's ``models.py`` or any file that get's loaded early, do the\nfollowing::\n\n from yourapp.admin import YourAdmin\n from object_attachments.admin import ObjectAttachmentInline\n\n YourAdmin.inlines = YourAdmin.inlines[:] + [ObjectAttachmentInline]\n\n\nTemplatetags\n------------\n\n\nget_files_for_documents\n+++++++++++++++++++++++\n\nUse this templatetag in order to render all files for a given document::\n\n {% load document_library_tags %}\n {% get_files_for_document document as files %}\n {% for file in files %}\n

{{ file.name|default:file.original_filename }}

\n {% endfor %}\n\n\nget_frontpage_documents\n+++++++++++++++++++++++\n\nUse this templatetag if you want to render a list of documents on your\nfrontpage::\n\n {% load document_library_tags %}\n {% get_frontpage_documents as documents %}\n \n\n\nSettings\n--------\n\nDOCUMENT_LIBRARY_LOGIN_REQUIRED\n+++++++++++++++++++++++++++++++\n\nDefault: ``False``\n\nSet this to ``True`` if you wand to require login for the views of this app.\n\n\nDOCUMENT_LIBRARY_PAGINATION_AMOUNT\n++++++++++++++++++++++++++++++++++\n\nDefault: 1\n\nAmount of documents display on one page.\n\n\nDOCUMENT_LIBRARY_PAGINATE_BY_CATEGORIES\n+++++++++++++++++++++++++++++++++++++++\n\nDefault: False\n\nEnables a special ordering of the document list to always show an equal amount\nof documents for each category.\n\n\nSitemaps\n++++++++\n\nTo add a sitemap of your documents, add the following to your urlconf: ::\n\n from document_library.sitemaps import DocumentSitemap\n\n urlpatterns += patterns(\n '',\n url(r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {\n 'sitemaps': {\n 'documents': DocumentSitemap,\n }, }),\n )\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-document-library\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch\n\nIn order to run the tests, simply execute ``tox``. This will install two new\nenvironments (for Django 1.8 and Django 1.9) and run the tests against both\nenvironments.", "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/bitmazk/django-document-library", "keywords": "django,cms,documents,library,filer", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-document-library", "package_url": "https://pypi.org/project/django-document-library/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-document-library/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-document-library" }, "release_url": "https://pypi.org/project/django-document-library/1.5.5/", "requires_dist": null, "requires_python": null, "summary": "Django app to manage multilingual documents based on django-filer.", "version": "1.5.5" }, "last_serial": 2637900, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "b38ea5357b726ae5c3310bd7a685b1da", "sha256": "ff8f2002ddad75ab4d898a8d732d6361b885386f43953b058d3e053c95a81119" }, "downloads": -1, "filename": "django-document-library-0.2.tar.gz", "has_sig": false, "md5_digest": "b38ea5357b726ae5c3310bd7a685b1da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4374848, "upload_time": "2013-02-23T13:56:50", "url": "https://files.pythonhosted.org/packages/14/4d/cb6871312bc2da4cb7dc130f6e2a496bb56a368d5907b9ce0e0043ea35d9/django-document-library-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "611e2813d47c2b1370141c1047130663", "sha256": "9016c670cb659b5f26e00410e3f00f950087569acb63372af04f281c09373fa9" }, "downloads": -1, "filename": "django-document-library-0.2.1.tar.gz", "has_sig": false, "md5_digest": "611e2813d47c2b1370141c1047130663", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14541, "upload_time": "2013-03-02T10:04:00", "url": "https://files.pythonhosted.org/packages/f4/47/ccfb9c3a8eafc64cfc0498758dcaba2c59f6f7be914d90d58234eeb8e43f/django-document-library-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "361080c4b261a8501f201d7a2e9310a6", "sha256": "441598909b3976c9ba167195944b77e966890caf2acf36e53112482a9dbf4b0f" }, "downloads": -1, "filename": "django-document-library-0.3.tar.gz", "has_sig": false, "md5_digest": "361080c4b261a8501f201d7a2e9310a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15502, "upload_time": "2013-03-05T13:51:10", "url": "https://files.pythonhosted.org/packages/38/6e/89a84d0f1bd18f6972da7433ae3610b6a7e0165c8fb413113cb10b604fe6/django-document-library-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "2d64921befddc3a7e50b61316a4bb22d", "sha256": "f299c141b14cc823be24e5ab7a37cc0eb6626c73926cb3d357563ee5ed644140" }, "downloads": -1, "filename": "django-document-library-0.4.tar.gz", "has_sig": false, "md5_digest": "2d64921befddc3a7e50b61316a4bb22d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16272, "upload_time": "2013-03-05T15:50:21", "url": "https://files.pythonhosted.org/packages/1c/b6/21ce798b98dfc86c3f4a221f19560e5303aa32bbc3e16b7d42ca09421a83/django-document-library-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "0b68079df28e8d22b6e17e4cf663fe1e", "sha256": "937359befe848dfa1a615ed99fd574468affe8e408035409574b16b8518e14ec" }, "downloads": -1, "filename": "django-document-library-0.4.1.tar.gz", "has_sig": false, "md5_digest": "0b68079df28e8d22b6e17e4cf663fe1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16711, "upload_time": "2013-03-06T09:18:33", "url": "https://files.pythonhosted.org/packages/19/25/97919aa50e5f885ac7584264d899e5f122d0450f4f61055ce4ef5dc0c3ed/django-document-library-0.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "d0b980570fb43cb02a3afb5d6491da12", "sha256": "ab198d02f57f7e30b50b68c679c485a9aa9720132f064474fc3099ee9c73057e" }, "downloads": -1, "filename": "django-document-library-0.5.tar.gz", "has_sig": false, "md5_digest": "d0b980570fb43cb02a3afb5d6491da12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18154, "upload_time": "2013-04-18T12:26:38", "url": "https://files.pythonhosted.org/packages/6b/e1/93ae4dcb93d1f0ead2861d4d41ca4df3c0ba72422eeda5489aa369b167a7/django-document-library-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "31a15959c83712db5a124e957a696657", "sha256": "bc4fd0f20669bf5c0558aec1d3201476043d8f4b389b46a7f00e24c67d60637a" }, "downloads": -1, "filename": "django-document-library-0.5.1.tar.gz", "has_sig": false, "md5_digest": "31a15959c83712db5a124e957a696657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24358, "upload_time": "2013-04-19T10:41:07", "url": "https://files.pythonhosted.org/packages/34/4a/0eb8a4bd3bcf64bda469d6cef1241c3f7d3f1da03740a34bcf97b118a691/django-document-library-0.5.1.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "99ad205265b10318c3c3a8263ecbcee0", "sha256": "6e03434e84792f9a31306475c6b0dad83dac3286f8e4b486343d55b2cc3cb583" }, "downloads": -1, "filename": "django-document-library-0.6.tar.gz", "has_sig": false, "md5_digest": "99ad205265b10318c3c3a8263ecbcee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18681, "upload_time": "2013-05-13T13:44:59", "url": "https://files.pythonhosted.org/packages/c1/b1/736c2ae050a879d066989928fa6f6a7a4b020f216bf5dae8cbc02a6da71b/django-document-library-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "fbeaea075964f58e5f1939f6ff04a355", "sha256": "f6813c1bcd4eaf87ba9a455d619f5d85cf9fb6c52b216e0a66351050b246dd5c" }, "downloads": -1, "filename": "django-document-library-0.6.1.tar.gz", "has_sig": false, "md5_digest": "fbeaea075964f58e5f1939f6ff04a355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18683, "upload_time": "2013-05-14T08:02:34", "url": "https://files.pythonhosted.org/packages/a4/55/9ed5ebe9d8feb4ba6e06ac15169bbb5f33bddc6f58ab27bd3978769b1d64/django-document-library-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "4df5feed1cf9b996b7572591a43e241b", "sha256": "b3b4e58ac62ac6c5dbf1fc8d1254099261dd27f3dc4644d2637ac14d9844d550" }, "downloads": -1, "filename": "django-document-library-0.6.2.tar.gz", "has_sig": false, "md5_digest": "4df5feed1cf9b996b7572591a43e241b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18747, "upload_time": "2013-05-22T07:46:32", "url": "https://files.pythonhosted.org/packages/c7/00/6771669a746081e087f49f375058d262dfec772c21bb004c1c6cc8ba2997/django-document-library-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "1b72999fac67f3654390802b4e0393ec", "sha256": "e017bc4e16a2c587c7fa8b77281df5f61a7c0a97e20fe62dfc27a39c6253176a" }, "downloads": -1, "filename": "django-document-library-0.6.3.tar.gz", "has_sig": false, "md5_digest": "1b72999fac67f3654390802b4e0393ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19247, "upload_time": "2013-06-25T12:05:55", "url": "https://files.pythonhosted.org/packages/23/12/3bbf5975a364ef053ddf2075dfe612468b84159f1d8a6e2f27f8b06ad95a/django-document-library-0.6.3.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "8e9bd20582582f1318f1a008c61ede11", "sha256": "23f6510d304c4fe54a854aa5045c98633e09ec2c998c110b0aace1efef021a64" }, "downloads": -1, "filename": "django-document-library-0.7.tar.gz", "has_sig": false, "md5_digest": "8e9bd20582582f1318f1a008c61ede11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19035, "upload_time": "2013-07-08T02:13:47", "url": "https://files.pythonhosted.org/packages/1b/ee/40e8387e7167900a65b84535bb3670b7ad2c0115df51255de710a79fa266/django-document-library-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "33bf62e397bbf1ca76a43c87202f2aba", "sha256": "1216c8312b441690a3278978a58c19e551423209148b7d99d4e0e3633221ac80" }, "downloads": -1, "filename": "django-document-library-0.8.tar.gz", "has_sig": false, "md5_digest": "33bf62e397bbf1ca76a43c87202f2aba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19533, "upload_time": "2013-07-08T03:25:07", "url": "https://files.pythonhosted.org/packages/ad/3e/ebb3c1c530bfe9fc55e20b0f94e01130436af0794bb3e07256b0d5951ce3/django-document-library-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "955b7d71c103ac182df7d30433a8e205", "sha256": "ad67ee310a91d40885ed271a03ea1ab63440ab62a22eec6b499799d11bf283b4" }, "downloads": -1, "filename": "django-document-library-0.9.tar.gz", "has_sig": false, "md5_digest": "955b7d71c103ac182df7d30433a8e205", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21869, "upload_time": "2013-07-08T08:23:13", "url": "https://files.pythonhosted.org/packages/de/3e/ec9f92691da7f66a0622a5fa73e3e4987ecaaedf326d6796a1b810577123/django-document-library-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "fec464de5957f07768cf24c81724dce3", "sha256": "fd5e2fee67ea450282ba1dcf021cf3630600775e9e61d8d0f9b764ac71cc844c" }, "downloads": -1, "filename": "django-document-library-0.9.1.tar.gz", "has_sig": false, "md5_digest": "fec464de5957f07768cf24c81724dce3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21963, "upload_time": "2013-07-12T14:07:11", "url": "https://files.pythonhosted.org/packages/a4/d8/b869b86ec80689ece0ef82bc87fbc2bef19db24abc17210f87316a44ca69/django-document-library-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "e5ab99f9fedbdc65cb8dce359d04bc72", "sha256": "6c9dade0910619a44e7b9e884918a20bdba9a9185708911ecc4aaba29d55a2c4" }, "downloads": -1, "filename": "django-document-library-0.9.2.tar.gz", "has_sig": false, "md5_digest": "e5ab99f9fedbdc65cb8dce359d04bc72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22025, "upload_time": "2013-07-15T10:12:14", "url": "https://files.pythonhosted.org/packages/7e/8a/67b012037a44866540325be3dace92931e34195766f137470a417b1d4d8b/django-document-library-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "f03ecd135002709859ed1879de3f6919", "sha256": "3847ea9fcd7b552fed4c7d2125523715b3ecfec67c2e2b49c634d556b6f71f50" }, "downloads": -1, "filename": "django-document-library-0.9.3.tar.gz", "has_sig": false, "md5_digest": "f03ecd135002709859ed1879de3f6919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20955, "upload_time": "2013-11-06T00:06:32", "url": "https://files.pythonhosted.org/packages/2b/58/03cccefdee561230119953ea6c1ef5fed7bf4b5eb2c95d9d2c2cdccc063f/django-document-library-0.9.3.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "80f2f356ed5311ca2c999805a92ba630", "sha256": "1b67f17c7f2a279e3648e76df30e7183cf4bc4d1c18ce233591b772a6f40e731" }, "downloads": -1, "filename": "django-document-library-1.0.tar.gz", "has_sig": false, "md5_digest": "80f2f356ed5311ca2c999805a92ba630", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24435, "upload_time": "2014-03-11T07:07:15", "url": "https://files.pythonhosted.org/packages/3c/e2/c61bf7ee8c14393a77ea7d1ecc23a1f1af98e21c634dadc9b8bdfaebc85c/django-document-library-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f6158104e8ce2d8583243456c0da05e5", "sha256": "d92cd834e48c34f1526883a6469a316fd89070837b41d080f91963870607948f" }, "downloads": -1, "filename": "django-document-library-1.1.tar.gz", "has_sig": false, "md5_digest": "f6158104e8ce2d8583243456c0da05e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24771, "upload_time": "2014-06-11T10:02:29", "url": "https://files.pythonhosted.org/packages/c6/8b/188eeb2666d06735ee0dccf46965929da257a8b60250694da3b0deab4f6f/django-document-library-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "5942e541418c0fe384bb6d5c69bef126", "sha256": "73c1d371168c33dd1c6225576101459dbc4e36e07aa3bae3eb1f139aadc1ba16" }, "downloads": -1, "filename": "django-document-library-1.1.1.tar.gz", "has_sig": false, "md5_digest": "5942e541418c0fe384bb6d5c69bef126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24824, "upload_time": "2014-06-11T10:30:52", "url": "https://files.pythonhosted.org/packages/cb/58/dcc831fb12d3022157ddf8e4968c903d2b52bbacc0ef974299506b28a52a/django-document-library-1.1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "11e7a605e1e3f89face11bdb20a41bca", "sha256": "e5a454ef4f77bfa6c264b5aef620d07c6013b86c3caeee2f3e1953fd3a835fdb" }, "downloads": -1, "filename": "django-document-library-1.2.tar.gz", "has_sig": false, "md5_digest": "11e7a605e1e3f89face11bdb20a41bca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24929, "upload_time": "2014-06-27T20:00:39", "url": "https://files.pythonhosted.org/packages/75/10/b39a629d9fb55adf34c1df8148140f5fecda1a4dba4d654a756cf8cccefa/django-document-library-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "949477d741af36ab5206a1e1aa62bec7", "sha256": "030dbfbcd0d2fa66f42b19446bb9f9ca2fd7eb614dc289ee8f9184a5695f7849" }, "downloads": -1, "filename": "django-document-library-1.3.tar.gz", "has_sig": false, "md5_digest": "949477d741af36ab5206a1e1aa62bec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25237, "upload_time": "2014-07-09T10:30:10", "url": "https://files.pythonhosted.org/packages/be/cf/dbb1f7db36d81e61e121680c819696ad3b41640470fc8453bdea1de32277/django-document-library-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "54ff6f8e962798fa9e0d58307d0c4bbc", "sha256": "6305f859bbf201b7eddb313fc38184a2732dc3b2aaeb28313edec24d45bf7bbd" }, "downloads": -1, "filename": "django-document-library-1.4.tar.gz", "has_sig": false, "md5_digest": "54ff6f8e962798fa9e0d58307d0c4bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24828, "upload_time": "2014-07-24T14:17:02", "url": "https://files.pythonhosted.org/packages/cc/6a/1f5aeee4eb716c08858cd3720c15699317ff3f35d082c8e3bfbcd37cb36e/django-document-library-1.4.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "27c6845e52889cabbfe58615a5f7faef", "sha256": "ddc381a2c6e66df4f0525f337bb26e14501a1f329eb7d7d22e5ad4c8cf0f9008" }, "downloads": -1, "filename": "django-document-library-1.4.1.tar.gz", "has_sig": false, "md5_digest": "27c6845e52889cabbfe58615a5f7faef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26261, "upload_time": "2014-09-02T16:45:05", "url": "https://files.pythonhosted.org/packages/c9/9f/539fbfeeeaa32a823deb8806af27051a253d213baa064f20a3efe5405ff1/django-document-library-1.4.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "e648eec59c2c4765448713975b85634b", "sha256": "3c137f60d3579244e71d63aaa6c5fd712ea5312be1b5c172896f0bead4b80f25" }, "downloads": -1, "filename": "django-document-library-1.4.2.tar.gz", "has_sig": false, "md5_digest": "e648eec59c2c4765448713975b85634b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25800, "upload_time": "2014-09-24T07:09:33", "url": "https://files.pythonhosted.org/packages/e4/87/aad05b76e196702f7df92baca830ade2c9793f60bf2e31838555f32f5f91/django-document-library-1.4.2.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "52068b41498c062d918b3998c2ddb979", "sha256": "be54c90b82b3cea4a94693341ea170c91cb3aff232b5a066088a7139d13a8844" }, "downloads": -1, "filename": "django-document-library-1.5.tar.gz", "has_sig": false, "md5_digest": "52068b41498c062d918b3998c2ddb979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26804, "upload_time": "2014-12-11T12:17:32", "url": "https://files.pythonhosted.org/packages/fc/13/48824f26d04f019d6cd042b470d69d95e90679edc3cc277c46f5bd9c1fa8/django-document-library-1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "f1bef97083987a115df8a9df507b47f1", "sha256": "a88be2104f1df447aa24b0ce8a7a8eb5574c68a088b4d1516920568228e35c42" }, "downloads": -1, "filename": "django-document-library-1.5.1.tar.gz", "has_sig": false, "md5_digest": "f1bef97083987a115df8a9df507b47f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26558, "upload_time": "2015-02-09T23:52:01", "url": "https://files.pythonhosted.org/packages/a8/7e/0a157f6a7426c7668b39ae204caff223745884236128efad650bb4125a24/django-document-library-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "7ae97b20a81fbee0ead10581238e8ca3", "sha256": "f62588dcb19e24d95d895ef7832c9dbfb8658959163558761449c05ba1686146" }, "downloads": -1, "filename": "django-document-library-1.5.2.tar.gz", "has_sig": false, "md5_digest": "7ae97b20a81fbee0ead10581238e8ca3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26974, "upload_time": "2016-02-20T18:59:01", "url": "https://files.pythonhosted.org/packages/04/1e/c371802df6c23dc1c7a464ab5b6ea5e3b97b3c0f23bfb88d3db20ff5c2c6/django-document-library-1.5.2.tar.gz" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "923290c95a5dcb440ddf33ebf692dbd6", "sha256": "f98648085d41e456309842eeb8c0a06c698f02713d0b6b5d3848cd0c5d9d60f2" }, "downloads": -1, "filename": "django-document-library-1.5.3.tar.gz", "has_sig": false, "md5_digest": "923290c95a5dcb440ddf33ebf692dbd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27124, "upload_time": "2016-04-06T10:50:15", "url": "https://files.pythonhosted.org/packages/cf/5b/3343be7563c12c1fcdd5694493ecbb868003b5d37fe385e5587b9b04e0f6/django-document-library-1.5.3.tar.gz" } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "8fa31b59ba9b520e50a457b396a4f01b", "sha256": "1549c7feeb28bd157f0c52c80513cc6fc066967107195ddc762652a08f357afe" }, "downloads": -1, "filename": "django-document-library-1.5.4.tar.gz", "has_sig": false, "md5_digest": "8fa31b59ba9b520e50a457b396a4f01b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26434, "upload_time": "2016-04-24T14:36:44", "url": "https://files.pythonhosted.org/packages/23/b9/1eaa3c661742215c58c3687642b65fb501fdfc3308e7cb18827eb2742812/django-document-library-1.5.4.tar.gz" } ], "1.5.5": [ { "comment_text": "", "digests": { "md5": "d7d7d8bf15f5e7e471a86e0c268a62b1", "sha256": "261cf4e7f45602bf483cd555a40207468be28be291837c544fc8f45bb1938cb2" }, "downloads": -1, "filename": "django-document-library-1.5.5.tar.gz", "has_sig": false, "md5_digest": "d7d7d8bf15f5e7e471a86e0c268a62b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26469, "upload_time": "2017-02-13T06:03:44", "url": "https://files.pythonhosted.org/packages/f9/b7/f69d0978546616ee6a9a51d3fd44d5d3d3f152f31be91897eb3d9417e295/django-document-library-1.5.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7d7d8bf15f5e7e471a86e0c268a62b1", "sha256": "261cf4e7f45602bf483cd555a40207468be28be291837c544fc8f45bb1938cb2" }, "downloads": -1, "filename": "django-document-library-1.5.5.tar.gz", "has_sig": false, "md5_digest": "d7d7d8bf15f5e7e471a86e0c268a62b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26469, "upload_time": "2017-02-13T06:03:44", "url": "https://files.pythonhosted.org/packages/f9/b7/f69d0978546616ee6a9a51d3fd44d5d3d3f152f31be91897eb3d9417e295/django-document-library-1.5.5.tar.gz" } ] }