summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-06[1.5.x] Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz
2012-11-06[1.5.X] Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forw...Tim Graham
2012-11-06[1.5.x] Fixed #19254 -- Bug in SESSION_FILE_PATH handling.Aymeric Augustin
2012-11-05[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model vali...Tim Graham
2012-11-05[1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline contentClaude Paroz
2012-11-04[1.5.x] Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04[1.5.x] Fixed #18949 -- Fix broken test interactions in ModelForms testsAnton I. Sipos
2012-11-04Fixed #19241 -- Improved floatformat docsDaniel Greenfeld
2012-11-04Merge branch 'stable/1.5.x' of https://github.com/django/django into stable/1...Alex Gaynor
2012-11-04[1.5.x] Merge pull request #495 from aisipos/ticket_18949Alex Gaynor
2012-11-04[1.5.x] Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
2012-11-04[1.5.x] Corrected a typo that inadvertently made its way into the docs. Backp...Alex Gaynor
2012-11-04[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of 9577...Alex Gaynor
2012-11-04[1.5.x]Merge pull request #494 from mrj0/model_splitAlex Gaynor
2012-11-04[1.5.x] Added a note and link to CLA from contributing docsPreston Holmes
2012-11-04[1.5.x] Merge pull request #493 from edavis/fix-get-foo-display-docsAlex Gaynor
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-04[1.5.X] Fixed #19090 - Added PostgreSQL connection note.Tim Graham
2012-11-03[1.5.x] Fixed #6234 -- Removed obsolete note about json and ensure_asciiClaude Paroz
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-03[1.5.x] Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystringAymeric Augustin
2012-11-03[1.5.x] Prevented host resolution when running dev serverClaude Paroz
2012-11-03[1.5.X] Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-Gründemann
2012-11-03[1.5.x] Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.Aymeric Augustin
2012-11-03[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...Ulrich Petri
2012-11-03[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
2012-11-02[1.5.x] Deprecated depth kwarg on select_related.Preston Holmes