- 08 Apr, 2013 40 commits
-
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
They were used just once, it's better to replace them with {% url %} tags.
-
Michal Čihař authored
Those are mostly required by Git status page and need to be accessed by attribute ({% url %} can not be used as we need different kwargs every time).
-
Michal Čihař authored
This way we have only one place which defines the API and classes do not have to reimplement it.
-
Weblate authored
-
Satoru KURASHIKI authored
Currently translated at 57.1% (450 of 788)
-
Michal Čihař authored
-
Michal Čihař authored
- It can be shared for subproject, project and language. - Much faster as it fetches just once from database instead of fetching every value separately
-
Michal Čihař authored
-
Satoru KURASHIKI authored
Currently translated at 56.9% (448 of 788)
-
Satoru KURASHIKI authored
Currently translated at 100.0% (16 of 16)
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
- no more extra if - move select_related to template
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
Using select_related on last changes and project listing allows us to fetch more data at once, leading to less database connections and faster page loading times.
-