unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Autocomplete forms using Django sessions. #68

Open somexpert opened 8 years ago

somexpert commented 8 years ago

The information that we save for the form autocompletion could be saved in the database using Django sessions, rather than storing it in the cookie and using javascript to fill in the forms. This would allow that feature to still work if the user has disabled javascript.