summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-25[1.5.x] Updated translationsClaude Paroz
2013-02-19[1.5.x] Fixed #19857 -- Fixed broken docs link in project template.Carl Meyer
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-04[1.5.x] Updated translations (bn/es/eu/lb/mn)Claude Paroz
2013-01-15Updated core translationsClaude Paroz
2013-01-15[1.5.x] Fixed #19092 -- Completed Lithuanian date/time formatsClaude Paroz
2013-01-01[1.5.x] Updated translation catalogs for core and adminClaude Paroz
2012-12-01[1.5.x] Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz
2012-12-01Fixed #19015 -- Removed ISO formats from localized formats.pyClaude Paroz
2012-11-24[1.5.x] Fixed #19293 -- Updated Czech input formatsVladimĂ­r Macek
2012-11-23Changed Luxembourgish name_local to unicode escapes.Jeremy Dunck
2012-11-23Added new languagesClaude Paroz
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-10[1.5.x] Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-30[1.5.x] Fixed #19174 -- Fixed capitalization errors in LANG_INFOClaude Paroz
2012-10-30[1.5.x] Fixed #15714 -- Added note about capitalization of LANG_INFO name_localClaude Paroz
2012-10-28[1.5.x] Fixed #18575 -- Empty DATABASES should default to dummy backendClaude Paroz
2012-10-28[1.5.x] Reverted unintentional change in aff9b2f.Aymeric Augustin
2012-10-28[1.5.x] Fixed #19203 -- Added isolation to a humanize testAymeric Augustin
2012-10-22Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.Carl Meyer
2012-10-15Updated base translation filesClaude Paroz
2012-10-12Moved de_CH/formats.py in its correct locationClaude Paroz
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-08Remove a couple unused imports.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-04Fixed #18824 -- Allow deleting a setting from overriden settingsClaude Paroz
2012-09-01Fixed #9920 - Clarfied empty string vs. localhost in settings database host.Tim Graham
2012-08-21Removed obsolete __members__ definitionsClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2012-08-03Fixed #18363 -- Improved Galician date and time format stringsClaude Paroz
2012-08-03Fixed #18684 -- Added Finnish DATETIME_FORMATClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-30Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRSClaude Paroz
2012-06-12Cleaned up locale-related encoding issuesClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...Claude Paroz
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-31Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...Aymeric Augustin