{ "info": { "author": "Diederik van der Boor", "author_email": "opensource@edoburu.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-fluent-utils\n===================\n\nThis module is mainly used internally between other django-fluent apps.\nFor the whole list of apps, see http://django-fluent.org/\n\nThis module provides:\n\n* Stubs to make integration with third-party apps optional\n* Django compatibility code\n* Shared code for fluent apps (\"Don't repeat yourself\")\n\n\nStub features\n-------------\n\n``fluent_utils.softdeps.any_imagefield``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nSupport django-any-imagefield_ when it's available.\nThis provides an improved ``ImageField`` and ``FileField``.\n\nIt supports various third party media libraries,\nallowing django-fluent to use the media library of your choice.\n\n\n``fluent_utils.softdeps.any_urlfield``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe ``AnyUrlField`` enhances the standard Django ``URLField``, when django-any-urlfield_ is installed.\n\n\n``fluent_utils.softdeps.comments``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nSeemingly switch between django_comments_ or the older django.contrib.comments_.\n\n\n``fluent_utils.softdeps.fluent_pages``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nStub the ``CurrentPageMixin``, ``app_reverse()`` and ``mixed_reverse()`` when django-fluent-pages_ is not installed.\nThis allows apps to revert to standard ``urls.py`` URLs when they can't provide URLs via a custom page type for the fluent-pages tree.\n\n\n``fluent_utils.softdeps.taggit``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nOptional support for tagging. It supports various applications:\n\n* django-taggit_\n* taggit-selectize_\n* django-taggit-autosuggest_\n* django-taggit-autocomplete-modified_\n\ndjango-fluent automatically uses one of these third-party apps when it's found in ``INSTALLED_APPS``.\n\n\nInternal API's\n--------------\n\nThese API's are available for other *django-fluent-..* modules:\n\n* ``fluent_utils.ajax.JsonResponse`` - a ``JsonResponse`` before Django 1.8 provided that.\n* ``fluent_utils.django_compat`` - imports for various features that moved or changed between Django versions.\n* ``fluent_utils.dry.admin.MultiSiteAdminMixin`` - mixin for the admin to filter on the ``parent_site`` field.\n* ``fluent_utils.dry.fields.HideChoicesCharField`` - avoid expanding choices in Django migrations.\n* ``fluent_utils.load.import_apps_submodule()`` - import a module in every application found in ``INSTALLED_APPS``.\n* ``fluent_utils.load.import_class()`` - import a class via a Python path.\n* ``fluent_utils.load.import_settings_class()`` - import a class via a named setting.\n* ``fluent_utils.load.import_module_or_none()`` - import a module, only raises an ``ImportError`` for sub modules.\n* ``fluent_utils.softdeps.*`` - various soft dependencies, see above\n\n\n.. _django_comments: https://github.com/django/django-contrib-comments\n.. _django.contrib.comments: https://docs.djangoproject.com/en/1.7/ref/contrib/comments/\n.. _django-fluent-pages: https://github.com/edoburu/django-fluent-pages\n.. _django-any-imagefield: https://github.com/edoburu/django-any-imagefield\n.. _django-any-urlfield: https://github.com/edoburu/django-any-urlfield\n.. _django-taggit: https://github.com/alex/django-taggit\n.. _django-taggit-autosuggest: https://bitbucket.org/fabian/django-taggit-autosuggest\n.. _django-taggit-autocomplete-modified: https://github.com/gnotaras/django-taggit-autocomplete-modified\n.. _taggit-selectize: https://github.com/chhantyal/taggit-selectize\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/edoburu/django-fluent-utils/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/edoburu/django-fluent-utils", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "django-fluent-utils", "package_url": "https://pypi.org/project/django-fluent-utils/", "platform": "", "project_url": "https://pypi.org/project/django-fluent-utils/", "project_urls": { "Download": "https://github.com/edoburu/django-fluent-utils/zipball/master", "Homepage": "https://github.com/edoburu/django-fluent-utils" }, "release_url": "https://pypi.org/project/django-fluent-utils/2.0.1/", "requires_dist": null, "requires_python": "", "summary": "Internal utilities for code sharing between django-fluent modules", "version": "2.0.1" }, "last_serial": 4210384, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9cde32ee3e8213058852799558426142", "sha256": "c34255f1664d3bcc85118bb73e9d8cf35231a3e5b43d4d77b6c088127c3b1aab" }, "downloads": -1, "filename": "django_fluent_utils-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9cde32ee3e8213058852799558426142", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13441, "upload_time": "2014-09-29T13:06:58", "url": "https://files.pythonhosted.org/packages/7b/40/058102798aca1505f806ca3a75227752e77f9aa72791e6c8840f8749a70f/django_fluent_utils-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88a2ce649de3c99759d6577cc3018aae", "sha256": "c12715d49b1a389f6aebcd10c1f4ab3b141fc269ad7163235d1ce074a6eae8ab" }, "downloads": -1, "filename": "django-fluent-utils-1.0.tar.gz", "has_sig": false, "md5_digest": "88a2ce649de3c99759d6577cc3018aae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12893, "upload_time": "2014-09-29T13:06:55", "url": "https://files.pythonhosted.org/packages/b3/b1/5cd23079aa3d7d25cbf604c16f935262eb3fc23a112538d4233623d18a71/django-fluent-utils-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "a2b4c361779ebbdf970dc72e776bf361", "sha256": "1eebeffc188077aaef8473a87642aca6c175ea48d89fe035d9df0c6bc31b22a8" }, "downloads": -1, "filename": "django_fluent_utils-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2b4c361779ebbdf970dc72e776bf361", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14359, "upload_time": "2014-10-30T14:35:01", "url": "https://files.pythonhosted.org/packages/b6/0f/72d4635f3dab312a41761dc3572771d87d7088c81684f52ab133c133e3c2/django_fluent_utils-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d665e4b0ff419bb95535e3b9771fbb65", "sha256": "813470daefbdaaf4443a0aaed7aa094aeddfae532c41529d6cb9dc43c67d6c96" }, "downloads": -1, "filename": "django-fluent-utils-1.1.tar.gz", "has_sig": false, "md5_digest": "d665e4b0ff419bb95535e3b9771fbb65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13366, "upload_time": "2014-10-30T14:34:58", "url": "https://files.pythonhosted.org/packages/d4/54/04c89645d612184ec88c687c3eadf310ef3998b0961b8b8844a0ff8d73d9/django-fluent-utils-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "f7c92443ccb2742d38f9776ad6de6161", "sha256": "f8fa95695cfc078466c2f2e61764406d6754093c86cb1954fdd810d71405cf4d" }, "downloads": -1, "filename": "django_fluent_utils-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7c92443ccb2742d38f9776ad6de6161", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14406, "upload_time": "2014-11-05T12:46:26", "url": "https://files.pythonhosted.org/packages/80/d2/4f6694b0db2a4c8eb00d4c89739daf778bb81b8db2af356264dc02987c4c/django_fluent_utils-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8145e143f6b5ec007b299b91eef8c664", "sha256": "cf118786ae5c4ca49623d7fac29c507e3df2318085a55b1b698f172478785340" }, "downloads": -1, "filename": "django-fluent-utils-1.1.1.tar.gz", "has_sig": false, "md5_digest": "8145e143f6b5ec007b299b91eef8c664", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13364, "upload_time": "2014-11-05T12:46:22", "url": "https://files.pythonhosted.org/packages/29/59/af9181b4540854c2248cc728f4083109a71cacba6987ab0f3433cf53957e/django-fluent-utils-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "f1408fb648923a443dabddb386455f58", "sha256": "9e908292ffb945c04fb946b4282e4dc186cb770580c2b41d8aba2d10f2f6361b" }, "downloads": -1, "filename": "django_fluent_utils-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1408fb648923a443dabddb386455f58", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14824, "upload_time": "2015-01-08T13:51:11", "url": "https://files.pythonhosted.org/packages/9f/a2/1cf3cfe887b193fe6b5733ac06ad0a55c6bb8d39419e6375c22107b7a7fa/django_fluent_utils-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7ed5232b41e92375e3016ce3c97ae2a", "sha256": "6149b3aef7cf06b968d9857b68174308dd0bbb31b062d181f7da382cb8d72a55" }, "downloads": -1, "filename": "django-fluent-utils-1.1.2.tar.gz", "has_sig": false, "md5_digest": "d7ed5232b41e92375e3016ce3c97ae2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13573, "upload_time": "2015-01-08T13:51:08", "url": "https://files.pythonhosted.org/packages/33/ce/a93018ca01896032470a29227efd414edbc4f0fbfeca206fa110b4b801f3/django-fluent-utils-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "b630aa202b96c2c422d03e71fb0dd076", "sha256": "b527ef319deb4b8ed6d00ffab0940d009f4a0b83adff830b131fa6f1bb9e0a06" }, "downloads": -1, "filename": "django_fluent_utils-1.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b630aa202b96c2c422d03e71fb0dd076", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16267, "upload_time": "2015-03-13T14:42:43", "url": "https://files.pythonhosted.org/packages/78/84/7dc3fa54fc2e856bddee4795eae286e0c9e1f719c8b34382b10453fd4992/django_fluent_utils-1.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df282edd1887007dacd3a669ae32d537", "sha256": "016a85f1b6acb3b02bc3010de63a8401d7bef105f9df4e16d95c1e4532c2b973" }, "downloads": -1, "filename": "django-fluent-utils-1.1.3.tar.gz", "has_sig": false, "md5_digest": "df282edd1887007dacd3a669ae32d537", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14407, "upload_time": "2015-03-13T14:42:40", "url": "https://files.pythonhosted.org/packages/96/19/2321f5b13c6656d2646e96efe2ad4c9aa732eec97b55a586493e8f0d7bf9/django-fluent-utils-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "b8cc017cf5dfae8de5f9186a4a0211d5", "sha256": "cfa67f81f10b1c20ff1d4d13fd47956193b24fc6ccc840ad971a6dc08b70a7e9" }, "downloads": -1, "filename": "django_fluent_utils-1.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8cc017cf5dfae8de5f9186a4a0211d5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16278, "upload_time": "2015-03-13T15:07:57", "url": "https://files.pythonhosted.org/packages/d7/24/7ca4ebf4bf68cc1d62c0bc258922dc9dca3b9e5513d07de459356db2f2c8/django_fluent_utils-1.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e032842a49db6a94500575ba7ae170ea", "sha256": "5a0cbf06f598e98718da066c2f383718a803743f7553b0c0d1993f955eb15593" }, "downloads": -1, "filename": "django-fluent-utils-1.1.4.tar.gz", "has_sig": false, "md5_digest": "e032842a49db6a94500575ba7ae170ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14407, "upload_time": "2015-03-13T15:07:36", "url": "https://files.pythonhosted.org/packages/02/c3/fce40d7fa06d808369e65ec478df6aa7f35d000b188c8f5ad9c9c0bd01c9/django-fluent-utils-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "a57406b66fccf95a246b87b6a769e2db", "sha256": "0a23eb27b9f3ad1ccef0d069baed5ef6ab986273c1852ff1cc8cebfb1a9211fe" }, "downloads": -1, "filename": "django_fluent_utils-1.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a57406b66fccf95a246b87b6a769e2db", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16361, "upload_time": "2015-04-08T13:34:53", "url": "https://files.pythonhosted.org/packages/9c/3b/13ebd71eb15f6b80eac90b4a63d6717753cf78cb0fdb4a963f4d1d343a0f/django_fluent_utils-1.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c1c92ac415952ae28281357024d6b54", "sha256": "a7fd51f756db5e86ccfe770e350010feb47cd88e55e35adf3a55a8ef0b1926bc" }, "downloads": -1, "filename": "django-fluent-utils-1.1.5.tar.gz", "has_sig": false, "md5_digest": "4c1c92ac415952ae28281357024d6b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14480, "upload_time": "2015-04-08T13:34:50", "url": "https://files.pythonhosted.org/packages/ef/af/d1f41db0ac33088cc3c19eaa132b814b76fd815b2619e29ea0467f711af5/django-fluent-utils-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "3bdd837f341f4bbc775413e5564ee648", "sha256": "16cf09b763c58dc99ab91da16ad19d88974281a4a92e8730c3ed6ad86ec70ec2" }, "downloads": -1, "filename": "django_fluent_utils-1.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3bdd837f341f4bbc775413e5564ee648", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16683, "upload_time": "2015-04-16T08:53:22", "url": "https://files.pythonhosted.org/packages/d4/da/ac3a24dc04bd5264a77acdb1320fd4f277bd378088f36ffbd4610a239685/django_fluent_utils-1.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "595f8f81a142a0ae88830057f7a379f5", "sha256": "8d2c2737d8694d1de43d1366f7bac124c4515df67db8d0bc77fff69d55fed556" }, "downloads": -1, "filename": "django-fluent-utils-1.1.6.tar.gz", "has_sig": false, "md5_digest": "595f8f81a142a0ae88830057f7a379f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14753, "upload_time": "2015-04-16T08:53:18", "url": "https://files.pythonhosted.org/packages/e1/0a/c1b1ca85d06c46abd48e76ca933383f8fadd9254bbcaa1877b8257e2bd74/django-fluent-utils-1.1.6.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "728a172eb1dbcb26fece0d68e76f7cdb", "sha256": "60edc507c8970021f4e0daacdadbacbe70a1486420be28354a22c42af3ea14e4" }, "downloads": -1, "filename": "django_fluent_utils-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "728a172eb1dbcb26fece0d68e76f7cdb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18272, "upload_time": "2015-04-16T10:01:53", "url": "https://files.pythonhosted.org/packages/37/f3/932c2f5d378099ac640316370159c569f3b63ae65f538e4d0feec4a15f84/django_fluent_utils-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "caf1aceedb2d99fb35f0665546d0f64a", "sha256": "d1cb41477198340c17c68c749cb0ce1948d3f410ab7cb51ed3a4be29756b0d7a" }, "downloads": -1, "filename": "django-fluent-utils-1.2.tar.gz", "has_sig": false, "md5_digest": "caf1aceedb2d99fb35f0665546d0f64a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15842, "upload_time": "2015-04-16T10:01:50", "url": "https://files.pythonhosted.org/packages/7d/8e/1fc1c7b1ce546c8763215c13a3819a9b948470609195f3c03358392013be/django-fluent-utils-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "f269a5e71a0585f102d0f7dd17a64ef2", "sha256": "006729171f475d0454c7bd991a84fae6898d77e9fbb04aef31116c2d26ad2efa" }, "downloads": -1, "filename": "django_fluent_utils-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f269a5e71a0585f102d0f7dd17a64ef2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18421, "upload_time": "2015-04-16T10:43:46", "url": "https://files.pythonhosted.org/packages/b0/d9/a2736fc6fce957432b648e3bce44024402f2dd30921c47ef380740395288/django_fluent_utils-1.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7f58630cc0de7e576e98f2882b29647", "sha256": "a6adbfb02352adce97c4e6a03c32457f823411b3c93789238b0e80a3f3e8aab5" }, "downloads": -1, "filename": "django-fluent-utils-1.2.1.tar.gz", "has_sig": false, "md5_digest": "b7f58630cc0de7e576e98f2882b29647", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15948, "upload_time": "2015-04-16T10:43:43", "url": "https://files.pythonhosted.org/packages/5d/f5/d5f9c3b986757580b6c62c753eb6c9dc424af665139b7fac2177a8416c4c/django-fluent-utils-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "b54d26923cb9102def4df219bb5b9a1c", "sha256": "0f623971d4b9830f0d621fbc9ccf1710b3c90bffeb73639cc5b4283e83601061" }, "downloads": -1, "filename": "django_fluent_utils-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b54d26923cb9102def4df219bb5b9a1c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18818, "upload_time": "2015-12-28T15:47:21", "url": "https://files.pythonhosted.org/packages/85/0c/88e9777de2cf16496507264419b0b304a1b0d9df14c9e290e01eb19edb1a/django_fluent_utils-1.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f55b159f6e2630c049724bfcb6143b51", "sha256": "7ba86158d2efd3fbe52c1c548aefc35de08a76dd18f247c1351732978465ba8d" }, "downloads": -1, "filename": "django-fluent-utils-1.2.2.tar.gz", "has_sig": false, "md5_digest": "f55b159f6e2630c049724bfcb6143b51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16070, "upload_time": "2015-12-28T15:47:09", "url": "https://files.pythonhosted.org/packages/27/71/8c94dc25ab263fc0a856595b7bd8ec334809bc301f5dd7490164c30f836b/django-fluent-utils-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "00143b37c1989597817cea1e299f4bd6", "sha256": "425bfca7a890c363abb9df65fe8072f67f4ab3b2b5dcabc588d9aba1cdec9f17" }, "downloads": -1, "filename": "django_fluent_utils-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00143b37c1989597817cea1e299f4bd6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18902, "upload_time": "2015-12-29T16:55:39", "url": "https://files.pythonhosted.org/packages/e1/d3/cd03966d6230b1b3db7b438128d12ae461fb13a84b8afa1a1ba2836255d5/django_fluent_utils-1.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f954f98abd0ac9e622d221eb2fa915d1", "sha256": "825657d06ee2423248bc82b68ca94437e3289a5e4131c3284cd21c2368da09ab" }, "downloads": -1, "filename": "django-fluent-utils-1.2.3.tar.gz", "has_sig": false, "md5_digest": "f954f98abd0ac9e622d221eb2fa915d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16158, "upload_time": "2015-12-29T16:55:33", "url": "https://files.pythonhosted.org/packages/74/69/f1e87ecdd5c471cbdecced2554b299b55006e07659372031ef16f36f1694/django-fluent-utils-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "a560845a9f01c2c11fb01fa47caf0afd", "sha256": "828f711b2b8363709194ce7e6f4e16bbf88803bef338ded320cb38788c146700" }, "downloads": -1, "filename": "django_fluent_utils-1.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a560845a9f01c2c11fb01fa47caf0afd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19065, "upload_time": "2016-08-05T14:07:24", "url": "https://files.pythonhosted.org/packages/c9/34/f5cb68efcb79293c0ac8e9c5650c2a46950eaf9740888115e1dd5391cda5/django_fluent_utils-1.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c89a748a220f5baff0b9927b95940a76", "sha256": "9e93d49e20baf110b6455713fc58ab56acd1a516f7b829bd0a14efbdc7f01055" }, "downloads": -1, "filename": "django-fluent-utils-1.2.4.tar.gz", "has_sig": false, "md5_digest": "c89a748a220f5baff0b9927b95940a76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16314, "upload_time": "2016-08-05T14:07:26", "url": "https://files.pythonhosted.org/packages/eb/92/3d9b1554c77a104e0fb6e1a38ddacca98caaa7177082bcfb8c2a84e7a372/django-fluent-utils-1.2.4.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "e4584672f91cece163d8e359ad20ff27", "sha256": "c8aad95e8866f1c6132b38357e85bd0a0705a39c09aee4d0481c6f52a484eba9" }, "downloads": -1, "filename": "django_fluent_utils-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4584672f91cece163d8e359ad20ff27", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20173, "upload_time": "2016-08-10T08:37:04", "url": "https://files.pythonhosted.org/packages/de/32/ed31ae3052cc1438f2e0f24fc64dea754d5bfc5ab71902689019f344f56f/django_fluent_utils-1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4217761f760dcc05e0f2379060c9fc04", "sha256": "42b4d5e0d4a6dad1b0ce6da2420d099016a8d50ae02a7ab9c68336b8ba17c6d4" }, "downloads": -1, "filename": "django-fluent-utils-1.3.tar.gz", "has_sig": false, "md5_digest": "4217761f760dcc05e0f2379060c9fc04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17370, "upload_time": "2016-08-10T08:37:07", "url": "https://files.pythonhosted.org/packages/3e/db/8f9c441857ced0cf157f4cb7b075ffd8abaeb361704d5ab90398cd0ae41c/django-fluent-utils-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "a50e31a73006660e9809023e7bb76787", "sha256": "f231a947f92f693312d82614c6fe85c77af1f31a25709e60bb9335957bb12934" }, "downloads": -1, "filename": "django_fluent_utils-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a50e31a73006660e9809023e7bb76787", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20262, "upload_time": "2017-05-22T11:07:55", "url": "https://files.pythonhosted.org/packages/b6/dd/79449ebc855d4e7996e547a06e994c964bd5490581f1d6b4f8fb34353e01/django_fluent_utils-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09aa6d107345ba863370df9597f25f77", "sha256": "d011a2a8ae92b6c28c113baca038805cfb275fe6edaba297b2101284329cd0dd" }, "downloads": -1, "filename": "django-fluent-utils-1.3.1.tar.gz", "has_sig": false, "md5_digest": "09aa6d107345ba863370df9597f25f77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17386, "upload_time": "2017-05-22T11:07:56", "url": "https://files.pythonhosted.org/packages/e0/3f/0bd41a22b57bddc5b0a1590072cc0fea698c6c357afaf73260927526a9cc/django-fluent-utils-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "14ecc09cce1c0f268b35f93e809bfd53", "sha256": "6fc9022dc66d0e48232815c89551637d94d902ccfada4829a98a22c8dac9a55a" }, "downloads": -1, "filename": "django_fluent_utils-1.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "14ecc09cce1c0f268b35f93e809bfd53", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20273, "upload_time": "2017-07-17T15:07:05", "url": "https://files.pythonhosted.org/packages/49/78/a1b5139de65974703d213cc435165e7db6aeaa5a6c80fbbbeefc3aabe7d8/django_fluent_utils-1.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6be800d776021bebf1164b534f9ad4a4", "sha256": "90efe88f13331b3f12504116529f3c5e25baf57dadbccb37331b15d549ec624f" }, "downloads": -1, "filename": "django-fluent-utils-1.3.2.tar.gz", "has_sig": false, "md5_digest": "6be800d776021bebf1164b534f9ad4a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17263, "upload_time": "2017-07-17T15:07:06", "url": "https://files.pythonhosted.org/packages/23/bc/65c226ef9e03cff08e4ff326eb6b931a69ec63d5fc691816920bf136bdda/django-fluent-utils-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "e4f6a71e3f9f527fd99fc4014fc077c5", "sha256": "c1d19b6cfa1568c24de2db1eaccb8fae8aef642eaacc6b65ccfac123a03b737f" }, "downloads": -1, "filename": "django_fluent_utils-1.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4f6a71e3f9f527fd99fc4014fc077c5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20371, "upload_time": "2017-08-04T19:54:02", "url": "https://files.pythonhosted.org/packages/6f/8c/ff285b1ddf91c590fd4faff5c622c1b72aec4301009b9c7ca19731e66a49/django_fluent_utils-1.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2fcc8f80937e930e93efd74051851b4", "sha256": "775e29eef5711b599dcd747b119d5abc3a1bccfc3e140982d189466b33e10c13" }, "downloads": -1, "filename": "django-fluent-utils-1.3.3.tar.gz", "has_sig": false, "md5_digest": "b2fcc8f80937e930e93efd74051851b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17336, "upload_time": "2017-08-04T19:54:05", "url": "https://files.pythonhosted.org/packages/0b/9e/fed914855ee8446fbd270a962db8bc2ddf28d3aad582f7771dbededa0044/django-fluent-utils-1.3.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "2aca9e97822292bfcd6c3d1e05766a0c", "sha256": "6c3cadd8c5fcd9c4508cde91efbf5bc3191d64fe15a674913c3e582be536e704" }, "downloads": -1, "filename": "django_fluent_utils-1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2aca9e97822292bfcd6c3d1e05766a0c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19328, "upload_time": "2017-11-02T21:50:00", "url": "https://files.pythonhosted.org/packages/72/af/55b302ffb089083a2cd25932c228bbfb7ac4973180c2481ecc31b07a50e1/django_fluent_utils-1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "129fb86f3fd774f681a94b08a672197f", "sha256": "b929acdc1885bd8409620dcd1baaae6bed4ff8b4b17deacf560643faae18fa53" }, "downloads": -1, "filename": "django-fluent-utils-1.4.tar.gz", "has_sig": false, "md5_digest": "129fb86f3fd774f681a94b08a672197f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16693, "upload_time": "2017-11-02T21:50:01", "url": "https://files.pythonhosted.org/packages/ba/8b/0539013a0de48bad09ef02c6a2a042491b082d4c4419c0ac63895c831ae2/django-fluent-utils-1.4.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "b4658219fa2b98bcd9d88990a18b6b88", "sha256": "3d16509791ae79b56711234e298d298be0ec1aa8c3f80b4016649748d247c7d4" }, "downloads": -1, "filename": "django_fluent_utils-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b4658219fa2b98bcd9d88990a18b6b88", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19371, "upload_time": "2017-11-21T10:16:19", "url": "https://files.pythonhosted.org/packages/96/a0/c9aa7436b20dd1d305b40236bca30f1037a7f98480441cc8764129ec37ff/django_fluent_utils-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db4a6bdfb42174e58b7ea4d30035afaf", "sha256": "e6e8cf00507bfdc584997f6f8b5058f2cc521c594ffb4c72eb3227e99a30448a" }, "downloads": -1, "filename": "django-fluent-utils-1.4.1.tar.gz", "has_sig": false, "md5_digest": "db4a6bdfb42174e58b7ea4d30035afaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16497, "upload_time": "2017-11-21T10:16:20", "url": "https://files.pythonhosted.org/packages/76/2a/5798a9e30675b677773bb61e059f64f7604b7ec4767ba4d2142a0b45ab84/django-fluent-utils-1.4.1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "3359e896f1b8363267443a9fc71e7ded", "sha256": "e6afc2b31b0faa778d3337fee859ef18df0a68451763e4f89f7956feab7a476d" }, "downloads": -1, "filename": "django_fluent_utils-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3359e896f1b8363267443a9fc71e7ded", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19820, "upload_time": "2018-01-22T10:37:31", "url": "https://files.pythonhosted.org/packages/e3/ad/2856c40a8bb4a92515a2b9641fc7ed5aa79b2fd662a5921c198cb26796e6/django_fluent_utils-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d5022e12620a72f0df842151d7a18c1", "sha256": "a0fb3f4a52bfc0a810e2bd84789d220b25314126b0f20572f3ddc6eee973bc42" }, "downloads": -1, "filename": "django-fluent-utils-2.0.tar.gz", "has_sig": false, "md5_digest": "9d5022e12620a72f0df842151d7a18c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16696, "upload_time": "2018-01-22T10:37:33", "url": "https://files.pythonhosted.org/packages/a1/a1/27744efd7cf86b3a1598406164dab6356e4e2dd87f9daa6d3bea04d70509/django-fluent-utils-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "ecd40da1952aef7e858fef21ea6d589f", "sha256": "d3c02d5844b9ae05ca8a70b794dd0a521c273756b772a0db1c7a2f4f9f66ac3e" }, "downloads": -1, "filename": "django_fluent_utils-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ecd40da1952aef7e858fef21ea6d589f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17692, "upload_time": "2018-08-27T09:07:00", "url": "https://files.pythonhosted.org/packages/85/02/b0b8f5ed270733f1f9ce8a6ae94aabc1d8c430639cbb0d055b375517d37b/django_fluent_utils-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e025ddd7b1edd2bfcd2d1b62bc4dbc79", "sha256": "bf05fe997882b71b78b4182d9182e05fe0b300cb6801ff5f656b4f590d6e228b" }, "downloads": -1, "filename": "django-fluent-utils-2.0.1.tar.gz", "has_sig": false, "md5_digest": "e025ddd7b1edd2bfcd2d1b62bc4dbc79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16807, "upload_time": "2018-08-27T09:07:02", "url": "https://files.pythonhosted.org/packages/1e/29/9bc96a77e9ac313ed1460a866808d2afc62e0d71a0d3e446542de19616e6/django-fluent-utils-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ecd40da1952aef7e858fef21ea6d589f", "sha256": "d3c02d5844b9ae05ca8a70b794dd0a521c273756b772a0db1c7a2f4f9f66ac3e" }, "downloads": -1, "filename": "django_fluent_utils-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ecd40da1952aef7e858fef21ea6d589f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17692, "upload_time": "2018-08-27T09:07:00", "url": "https://files.pythonhosted.org/packages/85/02/b0b8f5ed270733f1f9ce8a6ae94aabc1d8c430639cbb0d055b375517d37b/django_fluent_utils-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e025ddd7b1edd2bfcd2d1b62bc4dbc79", "sha256": "bf05fe997882b71b78b4182d9182e05fe0b300cb6801ff5f656b4f590d6e228b" }, "downloads": -1, "filename": "django-fluent-utils-2.0.1.tar.gz", "has_sig": false, "md5_digest": "e025ddd7b1edd2bfcd2d1b62bc4dbc79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16807, "upload_time": "2018-08-27T09:07:02", "url": "https://files.pythonhosted.org/packages/1e/29/9bc96a77e9ac313ed1460a866808d2afc62e0d71a0d3e446542de19616e6/django-fluent-utils-2.0.1.tar.gz" } ] }