You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi.
We've got a PR open on Crispy Forms to accommodate the changes to BoundField's location in 1.9. It changed, broke the imports and was then imported back for compatibility.
The release notes say very little here.
Could anyone who knows the plan say, whether BoundField should still be imported from `forms` or should we (conditionally) update the import now (whilst we have the issue open)?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
The release notes don't mention it because it's a private API until now. Feel free to do nothing as we're unlikely to remove the backwards compatibility alias for a while, at least until versions < 1.9 are unsupported at which point you could update the import to the new location without needing a conditional.
Carlton
unread,
Oct 26, 2015, 11:07:49 AM10/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)