A few imports do not have equivalents in the new Django implementation. Temporary placeholders should be added until these are fully implemented. This includes: - `flask.g` (provides some convenience "global" variables) - `connexion.ProblemException` - `connexion.problem`
Bug 1887013 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
A few imports do not have equivalents in the new Django implementation. Temporary placeholders should be added until these are fully implemented. This includes: - `flask.g` (provides some convenience "global" variables) - `connexion.ProblemException` - `connexion.problem` - `connexion.request`
A few imports do not have equivalents in the new Django implementation. Temporary placeholders should be added until these are fully implemented. This includes: - `flask.g` (provides some convenience "global" variables) - `connexion.ProblemException` - `connexion.problem` - `connexion.request` - `connexion.ConnexionResponse`