| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-22 | Fixed #13222 -- Repeated iteration of HttpResponse | Aymeric Augustin | |
| Thanks teepark for the report and grahamd for his insights. | |||
| 2012-10-22 | Fixed #19162 -- Wrong indentation. | Jan Bednařík | |
| 2012-10-22 | Fixed #19157 -- Removed test-only string from translatable strings | Claude Paroz | |
| Thanks Alexey Boriskin for the report. Refs #18240. | |||
| 2012-10-21 | Cleaned up the the http module. Moved all of the code from __init__.py to ↵ | Alex Gaynor | |
| request.py, response.py and utils.py | |||
| 2012-10-21 | Merge pull request #457 from JanBednarik/ticket_19142 | Claude Paroz | |
| Fixed #19142 -- Language codes can include numbers (RFC 3066) | |||
| 2012-10-21 | Updated error message for bad database engine | Preston Holmes | |
| removing typo in the process. Thanks to Carlos Palol for the catch. Closes pull 450 | |||
| 2012-10-20 | Merge pull request #444 from mitar/patch-2 | Alex Gaynor | |
| Allow reversed iteration over SortedDict. | |||
| 2012-10-21 | Fixed #19142 -- Language codes can include numbers (RFC 3066). | Jan Bednařík | |
| 2012-10-21 | Fixed #19151 -- Added missing methods to EmptyQuerySet. | Jan Bednařík | |
| Added values() and values_list() methods to EmptyQuerySet. | |||
| 2012-10-20 | Fixed #7581 -- Added streaming responses. | Aymeric Augustin | |
| Thanks mrmachine and everyone else involved on this long-standing ticket. | |||
| 2012-10-20 | Fixed #17856 -- Passed obj to get_inline_instances | Aymeric Augustin | |
| Thanks ybon, quinode and sjaensch for the patch, and Tim Graham for the review. | |||
| 2012-10-20 | Fixed #19094 -- Improved FakePayload to support write, len and string input | Claude Paroz | |
| Thanks Ondrej Slinták for the suggestion. | |||
| 2012-10-20 | Fixed #5611 -- Restricted accepted content types in parsing POST data | Claude Paroz | |
| Thanks paulegan for the report and Preston Holmes for the review. | |||
| 2012-10-20 | Removed custom WSGIRequestHandler.get_environ | Claude Paroz | |
| We probably historically customized it for good reasons, but currently, the differences with upstream Python are not significant any longer. Also fixes #19075 for which a test has been added. | |||
| 2012-10-20 | Fixed #19150 -- Added validation for USERNAME_FIELD being included in ↵ | Russell Keith-Magee | |
| REQUIRED_FIELDS. Thanks to Chris Pagnutti for the suggestion. | |||
| 2012-10-20 | Fixed #19133 -- Corrected regression in form handling for user passwords. | Russell Keith-Magee | |
| Thanks to pressureman for the report, and to Preston Holmes for the draft patch. | |||
| 2012-10-18 | Fixed #8001 -- Made redirections after add/edit in admin customizable. | Ramiro Morales | |
| Also fixes #18310. | |||
| 2012-10-17 | Fixed a security issue related to password resets | Preston Holmes | |
| Full disclosure and new release are forthcoming | |||
| 2012-10-17 | Reported OpenLayersWidget exceptions through logging | Claude Paroz | |
| 2012-10-16 | Fixed #19130 -- Made some of the auth forms more flexible for user models. | Russell Keith-Magee | |
| 2012-10-15 | Made use of assertXMLEqual in sitemaps tests | Claude Paroz | |
| 2012-10-15 | Fixed assertXMLEqual when first node was a comment | Claude Paroz | |
| 2012-10-15 | Fixed #15753 -- Cleared cache between sitemaps tests | Claude Paroz | |
| When caching was activated, test_simple_sitemap would fail because the test result was fetched from cache. Thanks lucho for the initial patch and krzysiumed@gmail.com for the review. | |||
| 2012-10-15 | Added DeprecationWarning for django.contrib.localflavor. | Adrian Holovaty | |
| Note this is DeprecationWarning instead of PendingDeprecationWarning because we've decided to accelerate this particular deprecation. | |||
| 2012-10-15 | Allow reversed iteration over SortedDict. | Mitar | |
| Iterators cannot be reversed easily without this method. | |||
| 2012-10-15 | Updated base translation files | Claude Paroz | |
| 2012-10-15 | Build context strings out of [u|n]gettext | Claude Paroz | |
| The context strings in [n]pgettext functions should not be marked themselves for translation. | |||
| 2012-10-13 | Fixed #16479 - Forms generated from formsets use ErrorList instead of ↵ | Ludovic Delaveau | |
| supplied error_class Patch with tests from charettes, updated. | |||
| 2012-10-13 | Added 'groups' to UserAdmin.filter_horizontal | Daniele Procida | |
| Is there some reason it's not there already? Our list of groups is very cumbersome to use with the standard widget. | |||
| 2012-10-13 | Fixed #18484 -- Removed the div around the csrf token input | Claude Paroz | |
| 2012-10-13 | Fixed #19067 -- Clarified handling of username in createsuperuser. | Russell Keith-Magee | |
| Thanks to clelland for the report, and Preston Holmes for the draft patch. | |||
| 2012-10-13 | Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified ↵ | Russell Keith-Magee | |
| UserAdmin to match. | |||
| 2012-10-12 | Moved de_CH/formats.py in its correct location | Claude Paroz | |
| Refs #16188. | |||
| 2012-10-12 | Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+ | Brian Galey | |
| 2012-10-12 | Fixed tests introduced for #15915 | Anssi Kääriäinen | |
| The tests didn't clean up properly. The commit that introduced the errors was 8c427448d53ec0d860e1669f35deed73d0240ba1. Thanks to Trac alias rizumu for spotting this. | |||
| 2012-10-11 | Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6 | Claude Paroz | |
| Thanks Bernardo Pires for the report. | |||
| 2012-10-10 | Use renamed threading event API in Python 3.3 | Ian Clelland | |
| Refs #19038. | |||
| 2012-10-10 | Fixed error output from runserver | Claude Paroz | |
| This has been missed in commit 822d6d6dab (Refs #18325). | |||
| 2012-10-09 | Mark the test for left/right lookup types as a known failure on PostGIS 2.0. | Justin Bronn | |
| 2012-10-10 | Moved F() '&' and '|' to .bitand() and .bitor() | Anssi Kääriäinen | |
| Done for consistency with Q() expressions and QuerySet combining. This will allow usage of '&' and '|' as boolean logical operators in the future. Refs #16211. | |||
| 2012-10-10 | Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions" | Anssi Kääriäinen | |
| This reverts commit 28abf5f0ebc9d380f25dd278d7ef4642c4504545. Conflicts: docs/releases/1.5.txt | |||
| 2012-10-10 | Fixed #19096 -- Made can_return_id_from_insert more extendable | Michael Manfre | |
| RETURNING is an extension of the SQL standard, which is not implemented the same by all databases. Allow DatabaseOperations.return_insert_id to return a None to allow for other 3rd party backends with a different implementation. | |||
| 2012-10-09 | Fix exception message from 3190abcd. Refs #18153. | Aymeric Augustin | |
| Thanks Preston Holmes. | |||
| 2012-10-09 | Fixed #18153 -- Reverse OneToOne lookups on unsaved instances. | Aymeric Augustin | |
| Thanks David Hatch and Anssi Kääriäinen for their inputs. | |||
| 2012-10-09 | Fixed #17867 -- Made email validation pass with IDN domains | Claude Paroz | |
| Thanks Pierre Matri for the report and the initial patch. | |||
| 2012-10-08 | Use smarter string decoding in GeoDjango | Claude Paroz | |
| The first try to solve the Python 3 GIS encoding/decoding issue was too naive. Using decode() on all read strings is bound to fail as soon as a non-ascii string is concerned. This patch is a little more clever, leaving ascii decoding when plain ascii strings are expected, and allowing to specify a custom encoding in DataSource hierarchy. | |||
| 2012-10-08 | Fixed #19087 -- Ensured query's base table is never LOUTER joined | Anssi Kääriäinen | |
| This fixes a regression created by join promotion logic refactoring: 01b9c3d5193fe61b82ae8b26242a13fdec22f211 Thanks to Ivan Virabyan for the report. | |||
| 2012-10-08 | [py3] Decoded the parsed source file encoding in debug view | Claude Paroz | |
| 2012-10-07 | Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they ↵ | Justin Bronn | |
| belong. | |||
| 2012-10-07 | Fixed `inspectapp` tests to work with improved PG driver in GDAL 1.9+. | Justin Bronn | |
