barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Preserve order of the form items (as in form) in all handler plugins on Python <= 3.4 #188

Closed barseghyanartur closed 6 years ago

barseghyanartur commented 6 years ago

Preserve order of the form items (as in form) in all handler plugins:

This seems to be an issue only on Python 3.4 and below. Thus, not a priority.

barseghyanartur commented 6 years ago

Closing, as Python 3.4 is very unlikely to be used. For Python 2.7 there will be no fix. You are encouraged to migrate to Python 3.6 as soon as possible.