| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-13 | Correct link to Sentry | David Cramer | |
| django-sentry is no longer maintained, and sentry is the replacement. | |||
| 2012-11-13 | Fixed select_related performance regressions | Anssi Kääriäinen | |
| The regression was caused by select_related fix for Oracle, commit c159d9cec0baab7bbd04d5d51a92a51e354a722a. | |||
| 2012-11-13 | Removed use of SortedDict for query.alias_refcount | Anssi Kääriäinen | |
| This will have a smallish impact on performance. Refs #19276. | |||
| 2012-11-13 | Some changes to SortedDict to make it faster under py2 | Anssi Kääriäinen | |
| Refs #19276 | |||
| 2012-11-13 | Fixed #19283 -- Fixed typo in imports in CBV docs. | Aymeric Augustin | |
| 2012-11-13 | Merge pull request #509 from pydanny/ticket_19244 | Aymeric Augustin | |
| Fixed #19244 -- Provided examples for some built-in templatetags and filters | |||
| 2012-11-13 | Fixed #19260 - Added a comment to tutorial 1. | Tim Graham | |
| Thanks terwey for the suggestion. | |||
| 2012-11-13 | Merge pull request #514 from nippo/master | Tim Graham | |
| Typo in comments doc | |||
| 2012-11-12 | Converted <paragraph> to <p> per #aaugustin's request | Daniel Greenfeld | |
| 2012-11-12 | Typo in comments doc | Nicolas Ippolito | |
| 2012-11-12 | Negligible spacing fix in utils/log.py | Adrian Holovaty | |
| 2012-11-11 | Tweaked cache key creation to avoid strict typing. | Aymeric Augustin | |
| This is a provisional change. See #19221 for details. | |||
| 2012-11-11 | Merge pull request #218 from mgrouchy/ticket_18582 | Aymeric Augustin | |
| Fixed #18582 -- Added a no-op close to BaseCache | |||
| 2012-11-10 | Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3 | Anssi Kääriäinen | |
| There was a problem caused by Postgres 9.0+ having bytea_output default value of 'hex' and cache backend inserting the content as 'bytes' into a column of type TEXT. Fixed by converting the bytes value to a string before insert. | |||
| 2012-11-10 | Allow custom User models to use the UserAdmin's change password view. | Ryan Kaskel | |
| 2012-11-10 | Removed an impossible code path in cache function | Claude Paroz | |
| 2012-11-10 | Fixed #14264 -- Ensured settings.configure configures logging | Claude Paroz | |
| Thanks Matt McDonald for the patch. | |||
| 2012-11-09 | Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse | Sean Breant | |
| Refs #15863. | |||
| 2012-11-09 | Fixed #19261 -- Delayed Queryset evaluation in paginators | Claude Paroz | |
| Thanks trbs for the report and the patch. | |||
| 2012-11-09 | Formatting tweaks. | Tom Christie | |
| 2012-11-09 | Include `versionadded 1.5` directive | Tom Christie | |
| 2012-11-09 | Added missing encoding preamble to gis tests. | Florian Apolloner | |
| 'coverage html' did fail without it. Thanks to Claude Paroz for figuring it out. | |||
| 2012-11-09 | Merge pull request #506 from gwrtheyrn/ipv6_doc_fix | Tim Graham | |
| Fixed invalid ipv4 mapped ipv6 addresses in docs | |||
| 2012-11-09 | Fixed #19266 -- Added Texinfo documentation target | Claude Paroz | |
| Thanks orontee for the report and initial patch. | |||
| 2012-11-08 | Added examples for comment, templatetag, escape, force_escape, timesince, ↵ | Daniel Greenfeld | |
| and timeuntil | |||
| 2012-11-08 | Made Page class inherit collections.Sequence | Claude Paroz | |
| 2012-11-08 | Merged pagination tests | Claude Paroz | |
| It is simpler/cleaner to have all pagination tests in a single file. Refs #16122. | |||
| 2012-11-08 | Fixed #17144 -- MySQL again groups by PK only | Anssi Kääriäinen | |
| Thanks to Christian Oudard for the report and tests. | |||
| 2012-11-07 | Fixed #19115 -- Documented stdout/stderr options for call_command | Claude Paroz | |
| Thanks d1ffuz0r for helping with the patch. | |||
| 2012-11-07 | Fixed #19257 -- Don't swallow command's KeyError in call_command | Claude Paroz | |
| Thanks Giovanni Bajo for the report. | |||
| 2012-11-07 | Fixed invalid ipv4 mapped ipv6 addresses in docs | Danilo Bargen | |
| 2012-11-06 | Fixed #19161 - Added missing clean_password method in custom user docs | Tim Graham | |
| Thanks DavidW for the report. | |||
| 2012-11-06 | Fixed #15968 - Noted that readonly_fields are excluded from the ModelForm | Tim Graham | |
| 2012-11-06 | Fixed #19154 - Noted commit_manually requires commit/rollback for reads | Tim Graham | |
| Thanks als for the report. | |||
| 2012-11-06 | Fixed #14315 -- Made memcached backend handle negative incr/decr values | Claude Paroz | |
| Thanks Michael Manfre for the report and initial patch and Tobias McNulty for the review. | |||
| 2012-11-06 | Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER example to use ↵ | Tim Graham | |
| 'X-Forwarded-Proto' Thanks Fred Palmer for the report. | |||
| 2012-11-06 | Fixed #19254 -- Bug in SESSION_FILE_PATH handling. | Aymeric Augustin | |
| Thanks simonb for the report. Refs #18194. | |||
| 2012-11-05 | Fixed #15591 - Clarified interaction between ModelForm and model validation. | Tim Graham | |
| 2012-11-05 | Fixed #8627 -- Prevented textareas to swallow first newline content | Claude Paroz | |
| Browsers consider the first newline in textareas as some display artifact, not real content. Hence they are not sending it back to the server. If we want to keep initial newlines, we have to add one when we render the textarea. Thanks bastih for the report and initial patch. | |||
| 2012-11-05 | Removed unnecessary import after b98083ce3d | Claude Paroz | |
| 2012-11-04 | Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191 | Preston Holmes | |
| 2012-11-04 | Removed redundant docs addition across two commits | Preston Holmes | |
| d5c3c45f2fdfee09d81ad8dc7b0db8338d6d0aae a70492e6b532905c921678f35b5c60b22387f1c6 | |||
| 2012-11-04 | Fixed #18949 -- Fix broken test interactions in ModelForms tests | Anton I. Sipos | |
| A test in Model Forms test was specifically referring to a fixed primary key, which was now being used up in a newly committed. This has been worked around by specifying a higher primary key. | |||
| 2012-11-04 | Merge pull request #496 from pydanny/ticket_19241 | Bryan Veloso | |
| Demonstrate how to round to integers using floatformat templatetag | |||
| 2012-11-04 | Fixed #19241 -- Improved floatformat docs | Daniel Greenfeld | |
| Demonstrate how to round to integers using floatformat templatetag | |||
| 2012-11-04 | Demonstrate how to round to integers using floatformat templatetag | Daniel Greenfeld | |
| 2012-11-04 | Merge pull request #495 from aisipos/ticket_18949 | Alex Gaynor | |
| Fixed #18949 -- Improve performance of model_to_dict with many-to-many | |||
| 2012-11-04 | Fixed #18949 -- Improve performance of model_to_dict with many-to-many | Anton I. Sipos | |
| When calling model_to_dict, improve performance of the generated SQL by using values_list to determine primary keys of many to many objects. Add a specific test for this function, test_model_to_dict_many_to_many Thanks to brian for the original report and suggested fix. | |||
| 2012-11-04 | Fixed #19240 -- include pagination error details in ListView 404 | Preston Holmes | |
| Thanks to seawolf for the patch | |||
| 2012-11-04 | Corrected a typo that inadvertently made its way into the docs. | Alex Gaynor | |
