{ "info": { "author": "Nakahara Kunihiko", "author_email": "nakahara.kunihiko@gmail.com", "bugtrack_url": null, "classifiers": [ "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", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "django-bootstrap3-datetimepicker\n================================\n\nThis package uses Bootstrap v3 datetimepicker widget version 2 provided by the following project:\n https://github.com/Eonasdan/bootstrap-datetimepicker\n\nThe correct formatting options for dates can be found here:\n http://momentjs.com/docs/\n\nIt works only with Bootstrap3. If you are using Bootstrap2 in your\nDjango project, check out this:\nhttps://github.com/zokis/django-bootstrap-datetimepicker\n\nInstall\n-------\n\n- Run ``pip install django-bootstrap3-datetimepicker``\n- Add ``'bootstrap3_datetime'`` to your ``INSTALLED_APPS``\n\nExample\n-------\n\nforms.py\n \n\n::\n\n from bootstrap3_datetime.widgets import DateTimePicker\n from django import forms\n\n class ToDoForm(forms.Form):\n todo = forms.CharField(\n widget=forms.TextInput(attrs={\"class\": \"form-control\"}))\n date = forms.DateField(\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD\",\n \"pickTime\": False}))\n reminder = forms.DateTimeField(\n required=False,\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD HH:mm\",\n \"pickSeconds\": False}))\n\nThe ``options`` will be passed to the JavaScript datetimepicker\ninstance. Available ``options`` are explained in the following\ndocuments:\n\n- http://eonasdan.github.io/bootstrap-datetimepicker/\n\nYou don't need to set the ``language`` option, because it will be set\nthe current language of the thread automatically.\n\ntemplate.html\n \n\n::\n\n\t\n\t\n\t \n\t \n\t \n\t \n\t \n\t {{ form.media }}\n\t \n\t \n\t
\n\t {% for field in form.visible_fields %}\n\t
\n\t {{ field.label_tag }}\n\t {{ field }}\n\t
\n\t {{ field.help_text }}\n\t
\n\t
\n\t {{ field.errors }}\n\t
\n\t
\n\t {% endfor %}\n\t {% for hidden in form.hidden_fields %}\n\t {{ hidden }}\n\t {% endfor %}\n\t {% csrf_token %}\n\t
\n\t \n\t
\n\t
\n\t \n\t\n\nBootstrap3 and jQuery have to be included along with\n``{{ form.media }}``\n\nRelease Notes\n-------------\n\nv2.2.3\n\n- Updated bootstrap-datetimepicker.js to version 2.1.30\n\nv2.0.0\n\n- Includes bootstrap-datetimepicker.js version 2.1.11 with moment.js\n- The format strings have changed due to using moment.js\n\nRequirements\n------------\n\n- Python >= 2.4\n- Django >= 1.3\n- Bootstrap >= 3.0", "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/nkunihiko/django-bootstrap3-datetimepicker", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "django-bootstrap3-datetimepicker", "package_url": "https://pypi.org/project/django-bootstrap3-datetimepicker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrap3-datetimepicker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nkunihiko/django-bootstrap3-datetimepicker" }, "release_url": "https://pypi.org/project/django-bootstrap3-datetimepicker/2.2.3/", "requires_dist": null, "requires_python": null, "summary": "Bootstrap3 compatible datetimepicker for Django projects.", "version": "2.2.3" }, "last_serial": 984850, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "a4e647ed976c30e67018f573c873575d", "sha256": "7fa8d9098660469f424657d8de7a50b71574b3314e11632d7e14762cc9977ef1" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a4e647ed976c30e67018f573c873575d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32956, "upload_time": "2013-09-11T07:58:49", "url": "https://files.pythonhosted.org/packages/33/50/afd1d405699a8b529dc054bd50fb7658d11e90991a7ddea79a59221e2ca5/django-bootstrap3-datetimepicker-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "9bad80e4f7046c2b59c2a21670431bb6", "sha256": "36cbaa3ed46d27783d64fbe264c885718349a16dcce9f5fa911131b3faaa2052" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-1.0.3.tar.gz", "has_sig": false, "md5_digest": "9bad80e4f7046c2b59c2a21670431bb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33212, "upload_time": "2013-09-14T05:25:31", "url": "https://files.pythonhosted.org/packages/b3/91/bc5495621d39bb4dddef16188888d47330e4accbee51c1a09b7be4607fe9/django-bootstrap3-datetimepicker-1.0.3.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "e70fb49767d8e80b7f306303265445b4", "sha256": "fead511c098cf09bb9d9b1ac549527063352e5491ffea2ce5fee864e0bab87a3" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.0.0.tar.gz", "has_sig": false, "md5_digest": "e70fb49767d8e80b7f306303265445b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67199, "upload_time": "2013-11-09T04:02:02", "url": "https://files.pythonhosted.org/packages/40/ac/5d0516d33e127df6e2c156f40a458854f86671622e054976eb036e1462b2/django-bootstrap3-datetimepicker-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "ed28b35320f83038642f219b768451c1", "sha256": "2ad2ae5d6ed8b91ec35c89beda09513ec811dd97f5a150977c3ead430d5cd975" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.1.0.tar.gz", "has_sig": false, "md5_digest": "ed28b35320f83038642f219b768451c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67237, "upload_time": "2013-11-30T05:38:55", "url": "https://files.pythonhosted.org/packages/ec/7e/bd305750d6e98fcebafec5efa32e5db6023981364d504aae53284a9111d1/django-bootstrap3-datetimepicker-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "2532396832712fa102c51cd1e3465cf7", "sha256": "bce7d9833b45bc74f4c8b6c5aacd350c9e288b933ba35d458e9e1cbce7c93d0d" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.2.0.tar.gz", "has_sig": false, "md5_digest": "2532396832712fa102c51cd1e3465cf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67259, "upload_time": "2013-12-13T06:31:15", "url": "https://files.pythonhosted.org/packages/c2/b6/79e5905e82f57adba130151decf670d2c2455ab5d3db51239812ccad98f5/django-bootstrap3-datetimepicker-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "bfcfe390a648e6afa00a924269e41e87", "sha256": "7b9b9ad74a62ccee42c0ef4734269cd485def799d2183a048e3e256fa519feda" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.2.1.tar.gz", "has_sig": false, "md5_digest": "bfcfe390a648e6afa00a924269e41e87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67381, "upload_time": "2014-01-15T05:42:31", "url": "https://files.pythonhosted.org/packages/58/4e/85ab4e4290dfd8000bda68aeb866010340dc9439b7e2951ff59e749056df/django-bootstrap3-datetimepicker-2.2.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "2f17fc99a1101c512156164a4846a71c", "sha256": "68b3b46c6fc1abe6330a3830448e971789c64d21eac8f58cb962afc924f615ff" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.2.2.tar.gz", "has_sig": false, "md5_digest": "2f17fc99a1101c512156164a4846a71c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67383, "upload_time": "2014-01-15T05:48:25", "url": "https://files.pythonhosted.org/packages/35/7d/773a06d49c0b0f161c2f37c4be279f8ddcba59454437ba4d582499fb379c/django-bootstrap3-datetimepicker-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "aa3ebcb31d4d637a97d60d55c2f47de9", "sha256": "a4239a86e13187c213a4b73408216c8c743bbaa6b4366c5089c92496b74a8ba3" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.2.3.tar.gz", "has_sig": false, "md5_digest": "aa3ebcb31d4d637a97d60d55c2f47de9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69172, "upload_time": "2014-01-29T05:02:21", "url": "https://files.pythonhosted.org/packages/5b/34/d885178ae5859ad1e218e156e36b35a16de1a7f27b3fb5bce94552ec1578/django-bootstrap3-datetimepicker-2.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa3ebcb31d4d637a97d60d55c2f47de9", "sha256": "a4239a86e13187c213a4b73408216c8c743bbaa6b4366c5089c92496b74a8ba3" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-2.2.3.tar.gz", "has_sig": false, "md5_digest": "aa3ebcb31d4d637a97d60d55c2f47de9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69172, "upload_time": "2014-01-29T05:02:21", "url": "https://files.pythonhosted.org/packages/5b/34/d885178ae5859ad1e218e156e36b35a16de1a7f27b3fb5bce94552ec1578/django-bootstrap3-datetimepicker-2.2.3.tar.gz" } ] }