{ "info": { "author": "Josh Roy", "author_email": "joshnroy@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 \n\t\n\nBootstrap3 and jQuery have to be included along with\n``{{ form.media }}``\n\nRelease Notes\n-------------\n\nv2.3\n\n- Updated bootstrap-datetimepicker.js to version 3.0\n\nv2.2.3\n\n- Updated bootstrap-datetimepicker.js to version 2.1.30\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/joshnroy/django-bootstrap3-datetimepicker", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "django-bootstrap3-datetimepicker-timepicker", "package_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-timepicker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-timepicker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/joshnroy/django-bootstrap3-datetimepicker" }, "release_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-timepicker/2.4/", "requires_dist": null, "requires_python": null, "summary": "Bootstrap3 compatible datetimepicker and timepicker for Django projects.", "version": "2.4" }, "last_serial": 1172210, "releases": { "2.4": [ { "comment_text": "", "digests": { "md5": "cd74461cb9af6ac66bc28bf8f284957a", "sha256": "4433a5b0ce17dbd274acc642aaec04fd6b2d34bfcdb82bd7335c5c78f8a28643" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-timepicker-2.4.tar.gz", "has_sig": false, "md5_digest": "cd74461cb9af6ac66bc28bf8f284957a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72817, "upload_time": "2014-07-28T19:24:19", "url": "https://files.pythonhosted.org/packages/7f/e6/cd29864d7d091bc4092a4c2f47d83a007d3d63228ac4cdce4b27a10f02ec/django-bootstrap3-datetimepicker-timepicker-2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd74461cb9af6ac66bc28bf8f284957a", "sha256": "4433a5b0ce17dbd274acc642aaec04fd6b2d34bfcdb82bd7335c5c78f8a28643" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-timepicker-2.4.tar.gz", "has_sig": false, "md5_digest": "cd74461cb9af6ac66bc28bf8f284957a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72817, "upload_time": "2014-07-28T19:24:19", "url": "https://files.pythonhosted.org/packages/7f/e6/cd29864d7d091bc4092a4c2f47d83a007d3d63228ac4cdce4b27a10f02ec/django-bootstrap3-datetimepicker-timepicker-2.4.tar.gz" } ] }