summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-18Fixed #18046 - Documented than an index is created by default for ↵Tim Graham
ForeignKeys; thanks jbauer for the suggestion.
2012-10-18Added missed poisoned host header testsPreston Holmes
2012-10-18Fixed #19132 -- Added example for creating custom lazy functionClaude Paroz
Thanks flagzeta@yahoo.it for the report and Luke Plant for his expert assistance.
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-10-17Fixed a security issue related to password resetsPreston Holmes
Full disclosure and new release are forthcoming
2012-10-17Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in ↵Tim Graham
the list of middleware.
2012-10-17Reported OpenLayersWidget exceptions through loggingClaude Paroz
2012-10-16Fixed #18548 - Clarified note regarding reusing model instances when form ↵Tim Graham
validation fails.
2012-10-16Fixed #19130 -- Made some of the auth forms more flexible for user models.Russell Keith-Magee
2012-10-16Fixed #19128 -- Reworded admonition about Jython and Django 1.5Claude Paroz
Thanks adam@hopelessgeek.com for the report.
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for ↵Tim Graham
the feedback.
2012-10-15Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!Tim Graham
2012-10-15Made use of assertXMLEqual in sitemaps testsClaude Paroz
2012-10-15Fixed assertXMLEqual when first node was a commentClaude Paroz
2012-10-15Added docs link to new third-party Lithuanian localflavorAdrian Holovaty
2012-10-15Added tests for reversed iteration over SortedDict.Mitar
2012-10-15Fixed #15753 -- Cleared cache between sitemaps testsClaude 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-15Merge pull request #436 from ddbeck/patch-1Adrian Holovaty
Removed heteronormativity from coding style doc
2012-10-15Added 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-15Updated Transifex base urlClaude Paroz
2012-10-15Allow reversed iteration over SortedDict.Mitar
Iterators cannot be reversed easily without this method.
2012-10-15Updated base translation filesClaude Paroz
2012-10-15Build context strings out of [u|n]gettextClaude Paroz
The context strings in [n]pgettext functions should not be marked themselves for translation.
2012-10-14Replaced mentions of Subversion by Git in docsClaude Paroz
2012-10-13Added release note about removed div around csrf tokenClaude Paroz
Refs #18484. Thanks Simon Charette for the suggestion.
2012-10-13Fixed #16479 - Forms generated from formsets use ErrorList instead of ↵Ludovic Delaveau
supplied error_class Patch with tests from charettes, updated.
2012-10-13Added 'groups' to UserAdmin.filter_horizontalDaniele 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-13Fixed #18484 -- Removed the div around the csrf token inputClaude Paroz
2012-10-13Added ref to format localization in Date[Time]Field docsClaude Paroz
Thanks henrik@aisti.fi for the suggestion in #19119.
2012-10-13Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
Thanks henrik@aisti.fi for the report.
2012-10-13Fixed #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-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified ↵Russell Keith-Magee
UserAdmin to match.
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
Fixed #18996 - Clarified overriden model methods not called on bulk operations
2012-10-12Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5Tim Graham
2012-10-12Updated localflavor docs to note the new packagesAdrian Holovaty
2012-10-12Removed country-specific localflavor tests.Adrian Holovaty
They now live in separate django-contrib-XX packages.
2012-10-12Moved de_CH/formats.py in its correct locationClaude Paroz
Refs #16188.
2012-10-12Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+Brian Galey
2012-10-11Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-10-11Merge pull request #428 from donspaulding/patch-1Tim Graham
Removed extra indent in docs/topics/db/queries.txt
2012-10-11Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-11Fixed #14165 - Documented that TransactionMiddleware only applies to the ↵Tim Graham
default database.
2012-10-12Fixed tests introduced for #15915Anssi 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-11Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6Claude Paroz
Thanks Bernardo Pires for the report.
2012-10-11More URL reversion docs typo fixes.Ramiro Morales
2012-10-11Merge pull request #437 from dmedvinsky/bug/docs-typo-reversingTim Graham
Fixed typo in URL reversing docs
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
Thanks Pedro Lima for the draft patch.
2012-10-11Fix typo in URLs reversing docsDmitry Medvinsky
2012-10-10Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
Thanks krzysiumed for the draft patch.
2012-10-10Remove heteronormativity from coding style docDaniel D. Beck