summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-26Fixed #19191 -- Corrected a typo in CustomUser docsClaude Paroz
2012-10-26Fixed test failure under Python 2.x introduced in 3e10d22df5Luke Plant
2012-10-26Fixed test failures on Python 3.3 due to dict ordering assumptions.Luke Plant
2012-10-26Fixed some test failures on Python 3.3 related to QueryDictLuke Plant
2012-10-26Properly support pickling of LazyObjects in Python 3.3Ian Clelland
2012-10-26Avoid dependence on exact Python exception messagesIan Clelland
2012-10-26Don't use : as an invalid cookie characterIan Clelland
2012-10-26PEP 302 source loaders already decode appropriatelyIan Clelland
2012-10-26Fixed #19039 - Python 3.3 fails unit test for duplicate bad cookiesLuke Plant
2012-10-26Fixed #15040 - Boolean fields return 0 and 1 when loaded through select_relatedLuke Plant
2012-10-25Fixed #19180 - Clarified policy regarding older versions of the docs.Tim Graham
2012-10-25Merge pull request #472 from ericflo/patch-1Preston Holmes
2012-10-25Fixed broken links + spell check in 1.5 release notes.Tim Graham
2012-10-25Fixed timezone tests when dict randomization is onAymeric Augustin
2012-10-25Update docs/releases/1.5.txtEric Florenzano
2012-10-25Ensured get_version returns a native string.Aymeric Augustin
2012-10-25Tweaked tense of URL tag changes for clarityPreston Holmes
2012-10-25Added release notes for Django 1.5 alpha 1.Jacob Kaplan-Moss
2012-10-25Fixed regression caused by #19102Anssi Kääriäinen
2012-10-25Fixed #19187 -- Raise consistent error from qs.values().delete()Anssi Kääriäinen
2012-10-25Added docstring to DeleteQuery.delete_qs()Anssi Kääriäinen
2012-10-25Fixed #19102 -- Fixed fast-path delete for modified SELECT clause casesAnssi Kääriäinen
2012-10-25Test for `ListView.page_kwarg`Tom Christie
2012-10-25Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.Tom Christie
2012-10-25Fixed #18796 -- Refactored conversion to bytes in HttpResponseAymeric Augustin
2012-10-24Remove a case that is no longer reachable in encodings.py.Alex Gaynor
2012-10-24Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the...Tim Graham
2012-10-24Removed a function that is already fully implemented by a base class.Alex Gaynor
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-24Fixed a DeprecationWarning under Python 3.Aymeric Augustin
2012-10-24Fixed #19176 -- Typo in copy-pasted error message.Aymeric Augustin
2012-10-23Fixed #19088 -- Always escape % inside blocktrans tagClaude Paroz
2012-10-22Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.Carl Meyer
2012-10-23Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin
2012-10-22Merge pull request #460 from JanBednarik/ticket_19162Aymeric Augustin
2012-10-22Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin
2012-10-22Fixed #19162 -- Wrong indentation.Jan Bednařík
2012-10-22Cleaned up i18n regression testsClaude Paroz
2012-10-22Fixed #19157 -- Removed test-only string from translatable stringsClaude Paroz
2012-10-21Removed inaccurate statement from the StreamingHttpResponse docs.Aymeric Augustin
2012-10-21Added tests for conditional_content_removal.Aymeric Augustin
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor
2012-10-21Merge pull request #457 from JanBednarik/ticket_19142Claude Paroz
2012-10-21Added 1.4.2 release notesPreston Holmes
2012-10-21Updated error message for bad database enginePreston Holmes
2012-10-20Merge pull request #444 from mitar/patch-2Alex Gaynor
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-10-20Merge pull request #456 from JanBednarik/ticket_19151Alex Gaynor
2012-10-21Fixed #19151 -- Added missing methods to EmptyQuerySet.Jan Bednařík