summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-08Used git log instead of git show for last commit's timestampAnssi Kääriäinen
2012-06-08Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@l...Adrian Holovaty
2012-06-08Added myself to committersAnssi Kääriäinen
2012-06-08Fixed an error in a git command.Aymeric Augustin
2012-06-08Revised the text in the 'Processing the data from a form' section.Audrey Roy
2012-06-08Revised the text in the 'Using a form in a view' section.Audrey Roy
2012-06-08Clarified the purpose of the pull requsets docsAymeric Augustin
2012-06-08Explained an alternative way to fetch a branch.Aymeric Augustin
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-08Merge pull request #127 from dhepper/masterAymeric Augustin
2012-06-08Fixed #18125 -- Explained caveat with filtersAymeric Augustin
2012-06-08Small corrections to committing-code docsLuke Plant
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #17933 -- Added a missing label to the docs.Aymeric Augustin
2012-06-07Fixed #18436 -- Updated contributing docs for git.Aymeric Augustin
2012-06-07Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...Jann Kleen
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
2012-06-07Fixed #17933 -- Added intro note to writing-documentation.txtAdrian Holovaty
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-07Merge pull request #122 from jakul/issue-18442Aymeric Augustin
2012-06-07fix bad locale namesjakul
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Added more precise assertions on two fixture tests.Claude Paroz
2012-06-07Merge pull request #117 from juanriaza/masterAymeric Augustin
2012-06-07Fixed #18380 -- Improve installation instructions for MySQLdbJuan Riaza
2012-06-07Fixed #16916 -- Documented default headers for the test client.Aymeric Augustin