Opened 19 years ago
Closed 19 years ago
#3900 closed (fixed)
make-messages.py ImportError: cannot import name templatize
| Reported by: | Owned by: | hugo | |
|---|---|---|---|
| Component: | Internationalization | Version: | dev | 
| Severity: | Keywords: | make-messages.py, templatize | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Changes made in http://code.djangoproject.com/changeset/4905 break make-messages.py
wiliam@wiliam:/mnt/hdb1/dev/django/django$ bin/make-messages.py 
Traceback (most recent call last):
File "bin/make-messages.py", line 7, in <module>
from django.utils.translation import templatize
ImportError: cannot import name templatize
Attachments (1)
Change History (4)
by , 19 years ago
| Attachment: | make-messages.diff added | 
|---|
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin | 
|---|
comment:2 by , 19 years ago
| Has patch: | unset | 
|---|---|
| Triage Stage: | Ready for checkin → Accepted | 
comment:3 by , 19 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
I'd prefer to avoid importing anything directly from trans_real or trans_null, for consistency. But it should be easy enough to fix this any way.