summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-17Reported OpenLayersWidget exceptions through loggingClaude Paroz
2012-10-16Fixed #18548 - Clarified note regarding reusing model instances when form val...Tim Graham
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
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for th...Tim Graham
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
2012-10-15Merge pull request #436 from ddbeck/patch-1Adrian Holovaty
2012-10-15Added DeprecationWarning for django.contrib.localflavor.Adrian Holovaty
2012-10-15Updated Transifex base urlClaude Paroz
2012-10-15Allow reversed iteration over SortedDict.Mitar
2012-10-15Updated base translation filesClaude Paroz
2012-10-15Build context strings out of [u|n]gettextClaude Paroz
2012-10-14Replaced mentions of Subversion by Git in docsClaude Paroz
2012-10-13Added release note about removed div around csrf tokenClaude Paroz
2012-10-13Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...Ludovic Delaveau
2012-10-13Added 'groups' to UserAdmin.filter_horizontalDaniele Procida
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
2012-10-13Fixed #19119 -- Corrected default date input formats in docsClaude Paroz
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
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
2012-10-12Moved de_CH/formats.py in its correct locationClaude Paroz
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
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 defa...Tim Graham
2012-10-12Fixed tests introduced for #15915Anssi Kääriäinen
2012-10-11Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6Claude Paroz
2012-10-11More URL reversion docs typo fixes.Ramiro Morales
2012-10-11Merge pull request #437 from dmedvinsky/bug/docs-typo-reversingTim Graham
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
2012-10-11Fix typo in URLs reversing docsDmitry Medvinsky
2012-10-10Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
2012-10-10Remove heteronormativity from coding style docDaniel D. Beck
2012-10-10Use renamed threading event API in Python 3.3Ian Clelland
2012-10-10Fixed error output from runserverClaude Paroz
2012-10-09Fixed #19097 -- documented module of origin for HttpRes/req objectsPreston Holmes
2012-10-10Removed some uses of F() expression & and |Anssi Kääriäinen
2012-10-09Mark the test for left/right lookup types as a known failure on PostGIS 2.0.Justin Bronn
2012-10-10Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insertMichael Manfre