summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 #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