Documentation updates
I've added a few more guides to Django's documentation:
- The form processing guide explains how to use Django's formfields and manipulator APIs to easily deal with form processing and validation.
- The guide to generic views explains how to take the repetition out of writing view code; Django has a set of generic views for doing date-based archives, list/detail pages, and create/update/delete operations.
Enjoy!
Back to Top