Changes between Initial Version and Version 1 of Ticket #25807
- Timestamp:
- Nov 24, 2015, 8:58:01 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25807
- Property Component Uncategorized → Migrations
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Bug
-
Ticket #25807 – Description
initial v1 3 3 4 4 it prompt: 5 ``` 5 {{{ 6 6 Traceback (most recent call last): 7 7 File "./manage.py", line 10, in <module> … … 42 42 return func(self._wrapped, *args) 43 43 TypeError: '_sre.SRE_Pattern' object is not iterable 44 ``` 44 }}}