{ "info": { "author": "Alisue", "author_email": "lambdalisue@hashnote.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-inspectional-registration\n===============================================================================\n.. image:: https://secure.travis-ci.org/lambdalisue/django-inspectional-registration.png?branch=master\n :target: http://travis-ci.org/lambdalisue/django-inspectional-registration\n :alt: Build status\n\n.. image:: https://coveralls.io/repos/lambdalisue/django-inspectional-registration/badge.png?branch=master\n :target: https://coveralls.io/r/lambdalisue/django-inspectional-registration/\n :alt: Coverage\n\n.. image:: https://requires.io/github/lambdalisue/django-inspectional-registration/requirements.svg?branch=master\n :target: https://requires.io/github/lambdalisue/django-inspectional-registration/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://landscape.io/github/lambdalisue/django-inspectional-registration/master/landscape.svg?style=flat\n :target: https://landscape.io/github/lambdalisue/django-inspectional-registration/master\n :alt: Code Health\n\n.. image:: https://scrutinizer-ci.com/g/lambdalisue/django-inspectional-registration/badges/quality-score.png?b=master\n :target: https://scrutinizer-ci.com/g/lambdalisue/django-inspectional-registration/inspections\n :alt: Inspection\n\n\nAuthor\n Alisue \nSupported python versions\n 2.6, 2.7, 3.2, 3.3, 3.4, 3.5\nSupported django versions\n 1.5 - 1.10\n\ndjango-inspectional-registration is a enhanced application of\ndjango-registration_. The following features are available\n\n- Inspection steps for registration. You can accept or reject the account\n registration before sending activation key to the user.\n\n- Password will be filled in after the activation step to prevent that the\n user forget them previously filled password in registration step (No\n password filling in registration step)\n\n- Password can be generated programatically and force to activate the\n user. The generated password will be sent to the user by e-mail.\n\n- Any Django models are available to use as supplemental information of\n registration if the models are subclasses of\n ``registration.supplements.RegistrationSupplementBase``. \n It is commonly used for inspection.\n\n- You can send any additional messages to the user in each steps\n (acceptance, rejection and activation)\n\n- The behaviors of the application are customizable with Backend feature.\n\n- The E-mails or HTMLs are customizable with Django template system.\n\n- Can be migrated from django-registration_ simply by south_\n\n- `django-mailer `_ compatible.\n Emails sent from the application will use django-mailer if 'mailer' is\n in your ``INSTALLED_APPS``\n\nThe difference with django-registration\n------------------------------------------------------------------------------\n\nWhile django-registration_ requires 3 steps for registration,\ndjango-inspectional-registration requires 5 steps and inspector for\nregistration.\n\n.. _django-registration: https://bitbucket.org/ubernostrum/django-registration/\n.. _south: http://south.aeracode.org/\n\nOnline documentation\n-------------------------------------------------------------------------------\nSee `django-inspectional-registration official documents `_ for more detail\n\n\nFor translators\n---------------------------------------------------------------------------------\nTo create a message file, execute the following command (with your language)\n\n.. code:: sh\n\n $ python manage.py makemessages -l ja\n\n\nYou can compile the latest message files with the following command\n\n.. code:: sh\n\n $ python setup.py compile_messages\n\nThe command above is automatically called before ``sdist`` command if you call\n``python manage.py sdist``.\n\n\nBackward incompatibility\n---------------------------------------------------------------------------------\nBecause of an `issue#24 `_, django-inspectional-registration add the following three new options.\n\n- ``REGISTRATION_DJANGO_AUTH_URLS_ENABLE``\n If it is ``False``, django-inspectional-registration do not define the views of django.contrib.auth.\n It is required to define these view manually. (Default: ``True``)\n- ``REGISTRATION_DJANGO_AUTH_URL_NAMES_PREFIX``\n It is used as a prefix string of view names of django.contrib.auth.\n For backward compatibility, set this value to ``'auth_'``. (Default: ``''``)\n- ``REGISTRATION_DJANGO_AUTH_URL_NAMES_SUFFIX``\n It is used as a suffix string of view names of django.contrib.auth.\n For backward compatibility, set this value to ``''``. (Default: ``''``)\n\nThis changes were introduced from version 0.4.0, to keep the backward compatibility, write the following in your settings module.\n\n.. code:: python\n\n REGISTRATION_DJANGO_AUTH_URLS_ENABLE = True\n REGISTRATION_DJANGO_AUTH_URL_NAMES_PREFIX = 'auth_'\n REGISTRATION_DJANGO_AUTH_URL_NAMES_SUFFIX = ''\n\nBecause of an `issue#36 `_, django-inspectional-registration add the following new option.\n\n- ``REGISTRATION_USE_OBJECT_PERMISSION``\n If it is ``True``, django-inspectional-registration pass ``obj`` to ``request.user.has_perm`` in ``RegistrationAdmin.has_*_permission()`` methods. A default permission backend of Django does not support object permission thus it should be ``False`` if you don't use extra permission backends such as `django-permission `_.\n\nThis change was introduced from version 0.4.7. To keep backward compatibility, write the following in your settings module.\n\n.. code:: python\n\n REGISTRATION_USE_OBJECT_PERMISSION = True", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lambdalisue/django-inspectional-registration/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lambdalisue/django-inspectional-registration", "keywords": "django app registration inspection", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-inspectional-registration", "package_url": "https://pypi.org/project/django-inspectional-registration/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-inspectional-registration/", "project_urls": { "Download": "https://github.com/lambdalisue/django-inspectional-registration/tarball/master", "Homepage": "https://github.com/lambdalisue/django-inspectional-registration" }, "release_url": "https://pypi.org/project/django-inspectional-registration/0.6.2/", "requires_dist": null, "requires_python": null, "summary": "Django registration app which required inspection step before activation", "version": "0.6.2" }, "last_serial": 2644088, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c8a70e8d8e4b9aef7d9a1a15c5a2777a", "sha256": "4284150fbdfad0af312dcb3e65be1e6ad267037209032c411a801db090daed24" }, "downloads": -1, "filename": "django-inspectional-registration-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8a70e8d8e4b9aef7d9a1a15c5a2777a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24129, "upload_time": "2012-02-23T13:25:07", "url": "https://files.pythonhosted.org/packages/52/4c/800429ddd4eaccf5328523667f118bc729edee8f7cab8b85f956ed554898/django-inspectional-registration-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c62cbac061291043c300f376a453045f", "sha256": "d0b1c3f02fcb49b662d0e4dc3c8dcc1f134709eeaf1fa294756677296e700996" }, "downloads": -1, "filename": "django-inspectional-registration-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c62cbac061291043c300f376a453045f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36461, "upload_time": "2012-02-23T18:32:27", "url": "https://files.pythonhosted.org/packages/7a/0c/4908e08d4112928b6bb684fb32dff79cc2aae2660a175e0571c8378e3220/django-inspectional-registration-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9d65614a561857561461e85ee45c3fca", "sha256": "e7ec0059e24419ec19fe00426707289df700b1b800044a80144323d4f7ca55a1" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9d65614a561857561461e85ee45c3fca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43810, "upload_time": "2012-02-24T19:54:45", "url": "https://files.pythonhosted.org/packages/ba/38/531bd8962990a83b56e23c6e4ddeae00530b0df0c10c80795658d3d4a607/django-inspectional-registration-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c8274e5e8f29a5622271d489176f6dfc", "sha256": "f383f9f3f073d89ff199989a21d983e6812da7159b997eb52add4392a3f598ea" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c8274e5e8f29a5622271d489176f6dfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43344, "upload_time": "2012-02-24T20:57:45", "url": "https://files.pythonhosted.org/packages/d2/93/496abafb3f636f6a7c5dd8bfb596f8fcf3beb0b3ac145ea10119028b0d1b/django-inspectional-registration-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "d9c48f25fb61cff80a153f4f15abdacb", "sha256": "c8e3527d0ee9b4af927af6eb98d3cb3992aa805c30343ce1eadff6578266a5dc" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.10.tar.gz", "has_sig": false, "md5_digest": "d9c48f25fb61cff80a153f4f15abdacb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147525, "upload_time": "2012-02-28T11:12:56", "url": "https://files.pythonhosted.org/packages/35/9d/443a6068a419812da80893913dda3eddf77bcb6475dfcf89d9ccda46b501/django-inspectional-registration-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "01d6d4f97768628cb2d4e78cb33b48df", "sha256": "5e518bbee904c62e5e2261579e4b4c5f00fe6499a6169f6eb321b07b220cc7fb" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.11.tar.gz", "has_sig": false, "md5_digest": "01d6d4f97768628cb2d4e78cb33b48df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150234, "upload_time": "2012-03-02T09:50:44", "url": "https://files.pythonhosted.org/packages/f6/7d/88295dfa5a5b7a7e6f4abb46b15d0c8645fc42c865b0032aa65958fb9559/django-inspectional-registration-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "36d678d81ae3561caca7921d2098116b", "sha256": "7a3fac8657bceba43c720319d13d5c6e163845b3665c892e7107405faab7a6b0" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.12.tar.gz", "has_sig": false, "md5_digest": "36d678d81ae3561caca7921d2098116b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147612, "upload_time": "2012-03-08T17:05:18", "url": "https://files.pythonhosted.org/packages/96/95/0d1f87084b141a125bdaafc4530f00b0b7956aece80c4fab1643750a7f30/django-inspectional-registration-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "4919c6a9579911facad7d41affb09d36", "sha256": "44721e9a79d8f9cd33e003977deb945c6106c167f872befcbe54e33636b81129" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.13.tar.gz", "has_sig": false, "md5_digest": "4919c6a9579911facad7d41affb09d36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147602, "upload_time": "2012-03-08T18:27:11", "url": "https://files.pythonhosted.org/packages/fe/1b/fd64e9d830e9dd0781d305645c0d976c15a04df3c8c112cbdec42387e9be/django-inspectional-registration-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "57f9cf6b85864fbe8914ec4118d60406", "sha256": "91977d87218768f7b98499fbfb07d01544d30269b5c5285b008d0615186b18d2" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.14.tar.gz", "has_sig": false, "md5_digest": "57f9cf6b85864fbe8914ec4118d60406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147610, "upload_time": "2012-03-08T20:33:00", "url": "https://files.pythonhosted.org/packages/71/81/b83d9b433f21523ff7cec4182efe7a750f1ba4ca4a4df9be3376743a90d2/django-inspectional-registration-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "9cc530e7a4e89e16dcbbab4a6ccaf365", "sha256": "b26244eff502cb9c769e0c6ac73e2ccd7e12bb1d3eccd83895b3f7805a6d7a1c" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.15.tar.gz", "has_sig": false, "md5_digest": "9cc530e7a4e89e16dcbbab4a6ccaf365", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147630, "upload_time": "2012-03-09T07:20:09", "url": "https://files.pythonhosted.org/packages/3e/2e/8e78e52beea8622f5d029b53cdc94f542960c1e6ea103f862d9b4888c14f/django-inspectional-registration-0.2.15.tar.gz" } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "564c80f294e6e81489a5ed9669c98d85", "sha256": "19ba3136b7f414cecb42dceb733a9700134ae9e8fb3d96743961d2bf69178f7e" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.16.tar.gz", "has_sig": false, "md5_digest": "564c80f294e6e81489a5ed9669c98d85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40036, "upload_time": "2013-06-13T06:32:13", "url": "https://files.pythonhosted.org/packages/6f/b7/4a88e926265c9069ea2844d39acdaa2be4ac5a365b48608edb39b0e55917/django-inspectional-registration-0.2.16.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "9926e05fd70df9091f942b3959dd3785", "sha256": "674a90576db8ec535ebbf84191d15a8fa25a17e9fc55ec2916d422f51bb4f110" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.17.tar.gz", "has_sig": false, "md5_digest": "9926e05fd70df9091f942b3959dd3785", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40123, "upload_time": "2013-06-13T13:30:10", "url": "https://files.pythonhosted.org/packages/6e/4e/6090dd67260f260543e6028d2d6a7dd62946357228abcc4c323fb334c44d/django-inspectional-registration-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "17ee3edaa5f7141ec25cd22ea70bb70f", "sha256": "d2019c53cf682a423ec787012e6feb74fe2722ec61e7fb6204bac0bdc1586379" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.18.tar.gz", "has_sig": false, "md5_digest": "17ee3edaa5f7141ec25cd22ea70bb70f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40089, "upload_time": "2013-06-13T16:57:24", "url": "https://files.pythonhosted.org/packages/59/27/7685f0927c94af5b4dd66bf0e1c5ed0775b3b7bb8bb0cef0e8a436e51575/django-inspectional-registration-0.2.18.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "5512d01947bb55574583128d2ea95052", "sha256": "c99c8beefb59e8e611438ec5a8f6e9df67d0d9c24a92f98d08d5dd100dd00889" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.2.tar.gz", "has_sig": false, "md5_digest": "5512d01947bb55574583128d2ea95052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130936, "upload_time": "2012-02-25T07:17:41", "url": "https://files.pythonhosted.org/packages/2a/77/9cfd46f528cfe8b7c5c37b8f155a5dfa3e3569c63c09efea7b2a759e7be4/django-inspectional-registration-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c112885148311fc793bb931ac62e98aa", "sha256": "f4cbb32840547b6d450cc995a93daa96377f73874d3ebb5e4cfcd75c6b4647bf" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c112885148311fc793bb931ac62e98aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139008, "upload_time": "2012-02-26T10:06:21", "url": "https://files.pythonhosted.org/packages/12/3c/241d7530751f1226d83cec66e0cfe2587a09498cd4d4c8dda384f62498a4/django-inspectional-registration-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "ba33c3f46e0effa9a2b5afdfa5f287ab", "sha256": "e5f9ce922f199ece82b415eb55081535c665086f49ce758bfa78687df7f3bf02" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.4.tar.gz", "has_sig": false, "md5_digest": "ba33c3f46e0effa9a2b5afdfa5f287ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139117, "upload_time": "2012-02-26T13:28:30", "url": "https://files.pythonhosted.org/packages/9c/ca/48cb1d68dbd65fd34945f2d56020349c7284bf4b76de52570c465c2cf4eb/django-inspectional-registration-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "2888f02c3bd3085c60487bdcae1cd83a", "sha256": "0ee88fe188d10636054578b0d96fa679a21c9bb54d2669d95796ccb36783017b" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.5.tar.gz", "has_sig": false, "md5_digest": "2888f02c3bd3085c60487bdcae1cd83a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139382, "upload_time": "2012-02-26T13:28:48", "url": "https://files.pythonhosted.org/packages/05/18/aab1dbb4e438ced554db2d405d3d752bd019535ccd3082e7faf34bf63298/django-inspectional-registration-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "d92a59aebb0f9981c83ec210e2dac2f1", "sha256": "ca0425f3837896743f8f06fb71ba5ad57e030d1a8906ad052443070399249e4c" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.6.tar.gz", "has_sig": false, "md5_digest": "d92a59aebb0f9981c83ec210e2dac2f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139568, "upload_time": "2012-02-26T13:28:58", "url": "https://files.pythonhosted.org/packages/89/d4/159a3d570bf82bf397733defe3e39c31d0f995edc7df4e2245f513f76f42/django-inspectional-registration-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "d824607503c7e8d9858642f021155513", "sha256": "76256cce8624e35b29ebebc25764ec1154e25e90edd90d745e116a1b517114e9" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.7.tar.gz", "has_sig": false, "md5_digest": "d824607503c7e8d9858642f021155513", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144889, "upload_time": "2012-02-26T15:59:48", "url": "https://files.pythonhosted.org/packages/f1/5f/8a8499c8027f9b15f83072db0817791ada803f7399980b54dd796279219e/django-inspectional-registration-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "6910b4fd54eebaf7ff09929d4956b500", "sha256": "29bb2db95bc085c5f065fb2e9efa57ec00adf79bf90bb25565ef0ec6eae99b3a" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.8.tar.gz", "has_sig": false, "md5_digest": "6910b4fd54eebaf7ff09929d4956b500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145382, "upload_time": "2012-02-26T16:28:18", "url": "https://files.pythonhosted.org/packages/77/0e/0a80433c967cb826123bb584910725b36d705bce301b024910103a7a9b9e/django-inspectional-registration-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "47c88e467c8fb5aaaff5891e3092b03e", "sha256": "b9e92f8325bbf6be8845e6c9413f4c1be91c9f42b9593ffa1d7b39ffac72e870" }, "downloads": -1, "filename": "django-inspectional-registration-0.2.9.tar.gz", "has_sig": false, "md5_digest": "47c88e467c8fb5aaaff5891e3092b03e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146299, "upload_time": "2012-02-26T18:17:25", "url": "https://files.pythonhosted.org/packages/71/98/664c47d5daabe32120c6a38d35c2cc1b353637b519f350df89aa4025b48d/django-inspectional-registration-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2db80498badb85dfcd8294edfff8f0b8", "sha256": "5b768efd2f201466c5dace2da43ccef671c2784996bb2a4cf1f36c884aa5baf7" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.0.tar.gz", "has_sig": false, "md5_digest": "2db80498badb85dfcd8294edfff8f0b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40958, "upload_time": "2014-01-23T11:30:54", "url": "https://files.pythonhosted.org/packages/9f/74/3724533854d0e6f3c07acd585ea9b954146da5e6356c8a660de9dac053df/django-inspectional-registration-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "4994ec126fbbe90d06fac6908a3e5aa6", "sha256": "e1d1a8cc32075165e07dc79fdc9033975a5ca57d16fbdfa08514d45e230e81d1" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.1.tar.gz", "has_sig": false, "md5_digest": "4994ec126fbbe90d06fac6908a3e5aa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40978, "upload_time": "2014-01-23T12:19:33", "url": "https://files.pythonhosted.org/packages/a4/5b/c93be41970236f3651f8ca974df8c50eb162d23738d6042225fec84a3b9e/django-inspectional-registration-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "8875e6668d58681dae3f9d60089dd64e", "sha256": "06fc342bb652d776cd5c6c9543b778ac3459b07ed2d42b16168f848259659807" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.2.tar.gz", "has_sig": false, "md5_digest": "8875e6668d58681dae3f9d60089dd64e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139942, "upload_time": "2014-04-23T00:00:04", "url": "https://files.pythonhosted.org/packages/7f/aa/ee590094612e6a88065178e9ed8dfabe80eeaa652b285e7a8efab0b5d383/django-inspectional-registration-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "8147c91b6df29e5cbc3e116c99cc0486", "sha256": "7259070eb035f6cbbece248195276f2cfd95419649251572bb24dbf4f5f7dfc1" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.3.tar.gz", "has_sig": false, "md5_digest": "8147c91b6df29e5cbc3e116c99cc0486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140409, "upload_time": "2014-04-23T06:05:23", "url": "https://files.pythonhosted.org/packages/b5/db/4fbb0c826d3b866e3169bf5d0c23eddbd8db5aa7b1a1a0c594236b75882b/django-inspectional-registration-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "164243b8c90479b3aefcf661777aac64", "sha256": "b11668d9e4a77acf32fc4da6f12b161edf40b72d5c609ed01e1f13d8c67e54f5" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.4.tar.gz", "has_sig": false, "md5_digest": "164243b8c90479b3aefcf661777aac64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141581, "upload_time": "2014-05-24T18:12:39", "url": "https://files.pythonhosted.org/packages/7b/12/2c6967285e04406626133aaaa22eff964acafec1258a598453d37e2f3123/django-inspectional-registration-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "283d1b349477faf6348f2c8bcbced756", "sha256": "9957b5f72820b1555a9036e25b5589e046da74a4759ad3219f1eba7b5f0d1f3d" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.5.tar.gz", "has_sig": false, "md5_digest": "283d1b349477faf6348f2c8bcbced756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144340, "upload_time": "2014-05-25T22:46:44", "url": "https://files.pythonhosted.org/packages/4d/dc/f45640eb0457df94f2e5359cad75f5d63466eb450f06c0096d13cafabab8/django-inspectional-registration-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "efb69ce3fc723147d346f8a9310984e2", "sha256": "4ed01a4af75592f1667bb8eb9abada940c723af39ce794b39c3afd7a906dadd4" }, "downloads": -1, "filename": "django-inspectional-registration-0.3.6.tar.gz", "has_sig": false, "md5_digest": "efb69ce3fc723147d346f8a9310984e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144339, "upload_time": "2014-05-26T03:04:14", "url": "https://files.pythonhosted.org/packages/a2/cb/2e4ddd5f3884fafd707617b8a76da4d937a772b1c58bb37ae92960860d0e/django-inspectional-registration-0.3.6.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "258790a320947dbdf528facd1cc00856", "sha256": "b094baee94b826105e2626183e79ac57d3e49c4dc1ad479d03a1f6e58f9e923d" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.0.tar.gz", "has_sig": false, "md5_digest": "258790a320947dbdf528facd1cc00856", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145861, "upload_time": "2014-05-27T05:19:39", "url": "https://files.pythonhosted.org/packages/5c/5c/deabc341e1bd767c5f47619635504b526e13cc834474a3e129215278d6d2/django-inspectional-registration-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "fba76cbe9531e1bf3549b12fc1481f07", "sha256": "842a5dd4a2646cd84de43065b8dee324d119e24d909b3187776c5d2a407cbb57" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.1.tar.gz", "has_sig": false, "md5_digest": "fba76cbe9531e1bf3549b12fc1481f07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145891, "upload_time": "2014-05-27T11:32:53", "url": "https://files.pythonhosted.org/packages/59/5c/bc50c299b5649bb6f8d8b7c35c0e843e164043383c9601f72d928e339fa9/django-inspectional-registration-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "4389b13e99ca35f41cc0eb5015548237", "sha256": "060eba1b82c49d2980b00eb9c80a14454850b3921afcd4e483af256ea8a2380b" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.2.tar.gz", "has_sig": false, "md5_digest": "4389b13e99ca35f41cc0eb5015548237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53077, "upload_time": "2014-07-15T09:12:45", "url": "https://files.pythonhosted.org/packages/68/5d/69f9c442f314079c0507634ee0aee503d5dcf37f8cc23a0181d715141d5b/django-inspectional-registration-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "aa2a6b1e3bc045c8c4542f79cde8fe72", "sha256": "73df05e696b222b06a4bd89fed2005d57376eb9c7cecb13b859a3b30a4a781bb" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.3.tar.gz", "has_sig": false, "md5_digest": "aa2a6b1e3bc045c8c4542f79cde8fe72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54248, "upload_time": "2014-08-16T17:11:04", "url": "https://files.pythonhosted.org/packages/55/37/901a72ebbb3eb852a8bafba504218771829d11d545080ebda2e2a9c6ba8d/django-inspectional-registration-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "58dadcfb850f7345cddead16bd5aa8ec", "sha256": "37ac0b94a52829020fed0932ec83631d131a89cbea8750445d1c9c4dd9efde77" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.4.tar.gz", "has_sig": false, "md5_digest": "58dadcfb850f7345cddead16bd5aa8ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54279, "upload_time": "2014-11-20T16:48:57", "url": "https://files.pythonhosted.org/packages/d5/2f/f0e673e5ecbf71e31c38782dae5a5d35a9274cf68fc21932efaad105c2af/django-inspectional-registration-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "fdb60bb1eab80b9e5df12804f37e225c", "sha256": "193f6fd715abcd67749c15eff70bfe4ed693be87dc50605742336b855c5c4e07" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.5.tar.gz", "has_sig": false, "md5_digest": "fdb60bb1eab80b9e5df12804f37e225c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54417, "upload_time": "2014-11-27T10:29:09", "url": "https://files.pythonhosted.org/packages/48/ed/69106ef1e5476bb750ae5f0eb7c802af862115ed7bb2f6a4193caa6bf303/django-inspectional-registration-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "75ea76d0fa05eed270e429416d1cd4e0", "sha256": "acf321308ae78f708ee1afe03e2125f1a2b0d2747c01961b8890c24baf980101" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.6.tar.gz", "has_sig": false, "md5_digest": "75ea76d0fa05eed270e429416d1cd4e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53186, "upload_time": "2014-12-15T13:28:33", "url": "https://files.pythonhosted.org/packages/01/69/83a15380153d630a1e5233273a4f340c80cd80852414b01492074db3ce92/django-inspectional-registration-0.4.6.tar.gz" } ], "0.4.7": [], "0.4.8": [ { "comment_text": "", "digests": { "md5": "ce20434f9542d62c4fd4169154bdb1dd", "sha256": "64a5880f2109c73639cd013066d1153022fa7a7486c6691793999f61e0ac4f81" }, "downloads": -1, "filename": "django-inspectional-registration-0.4.8.tar.gz", "has_sig": false, "md5_digest": "ce20434f9542d62c4fd4169154bdb1dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52503, "upload_time": "2015-05-28T06:47:23", "url": "https://files.pythonhosted.org/packages/a8/47/a9e3745de44df1462352c2dd0f569091c587aa8223fe827494ecfc268a5b/django-inspectional-registration-0.4.8.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "4d9312933f458d1c603390c2a366971c", "sha256": "82e589b89884a78c5ef45f78d3fa75fee54a4eeac263b0ca1fb72dfb7e09818c" }, "downloads": -1, "filename": "django-inspectional-registration-0.5.0.tar.gz", "has_sig": false, "md5_digest": "4d9312933f458d1c603390c2a366971c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53477, "upload_time": "2015-06-13T10:14:35", "url": "https://files.pythonhosted.org/packages/38/22/c6f030f45452944e93fa18e6cb29f9a96112921141832b5ecdc2e5664766/django-inspectional-registration-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "4b232d4598da34736f1624f50e813d5f", "sha256": "8c50e80f22fdffffd2acfc252b8d4ee91a8ed9bb94d436070997957268f8c977" }, "downloads": -1, "filename": "django-inspectional-registration-0.6.0.tar.gz", "has_sig": false, "md5_digest": "4b232d4598da34736f1624f50e813d5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55912, "upload_time": "2016-01-17T15:25:17", "url": "https://files.pythonhosted.org/packages/b4/e6/13f381672f4040ed99f8b1e9668cf996c81111de228c8e7c3d9ff8ebedba/django-inspectional-registration-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "993863c46280e5fbb0a4fd8cedde98e7", "sha256": "e710bfcc0e3db58049b258e69f96abd658dc22875a1cb1039d4fbf8f4b225633" }, "downloads": -1, "filename": "django-inspectional-registration-0.6.1.tar.gz", "has_sig": false, "md5_digest": "993863c46280e5fbb0a4fd8cedde98e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65049, "upload_time": "2016-08-06T06:58:30", "url": "https://files.pythonhosted.org/packages/80/73/0ff5f2507607e2aad4160d308d94891e48da3b5420dff79e260487e352d0/django-inspectional-registration-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "15d9c43c804377447cb136464b91f68c", "sha256": "b0a166fc90a0b0fa5a79c2d92cd3d35598bae2cc31b117513db8bb48c502a3b3" }, "downloads": -1, "filename": "django-inspectional-registration-0.6.2.tar.gz", "has_sig": false, "md5_digest": "15d9c43c804377447cb136464b91f68c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65456, "upload_time": "2017-02-15T15:11:00", "url": "https://files.pythonhosted.org/packages/1f/5c/d4330cd8371d0327b1f4939d698c140d4929abeaa502d56abf73b38f1c74/django-inspectional-registration-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15d9c43c804377447cb136464b91f68c", "sha256": "b0a166fc90a0b0fa5a79c2d92cd3d35598bae2cc31b117513db8bb48c502a3b3" }, "downloads": -1, "filename": "django-inspectional-registration-0.6.2.tar.gz", "has_sig": false, "md5_digest": "15d9c43c804377447cb136464b91f68c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65456, "upload_time": "2017-02-15T15:11:00", "url": "https://files.pythonhosted.org/packages/1f/5c/d4330cd8371d0327b1f4939d698c140d4929abeaa502d56abf73b38f1c74/django-inspectional-registration-0.6.2.tar.gz" } ] }