Changes between Initial Version and Version 5 of Ticket #3469
- Timestamp:
- Sep 21, 2008, 3:37:31 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3469
- Property Needs documentation set
- Property Triage Stage Unreviewed → Someday/Maybe
- Property Summary DotExpandedDict is not documented → Django.utils is not documented
-
Ticket #3469 – Description
initial v5 1 `DotExpandedDict` is a useful but undocumented data structure. It can be very helpful for complex form parsing and it'd be good to mention somewhere in documentation. 1 There are a lot of useful utilities and datastructures in django.utils, but the lack of good user documentation limits the extent to which these utilities are used. 2 3 For example, `DotExpandedDict` is a useful but undocumented data structure. It can be very helpful for complex form parsing and it'd be good to mention somewhere in documentation.