Opened 12 years ago
Closed 12 years ago
#21008 closed Bug (fixed)
MigrationWriter doesn't handle lazy().
| Reported by: | loic84 | Owned by: | |
|---|---|---|---|
| Component: | Migrations | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | info@… | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
field = Field(verbose_name=_('something')) is sufficient to trip the makemigrations command.
Change History (3)
comment:2 by , 12 years ago
| Cc: | added |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
Your patch works for me on Python 2.7 and 3.3
comment:3 by , 12 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR https://github.com/django/django/pull/1536