| Age | Commit message (Expand) | Author |
| 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 |
| 2012-02-04 | Fixed #17017 -- Updated British English date formats to follow common standar... | Jannis Leidel |
| 2011-12-30 | Fixed #17440 -- Used a more natural default date format in the Italian locale... | Aymeric Augustin |
| 2011-12-23 | Renovated password hashing. Many thanks to Justine Tunney for help with the i... | Paul McMillan |
| 2011-12-22 | Updated English base translation files in preparation of the alpha release so... | Jannis Leidel |
| 2011-12-22 | Fixed #17042 -- Extended startproject and startapp management commands to bet... | Jannis Leidel |
| 2011-12-17 | Fixed various dodgy behaviours | Adrian Holovaty |
| 2011-12-16 | Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're... | Adrian Holovaty |
| 2011-11-27 | Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_... | Aymeric Augustin |
| 2011-11-21 | Fixed #16847. Session Cookies now default to httponly = True. | Paul McMillan |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-10-13 | Fixed #15372 -- Switched to a startproject default layout that allows us to a... | Carl Meyer |
| 2011-10-08 | Fixed #16873 - Added dummy database backend in default settings, so that just... | Carl Meyer |
| 2011-10-07 | Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #... | Aymeric Augustin |
| 2011-09-16 | Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e... | Carl Meyer |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-09-10 | Added protection against spoofing of X_FORWARDED_HOST headers. A security ann... | Russell Keith-Magee |
| 2011-09-09 | Remove no-longer-valid references to the DATABASE_* settings, the legacy code... | Alex Gaynor |
| 2011-09-08 | Fixed #16349 -- Fixed Brazilian localization formats. Thanks, Claude Paroz, s... | Jannis Leidel |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-08-12 | Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-07-29 | Fixed #16520 -- Fixed typo in Hungarian localization formats introduced in r1... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-22 | Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s... | Carl Meyer |
| 2011-06-17 | Fixed #16076 -- Updated Hungarian l10n formats. Thanks, slink. | Jannis Leidel |
| 2011-06-15 | Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan... | Jannis Leidel |
| 2011-06-09 | Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ... | Andrew Godwin |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-06-01 | Fix the staticfiles_tests and django.conf to not think that None meant a lazy... | Alex Gaynor |
| 2011-05-30 | Fixed #14261 - Added clickjacking protection (X-Frame-Options header) | Luke Plant |