summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-17[1.5.x] Fix typo in file storage docs.Aymeric Augustin
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17[1.5.x] Formatting tweaks.Tom Christie
2012-11-17[1.5.x] Include `versionadded 1.5` directiveTom Christie
2012-11-17[1.5.x] Test for `ListView.page_kwarg`Tom Christie
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcod...Tom Christie
2012-11-17[1.5.x] Add `form` to formwizard context (includes tests)Kent Hauser
2012-11-17[1.5.X] Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-17[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
2012-11-17[1.5.x] Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz
2012-11-17[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-11-17[1.5.x] Fixed #18989 -- Removed unused condition in CursorWrapperClaude Paroz
2012-11-17[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storag...Preston Holmes
2012-11-17[1.5.x] Fixed typo introduced in 0e3f7814d7106768e8eafcba0e74238fcdb90f9d.Jannis Leidel
2012-11-17[1.5.x] Fixed #18210 -- Escaped special characters in reverse prefixes.Gabriel Hurley
2012-11-17[1.5.x] Fixed #19136 -- Properly escape gettext context prefixes in the i18n ...Jannis Leidel
2012-11-17[1.5.X] Documented that contrib.sites creates a default site.Tim Graham
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
2012-11-16[1.5.x] Fixed #19296 -- Applied test connection sharing for spatialiteClaude Paroz
2012-11-15[1.5.x] Fixed #18347 -- Removed autofield raw SQL inserts from testsAnssi Kääriäinen
2012-11-15[1.5.x] Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-14[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-11-14[1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
2012-11-14[1.5.x] Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
2012-11-13[1.5.x] fixed a broken link in the docs. Backport of 1e34fd3c03e8f9a9e2b9be35...Alex Gaynor
2012-11-13[1.5.x] Correct link to SentryDavid Cramer
2012-11-13Fixed select_related performance regressionsAnssi Kääriäinen
2012-11-13Removed use of SortedDict for query.alias_refcountAnssi Kääriäinen
2012-11-13Some changes to SortedDict to make it faster under py2Anssi Kääriäinen
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-11-13[1.5.X] Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-11-13[1.5.X] Typo in comments docNicolas Ippolito
2012-11-11[1.5.x] Tweaked cache key creation to avoid strict typing.Aymeric Augustin
2012-11-10[1.5.x] Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen
2012-11-10[1.5.x] Removed an impossible code path in cache functionClaude Paroz
2012-11-10[1.5.x] Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz
2012-11-09[1.5.x] Fixed #19262 -- Support cookie pickling in SimpleTemplateResponseSean Breant
2012-11-09[1.5.x] Fixed #19261 -- Delayed Queryset evaluation in paginatorsClaude Paroz
2012-11-09[1.5.x] Merged pagination testsClaude Paroz
2012-11-09[1.5.X] Added missing encoding preamble to gis tests.Florian Apolloner
2012-11-09[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fixTim Graham
2012-11-09[1.5.x] Fixed #19266 -- Added Texinfo documentation targetClaude Paroz
2012-11-08[1.5.x] Fixed #17144 -- MySQL again groups by PK onlyAnssi Kääriäinen
2012-11-07[1.5.x] Fixed #19115 -- Documented stdout/stderr options for call_commandClaude Paroz
2012-11-07[1.5.x] Fixed #19257 -- Don't swallow command's KeyError in call_commandClaude Paroz
2012-11-06[1.5.X] Fixed #19161 - Added missing clean_password method in custom user docsTim Graham
2012-11-06[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the Model...Tim Graham
2012-11-06[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for readsTim Graham