| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-18 | Fixed #18046 - Documented than an index is created by default for ↵ | Tim Graham | |
| ForeignKeys; thanks jbauer for the suggestion. | |||
| 2012-10-18 | Added missed poisoned host header tests | Preston Holmes | |
| 2012-10-18 | Fixed #19132 -- Added example for creating custom lazy function | Claude Paroz | |
| Thanks flagzeta@yahoo.it for the report and Luke Plant for his expert assistance. | |||
| 2012-10-17 | Fixed an error in cookie documentation | Preston Holmes | |
| 2012-10-17 | Fixed a security issue related to password resets | Preston Holmes | |
| Full disclosure and new release are forthcoming | |||
| 2012-10-17 | Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in ↵ | Tim Graham | |
| the list of middleware. | |||
| 2012-10-17 | Reported OpenLayersWidget exceptions through logging | Claude Paroz | |
| 2012-10-16 | Fixed #18548 - Clarified note regarding reusing model instances when form ↵ | Tim Graham | |
| validation fails. | |||
| 2012-10-16 | Fixed #19130 -- Made some of the auth forms more flexible for user models. | Russell Keith-Magee | |
| 2012-10-16 | Fixed #19128 -- Reworded admonition about Jython and Django 1.5 | Claude Paroz | |
| Thanks adam@hopelessgeek.com for the report. | |||
| 2012-10-15 | Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for ↵ | Tim Graham | |
| the feedback. | |||
| 2012-10-15 | Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld! | Tim Graham | |
| 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 | Added docs link to new third-party Lithuanian localflavor | Adrian Holovaty | |
| 2012-10-15 | Added tests for reversed iteration over SortedDict. | Mitar | |
| 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 | Merge pull request #436 from ddbeck/patch-1 | Adrian Holovaty | |
| Removed heteronormativity from coding style doc | |||
| 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 | Updated Transifex base url | Claude Paroz | |
| 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-14 | Replaced mentions of Subversion by Git in docs | Claude Paroz | |
| 2012-10-13 | Added release note about removed div around csrf token | Claude Paroz | |
| Refs #18484. Thanks Simon Charette for the suggestion. | |||
| 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 | Added ref to format localization in Date[Time]Field docs | Claude Paroz | |
| Thanks henrik@aisti.fi for the suggestion in #19119. | |||
| 2012-10-13 | Fixed #19119 -- Corrected default date input formats in docs | Claude Paroz | |
| Thanks henrik@aisti.fi for the report. | |||
| 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 | Merge pull request #422 from elvard/18996 | Tim Graham | |
| Fixed #18996 - Clarified overriden model methods not called on bulk operations | |||
| 2012-10-12 | Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 | Tim Graham | |
| 2012-10-12 | Updated localflavor docs to note the new packages | Adrian Holovaty | |
| 2012-10-12 | Removed country-specific localflavor tests. | Adrian Holovaty | |
| They now live in separate django-contrib-XX packages. | |||
| 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-11 | Fixed #10936 - Noted that using SQLite for development is a good idea | Tim Graham | |
| 2012-10-11 | Merge pull request #428 from donspaulding/patch-1 | Tim Graham | |
| Removed extra indent in docs/topics/db/queries.txt | |||
| 2012-10-11 | Fixed #16588 - Warned about field names that conflict with the model API | Tim Graham | |
| 2012-10-11 | Fixed #14165 - Documented that TransactionMiddleware only applies to the ↵ | Tim Graham | |
| default database. | |||
| 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-11 | More URL reversion docs typo fixes. | Ramiro Morales | |
| 2012-10-11 | Merge pull request #437 from dmedvinsky/bug/docs-typo-reversing | Tim Graham | |
| Fixed typo in URL reversing docs | |||
| 2012-10-11 | Fixed #16817 - Added a guide of code coverage to contributing docs. | Tim Graham | |
| Thanks Pedro Lima for the draft patch. | |||
| 2012-10-11 | Fix typo in URLs reversing docs | Dmitry Medvinsky | |
| 2012-10-10 | Fixed #4501 - Documented how to use coverage.py with Django tests. | Tim Graham | |
| Thanks krzysiumed for the draft patch. | |||
| 2012-10-10 | Remove heteronormativity from coding style doc | Daniel D. Beck | |
