summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-15Refined changes to Polish localization format file made in r13298 and r13327 ...Jannis Leidel
2011-03-15Fixed mistake introduced in r15838 regarding naming of Mexican Spanish.Jannis Leidel
2011-03-15Fixed #15608 -- Added Nicaraguan Spanish locale (format file only). Thanks, f...Jannis Leidel
2011-03-15Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel
2011-03-15Fixed #15563 -- Update the LANG_INFO dictionary with newly added translations...Jannis Leidel
2011-03-15Pulled core translation updates from Transifex.Jannis Leidel
2011-03-14Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in ...Adrian Holovaty
2011-03-07Fixed #15553 -- Updated Macedonian locale. Thanks to vasiliyeah for the patch.Russell Keith-Magee
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-01Added Azerbaijani and Urdu to list of supported languages and added initial c...Jannis Leidel
2011-03-01Fixed #15300 -- Updated core translations from transifex.net.Jannis Leidel
2011-02-16Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-13Fixed #14130 -- Made manage.py error reporting more useful when the settings....Ramiro Morales
2011-02-12Fixed whitespace errors in settings modules.Jannis Leidel
2011-02-12Fixed #13833 -- Corrected the Indonesian localization. Thanks to rodin for th...Russell Keith-Magee
2011-02-06Fixed #15227 -- Updated Slovenian localization. Thanks to Gasper Zejn.Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-02-04Refs #14675 - Added import of url() function in project template urls.py, add...Carl Meyer
2011-02-04Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so...Russell Keith-Magee
2011-02-03We have always been at war with 'import *'.Carl Meyer
2011-02-01Fixed some documentation and default-settings.py comments that were misleadin...Carl Meyer
2011-01-26Fixed #15154 -- removed doctests from the tests.py generated with createapp.Alex Gaynor
2011-01-25Fixed #15151 -- Removed fuzzy markers from translation strings introduced in ...Jannis Leidel
2011-01-24Updated all existing translations after changes to filesize translation strin...Jannis Leidel
2011-01-21Fixed #9988 (again) -- Updated list of Associated Press months names to use a...Jannis Leidel
2011-01-21Removed app translation strings from core translation files.Jannis Leidel
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-15Fixed #14906: lost context-based translations for PolishJarek Zgoda
2010-12-14Polish translation updateJarek Zgoda
2010-12-13Updated date format strings of languages that require alternate month names. ...Jannis Leidel
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-12Fixed #14821 -- Documented the differences in formatting syntax in formats mo...Jannis Leidel
2010-12-12Fixed #5672 -- Allow the separator in the get_text_list utility function to b...Jannis Leidel
2010-12-04Fixed #14663 -- Corrected Norwegian locale format strings. Thanks to nfg for ...Russell Keith-Magee
2010-12-04Fixed #12158 -- Corrected Swedish translation for "Go". Thanks to skorpan for...Russell Keith-Magee
2010-12-02Fixed #11161 -- Added plural forms to all supported languages. Fixed other er...Jannis Leidel
2010-11-26Fixed #14730 -- Fixed unclosed anchor tag in Mongolian translation. Thanks fo...Jannis Leidel
2010-11-26Fixed #14721 -- Made the THOUSAND_SEPERATOR a unicode string in a few locales...Jannis Leidel
2010-11-26Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...Russell Keith-Magee
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-16Small grammar fix in 'user-uploaded files' comment from [14560]Adrian Holovaty