summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-23Switch to using context managers for acquiring and releasing locks.Alex Gaynor
2012-06-23Don't use a list comprehension when we don't need the resulting list.Alex Gaynor
2012-06-23Fixed #18454 -- Added ability to pass a list of signals to `receiver`.Dmitry Medvinsky
2012-06-23Fixed url translation docs.Bojan Mihelac
2012-06-23Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.jnns
2012-06-22Note that Jython has an alpha with 2.7 support.Alex Gaynor
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-06-22Fixed our HTMLParser patches for python 2.7.4Florian Apolloner
2012-06-22Fixed #17776 - DoesNotExist is not picklableLuke Plant
2012-06-19Removed unneeded u prefixesClaude Paroz
2012-06-19Fixed #15271 -- Defined a to_python method for GeometryFieldClaude Paroz
2012-06-19Added support for gdal 1.9.danger
2012-06-19Fixed a documentation typo on the widget page.Tim Saylor
2012-06-19Fixed #14502 again -- saner verbatim closing tokenChris Beaven
2012-06-19Fixed #18154 -- Documentation on closing File objects and best practicesGabe Jackson
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-18Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin temp...Daniel Hepper
2012-06-17Fixed GIS testsuite.Florian Apolloner
2012-06-16Fixed #18420 -- Prevented the admin JS from crashing when the main form conta...Julien Phalip
2012-06-16Updated the admin's minified JS files.Julien Phalip
2012-06-16Fixed the path to the admin's compress.py script in the doc.Julien Phalip
2012-06-16Fixed #18477 -- Fixed colspan value when a TabularInline form contains valida...Julien Phalip
2012-06-16Skip GeometryFieldTest if there's no spacial database.Julien Phalip
2012-06-15Favored text (StringIO) over binary content for deserializationClaude Paroz
2012-06-14IfParser.next() method renamed to avoid confusion with iterator protocol.Luke Plant
2012-06-14Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.Luke Plant
2012-06-14Executed SpatialRefSysTest only with spatial backendClaude Paroz
2012-06-14Discovered some geodjango tests with standard mechanismClaude Paroz
2012-06-14Fixed #18110 -- Improve template cache tag documentationJulian Bez
2012-06-14Fixed #17754 -- Refactored gis.measureClaude Paroz
2012-06-14Fixed #12140 -- Fixed http.urlencode result for empty listsClaude Paroz
2012-06-13Removed escaping test of query contentClaude Paroz
2012-06-13Fixed connection.queries encoding handling on OracleAnssi Kääriäinen
2012-06-13Fixed #18461 -- Ensured that last_executed_query returns UnicodeClaude Paroz
2012-06-12Added missing encoding prefix in localflavor testClaude Paroz
2012-06-12Cleaned up locale-related encoding issuesClaude Paroz
2012-06-11Fixed #18463 -- Forced type() argument to be a byte stringClaude Paroz
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-10Fixed #18457 -- Fixed encoding error in yaml deserializerClaude Paroz
2012-06-10Corrected way to get URL of object in admin history templateLuke Plant
2012-06-09Added note about including fixtures hashing algorithmClaude Paroz
2012-06-09Fixed #18157 -- Documented that setting PASSWORD_HASHERS can speed up testsClaude Paroz
2012-06-09Fixed pagination example wrt new next_page_number behaviorClaude Paroz
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
2012-06-09Removed test of connection features before setting up databasesClaude Paroz
2012-06-09Reverted 905e33f, now that DatabaseFeatures does not need confirmClaude Paroz
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-06-09Fixed #16418 -- Made generic views work with ModelFormsAnssi Kääriäinen
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette