46
edits
| Line 124: | Line 124: | ||
Now I'm working on [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] and [https://bugzilla.mozilla.org/show_bug.cgi?id=518319 Bug 518319 - Allow documentation pages in more languages]. It's getting a little tricky because we have nested forms with ManyToMany fields. | Now I'm working on [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] and [https://bugzilla.mozilla.org/show_bug.cgi?id=518319 Bug 518319 - Allow documentation pages in more languages]. It's getting a little tricky because we have nested forms with ManyToMany fields. | ||
=== 20/07 - 27/07 === | |||
I haven't finished bugs [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] and [https://bugzilla.mozilla.org/show_bug.cgi?id=518319 Bug 518319 - Allow documentation pages in more languages] yet. The view code was getting too complex, so I decided to transfer this complexity to the form and baseformset classes. | |||
Next week I'll finish these bugs, and work to get [https://github.com/mozilla/ispdb/pull/7 pull request 7] approved. | |||
edits