{ "info": { "author": "Carl Crowder", "author_email": "django-gubbins@jqx.be", "bugtrack_url": null, "classifiers": [], "description": "django-gubbins is a collection of useful snippets for enhancing\nor replacing functionality within Django. For more documentation, see the github\npage at https://github.com/carlio/django-gubbins\n\nAutomatic downcasting to model subclasses :\nThis is for the case when you have a model hierarchy, with several models inheriting from\na base class, and you want to query the base class but get instances of the subclasses\nout of the query set.\n\n`EnumField` : provides an easy way to have a model field which only accepts \nsome values, and at the same time makes it easy to reference those values in your code.\n\n`JSONField` : allows you to store JSON strings in a database. \n\n`ReusableAppURLs` : a simple way to create the correct URL configuration for a reusable\ndjango app.\n\n`SlowFileUploadHandler` : can be used to really slow down handling of file uploads. \nThis is an implementation of the Django file upload handler which will sleep between \nprocessing chunks in order to simulate a slow upload. This is intended for development \nwhen creating features such as an AJAXy file upload progress bar, as uploading to a \nlocal process is often too quick.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlio/django-gubbins", "keywords": "django", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-gubbins", "package_url": "https://pypi.org/project/django-gubbins/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-gubbins/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/carlio/django-gubbins" }, "release_url": "https://pypi.org/project/django-gubbins/1.1.2/", "requires_dist": null, "requires_python": null, "summary": "A collection of useful snippets for enhancing or replacing functionality within Django", "version": "1.1.2" }, "last_serial": 789784, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "52bb7795095c8ead0f12e419912d930b", "sha256": "e87ee3cd6deb8af27ad38feb594a4cb42280f35895343ca3c7ada9ad680785dc" }, "downloads": -1, "filename": "django-gubbins-1.0.2.tar.gz", "has_sig": false, "md5_digest": "52bb7795095c8ead0f12e419912d930b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5164, "upload_time": "2012-10-31T22:38:26", "url": "https://files.pythonhosted.org/packages/ae/87/ab1f611d61bb00c84c77e018a7952727f747e5fb5d336aaa2961abe927e0/django-gubbins-1.0.2.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "bd9ad57ee011044ebc3fb56953143c5f", "sha256": "fd838c2014ccf15fa091d3ebe2861cb69ccec9b630712b8c84399c3c6597a822" }, "downloads": -1, "filename": "django-gubbins-1.1.tar.gz", "has_sig": false, "md5_digest": "bd9ad57ee011044ebc3fb56953143c5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5165, "upload_time": "2013-01-04T21:36:36", "url": "https://files.pythonhosted.org/packages/6b/fb/cae31bdd8de9f8fd21d69f24904621905335c69fc8235ce6cf9ca53a583d/django-gubbins-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "267e32861dcc82d2116d00103c76bcb8", "sha256": "2b3b4352d2c84c8d7c13697af32f0986bae8ae638e7e8c1a3e3716d2a2ee2c24" }, "downloads": -1, "filename": "django-gubbins-1.1.1.tar.gz", "has_sig": false, "md5_digest": "267e32861dcc82d2116d00103c76bcb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5290, "upload_time": "2013-02-06T16:47:55", "url": "https://files.pythonhosted.org/packages/9a/99/917a3444af5322996f03a37a295b74bf00e8d2f4b19bc93183ebaba5a849/django-gubbins-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "2cacd3a211ae9b9bd55a29c126a4cb61", "sha256": "3fa6d0be89ce232ec78446f25a4880dd00bd8c9e4bc4c31a37f909706f7dc704" }, "downloads": -1, "filename": "django-gubbins-1.1.2.tar.gz", "has_sig": false, "md5_digest": "2cacd3a211ae9b9bd55a29c126a4cb61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5547, "upload_time": "2013-03-20T11:45:41", "url": "https://files.pythonhosted.org/packages/b3/e4/18c9b303c3a327b6b231cf2e494e8df7cebe926d11a625d5616f10b15e03/django-gubbins-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2cacd3a211ae9b9bd55a29c126a4cb61", "sha256": "3fa6d0be89ce232ec78446f25a4880dd00bd8c9e4bc4c31a37f909706f7dc704" }, "downloads": -1, "filename": "django-gubbins-1.1.2.tar.gz", "has_sig": false, "md5_digest": "2cacd3a211ae9b9bd55a29c126a4cb61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5547, "upload_time": "2013-03-20T11:45:41", "url": "https://files.pythonhosted.org/packages/b3/e4/18c9b303c3a327b6b231cf2e494e8df7cebe926d11a625d5616f10b15e03/django-gubbins-1.1.2.tar.gz" } ] }