summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-02-04[1.6.x] Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-11[1.6.x] Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-26[1.6.x] Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-26[1.6.x] Fixed #21662 -- Kept parent reference in prepared geometryClaude Paroz
2013-12-13[1.6.x] Removed weird unicode char in some de po filesClaude Paroz
2013-12-11[1.6.x] Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11[1.6.x] Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-10[1.6.x] Updated translations from TransifexClaude Paroz
2013-12-05[1.6.x] Corrected setting name in gis test error message.Ramiro Morales
2013-11-30[1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-28[1.6.x] Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-21[1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21[1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-18[1.6.x] Added non-breaking spaces for humanize in RussianClaude Paroz
2013-11-17Updated humanize translations and added release note.Claude Paroz
2013-11-16[1.6.x] Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-15[1.6.x] Updated humanize translation catalogClaude Paroz
2013-11-15[1.6.x] Fixed #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-14[1.6.x] Propagate get_user_model exception from get_userMatt Robenolt
2013-11-09[1.6.x] Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and P...Tim Graham
2013-11-05[1.6.x] Pulled Transifex translations for contrib appsClaude Paroz
2013-10-26[1.6.x] Removed relative usage of import_moduleClaude Paroz
2013-10-22[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-21[1.6.x] Force update of the password on iteration count changes.Florian 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-14[1.6.x] Imported custom user classes in tests depending on itClaude Paroz
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-02[1.6.x] Fixed #21129 -- Prevented admin filter params modifications from thro...tschilling
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-24Revert "[1.6.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24[1.6.x] Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-19[1.6.x] Increased default PBKDF2 iterationsPaul McMillan
2013-09-17[1.6.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-15[1.6.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-03Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz
2013-09-03[1.6.x] Isolated map creation JS codeClaude Paroz
2013-09-03[1.6.x] Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz
2013-09-03[1.6.x] Fixed syntax error in OSMWidgetClaude Paroz
2013-09-02[1.6.x] Fixed gis test to run on non gis-enabled settingsClaude Paroz
2013-09-02[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-08-29[1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...Tim Graham