You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Juan Madurga 71f09b9ffb Lint fixes 10 years ago
..
apps Lint fixes 10 years ago
core Run source through isort 10 years ago
forms Run source through isort 10 years ago
locale Remove all instances of the number 1 being hard-coded in translation strings. In English, the singular is always 1, but this is not universally true. In French, for example, the singular is 0 and 1. As 0 is usually special-cased this wasn't biting us, but some more unusual combinations are incorrect. For example, in Russian 101 is singular. Without this patch the Russian for '101 search results' is displayed as '1 search result', for example. 10 years ago
management Run source through isort 10 years ago
models Run source through isort 10 years ago
profiling Run source through isort 10 years ago
static/oscar Use jQuery().prop instead of jQuery().attr for toggling checked for data-behaviors. 10 years ago
templates Remove all instances of the number 1 being hard-coded in translation strings. In English, the singular is always 1, but this is not universally true. In French, for example, the singular is 0 and 1. As 0 is usually special-cased this wasn't biting us, but some more unusual combinations are incorrect. For example, in Russian 101 is singular. Without this patch the Russian for '101 search results' is displayed as '1 search result', for example. 10 years ago
templatetags Improve ./lint.sh (allow no errors, add isort) 10 years ago
test Run source through isort 10 years ago
views Run source through isort 10 years ago
__init__.py Set version to 1.2-dev 10 years ago
app.py Run source through isort 10 years ago
defaults.py Run source through isort 10 years ago