summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-02-06Bump version number for 1.6.2.1.6.2Jacob Kaplan-Moss
2014-02-05[1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2014-02-04[1.6.x] Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-04[1.6.x] Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-30[1.6.x] Made Oracle introspect FloatFields correctlyShai Berger
2014-01-30[1.6.x] Made Oracle introspect boolean fieldsShai Berger
2014-01-26[1.6.x] Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-26[1.6.x] Fixed #21880 -- Added missing items to django.utils.timezone.__all__.Aymeric Augustin
2014-01-24[1.6.x] Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-12[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-11[1.6.x] Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer
2014-01-10[1.6.x] Fixed docstring typo in django/forms/forms.py.Marc Sibson
2014-01-10[1.6.x] Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31[1.6.x] Decode mails using the message encoding.Florian Apolloner
2013-12-31[1.6.x] Changed console and filebackend to use msg.as_bytes to output the dat...Florian Apolloner
2013-12-31[1.6.x] Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).Florian Apolloner
2013-12-28[1.6.x] Worked around a bug in python 3.3.3. Refs #21093Florian Apolloner
2013-12-28[1.6.x] Fixed #21093 -- Ensured that mails are not base64 encoded on python 3...Florian Apolloner
2013-12-26[1.6.x] Fixed typo and slightly improved error message when db is missing tim...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-12[1.6.x] Post release version bump.Tim Graham
2013-12-12Bumped version number for 1.6.1.1.6.1Jacob Kaplan-Moss
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-07[1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-07[1.6.x] Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07[1.6.x] Fixed #21530 -- Prevent AttributeError in default URLconf detection c...Baptiste Mispelon
2013-12-05[1.6.x] Corrected setting name in gis test error message.Ramiro Morales
2013-12-02[1.6.x] Fixed #21358 -- Allowed runserver on non-English localesClaude Paroz
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-26[1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-26[1.6.x] Fixed #21355 -- try importing _imaging from PIL namespace first.Richard Xia
2013-11-23[1.6.x] Fixed #21486 -- Prevented settings config in signal connectionClaude Paroz
2013-11-23[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-22[1.6.x] Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
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-20[1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz
2013-11-18[1.6.x] Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
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 a regression caused by fix for #21428Anssi Kääriäinen
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