{ "info": { "author": "Andrzej Pragacz", "author_email": "apragacz@o2.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP" ], "description": "# Django REST Registration\n\n[![Build Status](https://travis-ci.org/apragacz/django-rest-registration.svg?branch=master)](https://travis-ci.org/apragacz/django-rest-registration)\n[![Codecov Coverage](https://img.shields.io/codecov/c/github/apragacz/django-rest-registration/master.svg)](https://codecov.io/github/apragacz/django-rest-registration?branch=master)\n[![PyPi Version](https://img.shields.io/pypi/v/django-rest-registration.svg)](https://pypi.python.org/pypi/django-rest-registration/)\n[![Documentation Status](https://readthedocs.org/projects/django-rest-registration/badge/?version=latest)](https://django-rest-registration.readthedocs.io/en/latest/?badge=latest)\n\nUser registration REST API, based on Django REST Framework.\n\nFull documentation for the project is available at [https://django-rest-registration.readthedocs.io/](https://django-rest-registration.readthedocs.io/).\n\n## Requirements\n\n* Django (1.10+, 2.0+) and Django-REST-Framework (3.3+)\n* Python 3.4 or higher (no Python 2 support!)\n\n## Features\n\n* Supported views:\n * registration (sign-up) with verification\n * login/logout (sign-in), session- or token-based\n * user profile (retrieving / updating)\n * reset password\n * change password\n * register (change) e-mail\n* Views are compatible with [django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)\n* Views can be authenticated via session or auth token\n* Modeless (uses the user defined by `settings.AUTH_USER_MODEL` and also uses [cryptographic signing](https://docs.djangoproject.com/en/dev/topics/signing/) instead of profile models)\n* Uses [password validation](https://docs.djangoproject.com/en/dev/topics/auth/passwords/#password-validation)\n* Heavily tested (Above 98% code coverage)\n\n\n## Current limitations\n\n* Supports only one email per user (as model field)\n* No JWT support (but you can use it along libraries like [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt))\n\n\n## Installation & Configuration\n\nYou can [install](https://django-rest-registration.readthedocs.io/en/latest/install.html)\nDjango REST Registration latest version via pip:\n\n pip install django-rest-registration\n\nThen, you should add it to the `INSTALLED_APPS` so the app templates\nfor notification emails can be accessed:\n\n```python\nINSTALLED_APPS=(\n ...\n\n 'rest_registration',\n)\n```\nAfter that, you can use the urls in your urlconfig, for instance (using new Django 2.x syntax):\n\n```python\napi_urlpatterns = [\n ...\n\n path('accounts/', include('rest_registration.api.urls')),\n]\n\n\nurlpatterns = [\n ...\n\n path('api/v1/', include(api_urlpatterns)),\n]\n```\n\nIn Django 1.x you can use old `url` instead of `path`.\n\nYou can configure Django REST Registraton using the `REST_REGISTRATION`\nsetting in your Django settings (similarly to Django REST Framework).\n\nBelow is sample, minimal config you can provide in your django settings which will satisfy the system checks:\n\n```python\nREST_REGISTRATION = {\n 'REGISTER_VERIFICATION_ENABLED': False,\n 'RESET_PASSWORD_VERIFICATION_ENABLED': False,\n 'REGISTER_EMAIL_VERIFICATION_ENABLED': False,\n}\n```\n\nHowever, the preferred base configuration would be:\n\n```python\nREST_REGISTRATION = {\n 'REGISTER_VERIFICATION_URL': 'https://frontend-host/verify-user/',\n 'RESET_PASSWORD_VERIFICATION_URL': 'https://frontend-host/reset-password/',\n 'REGISTER_EMAIL_VERIFICATION_URL': 'https://frontend-host/verify-email/',\n\n 'VERIFICATION_FROM_EMAIL': 'no-reply@example.com',\n}\n```\n\nThe frontend urls are not provided by the library but should be provided\nby the user of the library, because Django REST Registration is frontend-agnostic.\nThe frontend urls will receive parameters as GET query and should pass\nthem to corresponding REST API views via HTTP POST request.\n\nIn case when any verification is enabled (which is the default!),\nyour Django application needs to be\n[properly configured so it can send e-mails](https://docs.djangoproject.com/en/dev/topics/email/).\n\nYou can read more about basic configuration\n[here](https://django-rest-registration.readthedocs.io/en/latest/quickstart.html).\n\nYou can read more about detailed configuration\n[here](https://django-rest-registration.readthedocs.io/en/latest/detailed_configuration/).\n\n## Configuration options\n\nYou can find all `REST_REGISTRATION` configuration options\n[here](https://django-rest-registration.readthedocs.io/en/latest/detailed_configuration/all_settings.html).\n\n\n", "description_content_type": "text/markdown; charset=UTF-8", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/apragacz/django-rest-registration", "keywords": "django,rest,api,auth,rest-framework,registration,register,login,reset-password,register-email,change-email,sign-up,sign-in", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-rest-registration", "package_url": "https://pypi.org/project/django-rest-registration/", "platform": "", "project_url": "https://pypi.org/project/django-rest-registration/", "project_urls": { "Bug Tracker": "https://github.com/apragacz/django-rest-registration/issues", "Documentation": "https://django-rest-registration.readthedocs.io/", "Homepage": "https://github.com/apragacz/django-rest-registration", "Source Code": "https://github.com/apragacz/django-rest-registration" }, "release_url": "https://pypi.org/project/django-rest-registration/0.5.2/", "requires_dist": [ "Django (>=1.10)", "djangorestframework (<3.10,>=3.3)" ], "requires_python": ">=3.4", "summary": "User registration REST API, based on django-rest-framework", "version": "0.5.2" }, "last_serial": 5965640, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "ab95aedea5f8c7a3a3b74d9fa5f3749e", "sha256": "ae1a3b26f93669679d494f07e2694b6f5ff9b9720706f05c5ca7c021486d95c4" }, "downloads": -1, "filename": "django-rest-registration-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ab95aedea5f8c7a3a3b74d9fa5f3749e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11547, "upload_time": "2016-02-11T00:57:49", "url": "https://files.pythonhosted.org/packages/bc/fa/ee9b0095301b2ccae400c5f22493b4df93376ce4777aef1053a3c7cbea16/django-rest-registration-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "919739942f3c869d7a1e14bae92c0ac1", "sha256": "44cb12130cb95d7883973c391fae9e0aebf3072061d545bf3a9d6d5c612e07e8" }, "downloads": -1, "filename": "django-rest-registration-0.2.0.tar.gz", "has_sig": false, "md5_digest": "919739942f3c869d7a1e14bae92c0ac1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13039, "upload_time": "2016-02-20T01:41:57", "url": "https://files.pythonhosted.org/packages/3f/b4/8eefe759b98d969c20f23d9b873afa29b99f174306572d775e528e8c06c3/django-rest-registration-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "17dd51ad3b0c036b097b5c8c734302dd", "sha256": "70e5b1f0cabb1d7f7d580645ffcc8b1555427ecbba27ebb1ea0982d05db17437" }, "downloads": -1, "filename": "django-rest-registration-0.2.1.tar.gz", "has_sig": false, "md5_digest": "17dd51ad3b0c036b097b5c8c734302dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12882, "upload_time": "2018-01-16T14:41:40", "url": "https://files.pythonhosted.org/packages/1e/39/8e884a759883980d77174528959a248779d3c8c8569846a19ce0b0681eb5/django-rest-registration-0.2.1.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "d41e96c33f9b92e8f86bdf329da7b71d", "sha256": "f844037471fba04691858871414ba1a52619e573c23f9634be0e68eed42359ad" }, "downloads": -1, "filename": "django-rest-registration-0.2.4.tar.gz", "has_sig": false, "md5_digest": "d41e96c33f9b92e8f86bdf329da7b71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13631, "upload_time": "2018-01-17T01:03:43", "url": "https://files.pythonhosted.org/packages/d7/6d/75614e7e9bda13e6beddf4bb92c70fd815b50ea3a9746de5a8a90e94443b/django-rest-registration-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a395c0b47f2b0250f01c85593a6f882f", "sha256": "b8d1b0c63c93df900a26df5245305cd5d4202f053cdec0e081387706cde4ed0b" }, "downloads": -1, "filename": "django-rest-registration-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a395c0b47f2b0250f01c85593a6f882f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13575, "upload_time": "2018-01-16T15:37:21", "url": "https://files.pythonhosted.org/packages/f4/0a/d556b52560ac57a8b94ac48a065de3f1cf797ac815903002f49824518567/django-rest-registration-0.3.0.tar.gz" } ], "0.3.12": [ { "comment_text": "", "digests": { "md5": "f4bd500bc80a2104fca6f69701c4cb9a", "sha256": "1ae9befa5096ce85fa428c118c57a79516e91354cf296fc1da33e7c9b81b4197" }, "downloads": -1, "filename": "django_rest_registration-0.3.12-py3-none-any.whl", "has_sig": false, "md5_digest": "f4bd500bc80a2104fca6f69701c4cb9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 25298, "upload_time": "2018-06-17T22:37:39", "url": "https://files.pythonhosted.org/packages/76/0d/34732d1b305e4485ca26ae675302ceec096fb2a100195a8a4b5c3071b000/django_rest_registration-0.3.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2df5dd8b8c7b632c467ba3257f9d2f44", "sha256": "f7d711d61c24486c582205e64171837bdfaa14e1f80a612006780ead7b6a34f2" }, "downloads": -1, "filename": "django-rest-registration-0.3.12.tar.gz", "has_sig": false, "md5_digest": "2df5dd8b8c7b632c467ba3257f9d2f44", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 19953, "upload_time": "2018-06-17T22:37:41", "url": "https://files.pythonhosted.org/packages/c3/8a/f0b6e8398f356519f17a821a94a58ed7b312242a99e185d9a17874cf1a79/django-rest-registration-0.3.12.tar.gz" } ], "0.3.13": [ { "comment_text": "", "digests": { "md5": "b46fdea4a151b2db35a86ca25c5aaf10", "sha256": "f61edd141516eb34bfd465a74f2d95bce9fbebde3ff8ffd06ab8e407088d567c" }, "downloads": -1, "filename": "django_rest_registration-0.3.13-py3-none-any.whl", "has_sig": false, "md5_digest": "b46fdea4a151b2db35a86ca25c5aaf10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 29881, "upload_time": "2018-10-23T21:48:03", "url": "https://files.pythonhosted.org/packages/f9/81/3122097b08f3c1b8519ebf06e6d09b3793397298bd23744b6ca82ec85f5b/django_rest_registration-0.3.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "743c82ecf5b8500e26e14607cc66eaf3", "sha256": "59f3fdf09a71cc7ecf757798f6462921fba4f1330bddb4ee8306272ad31cc234" }, "downloads": -1, "filename": "django-rest-registration-0.3.13.tar.gz", "has_sig": false, "md5_digest": "743c82ecf5b8500e26e14607cc66eaf3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 20473, "upload_time": "2018-10-23T21:48:05", "url": "https://files.pythonhosted.org/packages/64/88/2b27e66fb830d03a49884d5ba3a0abfbd19a9dc212eea0f6bf2ff27ad4b1/django-rest-registration-0.3.13.tar.gz" } ], "0.3.14": [ { "comment_text": "", "digests": { "md5": "3cbf2e67e40c244557881f0dfe2315a2", "sha256": "6750e07f217342adf8ab059c9172c614d1f9079444b230cf4370df82f6d8874d" }, "downloads": -1, "filename": "django_rest_registration-0.3.14-py3-none-any.whl", "has_sig": false, "md5_digest": "3cbf2e67e40c244557881f0dfe2315a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 30948, "upload_time": "2019-01-13T18:10:46", "url": "https://files.pythonhosted.org/packages/67/7d/c500c130822f2dd4528b581027d5ba24719595cb376d9ffefc647a16c242/django_rest_registration-0.3.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "962476db4ef0f320d0c4441ccad9198e", "sha256": "f8405354e723069021bceb748a05e4dea4bf15a019b4cc58b7a64d279bbb5448" }, "downloads": -1, "filename": "django-rest-registration-0.3.14.tar.gz", "has_sig": false, "md5_digest": "962476db4ef0f320d0c4441ccad9198e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 21768, "upload_time": "2019-01-13T18:10:49", "url": "https://files.pythonhosted.org/packages/9f/8d/64c72642a977f5491cc0ebc85af662d85a8f7e2c6aa2c68fe143543c7584/django-rest-registration-0.3.14.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "1fa1867c974569a686362842d9c40386", "sha256": "c307723f9baddfe3abfe98257456254989dd5676dda13fa9c898701141c89b83" }, "downloads": -1, "filename": "django-rest-registration-0.3.3.tar.gz", "has_sig": false, "md5_digest": "1fa1867c974569a686362842d9c40386", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14377, "upload_time": "2018-01-17T00:56:54", "url": "https://files.pythonhosted.org/packages/05/a5/28517432683fdafb7ec55b93ef2ddce5019e081db28069f27944c3bd9d41/django-rest-registration-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "acc93c2dcccaff7cd0f81ba6e9a252da", "sha256": "6857ee84ca2816c47e9aa71fdeeab58a43bbc55584cf3c93abad074d8a57c8b6" }, "downloads": -1, "filename": "django-rest-registration-0.3.4.tar.gz", "has_sig": false, "md5_digest": "acc93c2dcccaff7cd0f81ba6e9a252da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14474, "upload_time": "2018-01-21T01:40:49", "url": "https://files.pythonhosted.org/packages/3b/ba/5fbe6129bee81bb61bd1d036b7fd0457eb7f40f76750a374ad82c4675b97/django-rest-registration-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "5bcf5de6b6379190e4d7a9b7d42cad1e", "sha256": "2c22300c18925abbaae7d18760f6ffb57a39f9e631fb5d38a475ab6a39c97db2" }, "downloads": -1, "filename": "django-rest-registration-0.3.5.tar.gz", "has_sig": false, "md5_digest": "5bcf5de6b6379190e4d7a9b7d42cad1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14538, "upload_time": "2018-01-22T23:51:35", "url": "https://files.pythonhosted.org/packages/fc/6a/2fe0652bb59301e92430bfcacc173f882c9ade0d06b9d8fcf26d2e704d92/django-rest-registration-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "1588b832622225b29eb2f075e6ef5e28", "sha256": "ba7d8c24fa20307f392d0a5fa9eb1c621d32d72111fb0b94edfcc33950760f7a" }, "downloads": -1, "filename": "django-rest-registration-0.3.6.tar.gz", "has_sig": false, "md5_digest": "1588b832622225b29eb2f075e6ef5e28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14598, "upload_time": "2018-02-01T20:59:47", "url": "https://files.pythonhosted.org/packages/71/04/d160b5fb696f493af56d6ed785cb607bb6731fd0f69a95aa60177f92e48a/django-rest-registration-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "1e65f1f42dc9527eb832037d0b593d8e", "sha256": "5ad9c466c6e56f7ec36f79a424214c9378babdf02786597b38c25cee12ad92bb" }, "downloads": -1, "filename": "django-rest-registration-0.3.7.tar.gz", "has_sig": false, "md5_digest": "1e65f1f42dc9527eb832037d0b593d8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15025, "upload_time": "2018-02-26T23:57:38", "url": "https://files.pythonhosted.org/packages/56/bc/1035c29cce165b13ab9e4e352ddfb9249882f6e4629d47065dc925e1b321/django-rest-registration-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "026baed488f4775ad65cc3ebe16c3e18", "sha256": "90b2ff0a0c1676e2aa6520315bb48ee2d07b8f068788ca8d1b5caff8b6c168e0" }, "downloads": -1, "filename": "django_rest_registration-0.3.8-py3-none-any.whl", "has_sig": false, "md5_digest": "026baed488f4775ad65cc3ebe16c3e18", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 21105, "upload_time": "2018-04-16T20:01:22", "url": "https://files.pythonhosted.org/packages/35/c4/9e5affdcd0261860247b6438c38b8481e2511ebb0a2b284f416a7da4ecbc/django_rest_registration-0.3.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96620b253a77b010d919f69bda6d7a95", "sha256": "9e162bc9d766934057a77a27060cb1cd380cb3e212d4552d7b2b6ccf46134612" }, "downloads": -1, "filename": "django-rest-registration-0.3.8.tar.gz", "has_sig": false, "md5_digest": "96620b253a77b010d919f69bda6d7a95", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 16776, "upload_time": "2018-04-16T20:01:24", "url": "https://files.pythonhosted.org/packages/29/b3/15dae7b8a179ce916198486c54bdbf638850e2680e013835b11ae49cace4/django-rest-registration-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "2564cf48a7df69492de6f7eaf2878fb3", "sha256": "7a4e86ef3703c63ed61914dc686424e6de4a2a37e318787da44f3a8232e9edfa" }, "downloads": -1, "filename": "django_rest_registration-0.3.9-py3-none-any.whl", "has_sig": false, "md5_digest": "2564cf48a7df69492de6f7eaf2878fb3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 21445, "upload_time": "2018-04-21T00:35:12", "url": "https://files.pythonhosted.org/packages/39/8c/fd7112a58e98b4e227562752cfb3da062c40915539b11c695cf4649ca850/django_rest_registration-0.3.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44e39fb7efd7186f5b3f0da6027ae6b0", "sha256": "f019bf15b8944c99d3ad09ed6e2fede9767b88c3707a3d7c0eac21640b85c5c4" }, "downloads": -1, "filename": "django-rest-registration-0.3.9.tar.gz", "has_sig": false, "md5_digest": "44e39fb7efd7186f5b3f0da6027ae6b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 17031, "upload_time": "2018-04-21T00:35:15", "url": "https://files.pythonhosted.org/packages/10/80/c98f84f49f4da5b647c708fc865c8a7f541e63b33dda1444e35f36cbd186/django-rest-registration-0.3.9.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "c403920da68913acf755b397c1264cbb", "sha256": "b8d2b2aa96adfdc05c5122c6f31eaaecb5a518bdc726a054ec340eac774834e0" }, "downloads": -1, "filename": "django_rest_registration-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c403920da68913acf755b397c1264cbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 31124, "upload_time": "2019-02-13T00:05:42", "url": "https://files.pythonhosted.org/packages/67/64/65c80496ec31321fe398db17c5d076247b507eafd4a2ffbbe9c71fc952d9/django_rest_registration-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44f8d3bf115c7d2a6816f16d713150db", "sha256": "c0a5c2fe4f43a51bf9e16cbc8e967ee21bb6766373109b4e1518e2c1e9ecc0f0" }, "downloads": -1, "filename": "django-rest-registration-0.4.0.tar.gz", "has_sig": false, "md5_digest": "44f8d3bf115c7d2a6816f16d713150db", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 21469, "upload_time": "2019-02-13T00:05:44", "url": "https://files.pythonhosted.org/packages/cb/70/379b9d85fb118cbcaba59542b6ac90bdeb6137ec95bcaf203ea29c3174fe/django-rest-registration-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "129e14877fbe23b7a3ca4c1c1193d614", "sha256": "ed8948ef4aec24f676ebde015e033990c84c121c6eaa45066606333f8b278630" }, "downloads": -1, "filename": "django_rest_registration-0.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "129e14877fbe23b7a3ca4c1c1193d614", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 32168, "upload_time": "2019-02-25T21:20:17", "url": "https://files.pythonhosted.org/packages/cc/0f/e7c3b672878a9adb8f40c82bee5b27e3cd672e06a4c52393b181061f0935/django_rest_registration-0.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbe46d5de604424619dd86b80058d14e", "sha256": "00eb30e12238db1d8fa3cc0703717d570047bc86c446107623caf5c0eaee22e7" }, "downloads": -1, "filename": "django-rest-registration-0.4.1.tar.gz", "has_sig": false, "md5_digest": "cbe46d5de604424619dd86b80058d14e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 22412, "upload_time": "2019-02-25T21:20:19", "url": "https://files.pythonhosted.org/packages/da/e4/1f1437ff59019f15cd75fc32e8d2e1caefb616fdee0cc5ae957163672dee/django-rest-registration-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "cc7dd294e204defa0a6f0483bf403e40", "sha256": "ffed1191da28923824eba067ca0f8892b4b4f542d41d17c4c88caa61c3d1073a" }, "downloads": -1, "filename": "django_rest_registration-0.4.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cc7dd294e204defa0a6f0483bf403e40", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 30526, "upload_time": "2019-04-03T22:01:45", "url": "https://files.pythonhosted.org/packages/43/95/b13addf88f186cba810236ee28ffb503e43bd7772e8328e66b5cc5bc9d9d/django_rest_registration-0.4.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdbe969e719077828a3d10cac869fe4c", "sha256": "b951f494efb0e1860909d73429adb306d0eeb5b384b969319dac97df1a52ee32" }, "downloads": -1, "filename": "django-rest-registration-0.4.2.tar.gz", "has_sig": false, "md5_digest": "bdbe969e719077828a3d10cac869fe4c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 22871, "upload_time": "2019-04-03T22:01:47", "url": "https://files.pythonhosted.org/packages/b9/cb/ead93939e1cea769463050ba7da9175d5240069b81ca23f8762b8d2b99bf/django-rest-registration-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "b90acf15270384c4a45dededcda16a6d", "sha256": "703fca532c54e50a2007a0766ca7f0e5547f57944cb04a1f67e44c8f9a87a375" }, "downloads": -1, "filename": "django_rest_registration-0.4.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b90acf15270384c4a45dededcda16a6d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 29598, "upload_time": "2019-04-15T18:41:55", "url": "https://files.pythonhosted.org/packages/fc/f7/9cf7f15d1d72f902acf1c6f60dff4136a3c5a76d408f2534f7fce7c66c94/django_rest_registration-0.4.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18f6ecd6f9c8c1133fc41fcc4aa27539", "sha256": "b43ee017d69eb94cce3acff03118fba9a195bd993f19b1402e3733f707b10536" }, "downloads": -1, "filename": "django-rest-registration-0.4.3.tar.gz", "has_sig": false, "md5_digest": "18f6ecd6f9c8c1133fc41fcc4aa27539", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 20662, "upload_time": "2019-04-15T18:41:57", "url": "https://files.pythonhosted.org/packages/fa/ea/02bfecc5d9018482f6b5ec5b66bb2c062fcbdb89d08ebb740ea47fea13f8/django-rest-registration-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "c8d653c5f25b9727cd0da940ddd0fcaa", "sha256": "2a9ace774d118faef10cbf189c68b238bf5141ccc18623f275dfc06bc964b4e5" }, "downloads": -1, "filename": "django_rest_registration-0.4.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c8d653c5f25b9727cd0da940ddd0fcaa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 32035, "upload_time": "2019-05-10T11:44:13", "url": "https://files.pythonhosted.org/packages/78/73/0bfa7d79988637d17e2ddae55070d86318107fcb0106d816fd13d90827cc/django_rest_registration-0.4.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f225a159652af6d90e75a1bf2e02577", "sha256": "d46aca6586d11b98dfd2dec6e8e205b4b1073121920ce9572e600285a7088d90" }, "downloads": -1, "filename": "django-rest-registration-0.4.4.tar.gz", "has_sig": false, "md5_digest": "2f225a159652af6d90e75a1bf2e02577", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 20944, "upload_time": "2019-05-10T11:44:15", "url": "https://files.pythonhosted.org/packages/02/3b/946e30821ca24f6435b26ef276d497a2f5a52a588c2096afea405419fb1a/django-rest-registration-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "c05e4e29eccec042734111b72225b9be", "sha256": "2723eccc51aa0f75d5d482e4dabb99ed44d873a26b6f0060c2a43635cf128a8b" }, "downloads": -1, "filename": "django_rest_registration-0.4.5-py3-none-any.whl", "has_sig": false, "md5_digest": "c05e4e29eccec042734111b72225b9be", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 30803, "upload_time": "2019-05-18T18:33:24", "url": "https://files.pythonhosted.org/packages/15/f3/2d5a1f2d43cbe3e9bd1b8cf1132ca144f33534e30d21630c5515fabcc11a/django_rest_registration-0.4.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "803509cdc4b8dab589f59fc65628423d", "sha256": "abc575be426307fe28679d3c73f8cb188363ba20076d2e0390ebda42774ffdbc" }, "downloads": -1, "filename": "django-rest-registration-0.4.5.tar.gz", "has_sig": false, "md5_digest": "803509cdc4b8dab589f59fc65628423d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 21524, "upload_time": "2019-05-18T18:33:27", "url": "https://files.pythonhosted.org/packages/50/0b/a4ff61268c45b6d936e368f5f1dfce4e8d55b9beb0b131016adb610df768/django-rest-registration-0.4.5.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "c9d79eae936c207b061f04cfe670843f", "sha256": "71a0636835f19f0565fed6d516a1be9b76df8498adbfd962199a8b106d2457e7" }, "downloads": -1, "filename": "django_rest_registration-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c9d79eae936c207b061f04cfe670843f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 31398, "upload_time": "2019-06-30T23:21:31", "url": "https://files.pythonhosted.org/packages/22/78/cfacee31c7fd7685c4ad183eb63c874e3832065c1026a14442e23a49a444/django_rest_registration-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e65e0fe5b346fbb0943118c4bee1826", "sha256": "893427b6a8507d278fd034b54865ab0ab56ee4ae839d961df092b2155c43e32b" }, "downloads": -1, "filename": "django-rest-registration-0.5.0.tar.gz", "has_sig": false, "md5_digest": "0e65e0fe5b346fbb0943118c4bee1826", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 21771, "upload_time": "2019-06-30T23:21:33", "url": "https://files.pythonhosted.org/packages/6d/2a/f663f466e1d093291923cad37eb7dce22e43937ff771807003593bc4b043/django-rest-registration-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "8c5c6209bdda7f0a1a63827cc7b05363", "sha256": "5f8c9b0a994c3a6767eb8c4068f65068c335ee1da36e8f73687c1f218b454a9f" }, "downloads": -1, "filename": "django_rest_registration-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8c5c6209bdda7f0a1a63827cc7b05363", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 34162, "upload_time": "2019-08-20T08:55:55", "url": "https://files.pythonhosted.org/packages/8a/ac/3217f8eb1b8980d7c7fd10dfa84df22ee6419c4a2c28421586ab29f47f69/django_rest_registration-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83dca8fa77f5132fa2e303339dba6390", "sha256": "b251cbe9de2dc4b3f5b8e8cbef45139bc219a2465979ea296bb13842a8872de4" }, "downloads": -1, "filename": "django-rest-registration-0.5.1.tar.gz", "has_sig": false, "md5_digest": "83dca8fa77f5132fa2e303339dba6390", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 22471, "upload_time": "2019-08-20T08:55:56", "url": "https://files.pythonhosted.org/packages/20/e9/3a5d952bde2336167018ee354d0442bab3bc128dbd7779e647f99a6d92ef/django-rest-registration-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "885fc636311bb965a0eb050a2651eea8", "sha256": "ade4e0c40be8a88a477aa581a6aa55ad15d9c98ce949736d61406bab3bdf2956" }, "downloads": -1, "filename": "django_rest_registration-0.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "885fc636311bb965a0eb050a2651eea8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 34272, "upload_time": "2019-10-12T22:44:52", "url": "https://files.pythonhosted.org/packages/9e/89/7bf1d30588f47b64282f8e042c169c82241fe02d7e1d198bf84dea0a9fbb/django_rest_registration-0.5.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70e0f24bf7a44ff061fd5a519bc1261d", "sha256": "b941417e475da2fbb00a7d574dfd1abf62069f6c1b49672f6d0782eec72d53bb" }, "downloads": -1, "filename": "django-rest-registration-0.5.2.tar.gz", "has_sig": false, "md5_digest": "70e0f24bf7a44ff061fd5a519bc1261d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 22031, "upload_time": "2019-10-12T22:44:55", "url": "https://files.pythonhosted.org/packages/61/07/481534581bc638fcf1c8fe38fd6d60462ea511df8c19c92bbf2d3fef51b4/django-rest-registration-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "885fc636311bb965a0eb050a2651eea8", "sha256": "ade4e0c40be8a88a477aa581a6aa55ad15d9c98ce949736d61406bab3bdf2956" }, "downloads": -1, "filename": "django_rest_registration-0.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "885fc636311bb965a0eb050a2651eea8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 34272, "upload_time": "2019-10-12T22:44:52", "url": "https://files.pythonhosted.org/packages/9e/89/7bf1d30588f47b64282f8e042c169c82241fe02d7e1d198bf84dea0a9fbb/django_rest_registration-0.5.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70e0f24bf7a44ff061fd5a519bc1261d", "sha256": "b941417e475da2fbb00a7d574dfd1abf62069f6c1b49672f6d0782eec72d53bb" }, "downloads": -1, "filename": "django-rest-registration-0.5.2.tar.gz", "has_sig": false, "md5_digest": "70e0f24bf7a44ff061fd5a519bc1261d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 22031, "upload_time": "2019-10-12T22:44:55", "url": "https://files.pythonhosted.org/packages/61/07/481534581bc638fcf1c8fe38fd6d60462ea511df8c19c92bbf2d3fef51b4/django-rest-registration-0.5.2.tar.gz" } ] }