summaryrefslogtreecommitdiff
path: root/horizon/forms
Commit message (Expand)AuthorAgeFilesLines
* Address RemovedInDjango40Warning (7)Akihiro Motoki2022-02-041-2/+3
* Address RemovedInDjango40Warning (2)Akihiro Motoki2022-02-042-2/+2
* Address RemovedInDjango40Warning (1)Akihiro Motoki2022-01-311-11/+10
* Added a condition to check whether value is in present in choices for Themabl...shubhamdang2021-05-191-1/+7
* Drop the usage of unicode prefix from unicode stringsYuehuiLei2021-02-121-5/+5
* Use python3-style super()Akihiro Motoki2020-10-153-22/+21
* pylint: Address no-else-return warningAkihiro Motoki2020-09-272-6/+5
* Follow-up on pylint upgradeAkihiro Motoki2020-09-271-0/+2
* Remove python_2_unicode_compatible usageIvan Kolodyazhny2020-03-091-3/+0
* Remove six usage from horizon packageIvan Kolodyazhny2020-01-151-3/+2
* Define default settings explicitly (horizon)Akihiro Motoki2019-09-121-1/+1
* django22: Add 'renderer' argumentStephen Finucane2019-08-271-5/+6
* Preserve form field order in python 3Yves-Gwenael Bourhis2019-07-161-1/+12
* Correctly set content-type for workflow responseAdrian Turjak2019-04-281-1/+2
* Remove obsolete creation_counter fieldBubaVV2019-02-081-1/+0
* Fix gate failures by a new pycodestyleAkihiro Motoki2019-01-301-1/+1
* pylint: fix unexpected-keyword-arg errorAkihiro Motoki2019-01-171-2/+0
* Merge "pylint: fix unnecessary-pass warning"Zuul2019-01-161-2/+0
|\
| * pylint: fix unnecessary-pass warningAkihiro Motoki2019-01-161-2/+0
* | pylint: fix bad-mcs-classmethod-argument warningAkihiro Motoki2019-01-161-3/+3
|/
* pylint: Drop non-existing IPAddressFieldAkihiro Motoki2019-01-151-1/+1
* SG creation user taken straight to edit rulesSam Wright2019-01-071-1/+5
* django2: Replace django.core.urlresolves with django.urlsAkihiro Motoki2018-02-171-5/+5
* comment was wrongly declaredpeiy2018-01-251-1/+1
* Add render method to ThemableCheckboxSelectMultipleIvan Kolodyazhny2017-10-121-40/+15
* Pass renderer to SelectWidget.render()Luigi Toscano2017-07-311-1/+1
* Fixes to allow us to use Django 1.11adrian-turjak2017-07-201-5/+216
* Switch render() arguments to the new wayAkihiro Motoki2017-06-211-3/+2
* Fix H405 (multi line docstring) warnings (horizon)Akihiro Motoki2017-06-093-31/+46
* hacking: Specify white list rules in noqa explicityAkihiro Motoki2017-05-241-3/+3
* New input field with validation: MACAddressFieldBence Romsics2017-03-222-0/+29
* hacking: noqa cleanup in horizonAkihiro Motoki2017-03-173-27/+30
* Remove unused importShu Yingya2017-01-031-1/+0
* Replaces uuid.uuid4 with uuidutils.generate_uuid()jolie2016-11-081-2/+3
* [Django] Allow to upload the image directly to Glance serviceTimur Sufiev2016-08-163-0/+58
* Merge "Horizon selects are now themable: DynamicTypedChoiceField"Jenkins2016-08-042-0/+7
|\
| * Horizon selects are now themable: DynamicTypedChoiceFieldDiana Whitten2016-08-032-0/+7
* | Merge "[Django 1.10] Fix get_form uses kwargs"Jenkins2016-08-021-1/+3
|\ \
| * | [Django 1.10] Fix get_form uses kwargsThomas Goirand2016-07-201-1/+3
| |/
* | Correcting form_invalid get_context_data callTimur Sufiev2016-08-011-8/+3
|/
* Horizon selects are now themable: Launch InstanceDiana Whitten2016-06-081-1/+5
* Horizon selects are now themable: VolumesDiana Whitten2016-06-012-11/+92
* Add *args, **kwargs to ModalBackdropMixin's init methodKirill Zaitsev2016-05-181-2/+2
* Merge "Fix issue with some modals are missing backdrop"Jenkins2016-05-171-2/+2
|\
| * Fix issue with some modals are missing backdropAlan Fung2016-02-181-2/+2
* | Fix remaining Django 1.9 test failuresRob Cresswell2016-04-092-3/+13
* | Horizon Checkboxes are now themeable.Diana Whitten2016-03-022-0/+46
|/
* Drop Django 1.7 supportRob Cresswell2015-11-161-1/+1
* py3: Replace basestring with six.string_typesVictor Stinner2015-08-191-1/+2
* Fixing docstring formatting errors and warningsDavid Lyle2015-08-181-19/+20