summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-11-06[1.6.x] Bump version numbers for 1.6 release.James Bennett
2013-11-05[1.6.x] Pulled Transifex translations for contrib appsClaude Paroz
2013-11-05[1.6.x] Pulled Transifex translations for Django coreClaude Paroz
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-10-30[1.6.x] Fixed #21347 -- Added missing JS variable declaration.Tim Graham
2013-10-26[1.6.x] Removed relative usage of import_moduleClaude Paroz
2013-10-26[1.6.x] Fixed #21335 -- Use importlib from python3 when using python3Andrey Antukh
2013-10-22[1.6.x] Bump version number for 1.6 release candidate.1.6c1James Bennett
2013-10-22[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-22[1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales
2013-10-21[1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()Anssi Kääriäinen
2013-10-21[1.6.x] Force update of the password on iteration count changes.Florian Apolloner
2013-10-21[1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
2013-10-19[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19[1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-10-18[1.6.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham
2013-10-18[1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-17[1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
2013-10-14[1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz
2013-10-14[1.6.x] Imported custom user classes in tests depending on itClaude Paroz
2013-10-13[1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-09[1.6.x] Updated auth translation templateClaude Paroz
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-08[1.6.x] Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee
2013-10-07[1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin
2013-10-02[1.6.x] Fixed #21129 -- Prevented admin filter params modifications from thro...tschilling
2013-10-01[1.6.x] Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-10-01[1.6.x] Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-10-01[1.6.x] Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-28[1.6.x] Fixed #21186: Fixed regression when using date fields in the admin's ...Baptiste Mispelon
2013-09-27[1.6.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-27[1.6.x] Fixed an ImportError in `django.core.cache.backends.db`Javed Khan
2013-09-26[1.6.x] Fixed #21146 - DatabaseCache converts expires to python valueMichael Manfre
2013-09-25[1.6.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-24[1.6.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "[1.6.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logicAnssi Kääriäinen
2013-09-24[1.6.x] Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-22[1.6.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-21[1.6.x] Ensured that BoundField.as_widget always returns properly localized f...Florian Apolloner
2013-09-19[1.6.x] Increased default PBKDF2 iterationsPaul McMillan
2013-09-18[1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18[1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-17[1.6.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-17[1.6.x] Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-15[1.6.x] Add release notes and bump version number for security release.1.6b4James Bennett
2013-09-15[1.6.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee