summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2013-03-02Fixed #16888 -- Added microseconds in localized input formatsClaude Paroz
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-02-26Merged core translations from 1.5 branchClaude Paroz
2013-02-25Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-15Put unicode_literals into all formats.pyAlexey Boriskin
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-15Fixed #19092 -- Completed Lithuanian date/time formatsClaude Paroz
2013-01-09Remove inaccurate comment regarding language names.Carl Meyer
2013-01-01Merge pull request #182 from kspi/patch-1Florian Apolloner
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-29Removed django.conf.urls.defaults.Aymeric Augustin
2012-12-29Removed backwards-compatibility shim for #16288.Aymeric Augustin
2012-12-01Fixed #19015 -- Removed ISO formats from localized formats.pyClaude Paroz
2012-12-01Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz
2012-11-25Merge pull request #476 from wraithan/patch-1Aymeric Augustin
2012-11-24Fixed #19293 -- Updated Czech input formatsVladimĂ­r Macek
2012-11-17Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-16Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-10Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-30Fixed #19174 -- Fixed capitalization errors in LANG_INFOClaude Paroz
2012-10-30Fixed #15714 -- Added note about capitalization of LANG_INFO name_localClaude Paroz
2012-10-28Fixed #18575 -- Empty DATABASES should default to dummy backendClaude Paroz
2012-10-28Consistently indent comments in project templateChris McDonald
2012-10-28Reverted unintentional change in aff9b2f.Aymeric Augustin
2012-10-28Fixed #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-07-04Correct Lithuanian short date format. kspi