index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
Age
Commit message (
Expand
)
Author
2012-10-22
Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.
Carl Meyer
2012-10-15
Updated base translation files
Claude Paroz
2012-10-12
Moved de_CH/formats.py in its correct location
Claude Paroz
2012-09-29
Combined Django DEFAULT_LOGGING with user LOGGING config
Claude Paroz
2012-09-27
Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.
Carl Meyer
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Fixed #14861 -- Moved logging config outside of Settings.__init__
Claude Paroz
2012-09-08
Remove a couple unused imports.
Carl Meyer
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
2012-09-04
Fixed #18824 -- Allow deleting a setting from overriden settings
Claude Paroz
2012-09-01
Fixed #9920 - Clarfied empty string vs. localhost in settings database host.
Tim Graham
2012-08-21
Removed obsolete __members__ definitions
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed #18700 -- Added URL reversal for i18n set_language view.
Simon Meers
2012-08-03
Fixed #18363 -- Improved Galician date and time format strings
Claude Paroz
2012-08-03
Fixed #18684 -- Added Finnish DATETIME_FORMAT
Claude Paroz
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-30
Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS
Claude Paroz
2012-06-12
Cleaned up locale-related encoding issues
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #18397 -- Avoided referencing lawrence.com.
Aymeric Augustin
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-31
Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...
Aymeric Augustin
2012-03-31
Prevented Django from running with an empty secret key. Refs #17800.
Aymeric Augustin
2012-03-26
Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...
Aymeric Augustin
2012-03-23
Pulled core translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-21
Fixed #17920 -- Actually pass the full path of a newly created project or app...
Jannis Leidel
2012-03-15
Actually warn on empty SECRET_KEY instead of raising a warning as an exception.
Carl Meyer
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Esperanto to the list of languages. Refs #17822.
Jannis Leidel
2012-03-14
Pulled the core translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-05
Updated core base translation files with new strings. Refs #17822.
Jannis Leidel
2012-03-02
Modified the error when SECRET_KEY is missing to be a DeprecationWarning.
Paul McMillan
2012-03-01
Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since th...
Aymeric Augustin
2012-02-29
Fixes #17777 and makes tests run again.
Paul McMillan
2012-02-22
Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...
Chris Beaven
2012-02-18
Fixed #17674 -- DECIMAL_SEPARATOR and THOUSAND_SEPARATOR were swapped in the ...
Aymeric Augustin
2012-02-17
Changed various non-breaking space characters from [17478] to use the code re...
Adrian Holovaty
2012-02-11
Fixed #17670 -- Correct Italian short localization formats. Thanks, masterjakul.
Jannis Leidel
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-09
Fixed #17217 -- Use non breaking spaces for format localization in which spac...
Jannis Leidel
[next]