Django Generic Relation fields with get_object_or_404 shortcut
Posted in Django, English, Fedora, Transifex on Jul 17th, 2009
Those days me and Ignacio were investigating a weird slowness in a feature of Transifex at http://transifex.net. For some reason there was a query that was taking so long to return the result and we were wondering why? That was the query: pofile = get_object_or_404(POFile, component=component, filename=filename) This query intents to find a PO file [...]