summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-29Fixed #16520 -- Fixed typo in Hungarian localization formats introduced in r1...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-17Fixed #16076 -- Updated Hungarian l10n formats. Thanks, slink.Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-09Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ...Andrew Godwin
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-01Fix the staticfiles_tests and django.conf to not think that None meant a lazy...Alex Gaynor
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-05Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...Luke Plant
2011-04-29Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the e...Jannis Leidel
2011-04-29Removed superfluous settings that were forgotten when the comments app was re...Jannis Leidel
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...Adrian Holovaty
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-04-02Advanced deprecation for MEDIA_URL and STATIC_URL without a trailing slash.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-31Fixed #15726 -- Fixed the name of a file of the Mexican Spanish translation a...Jannis Leidel
2011-03-28Removed totally unused setting.Luke Plant
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