summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-19Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...Carl Meyer
2012-09-19Fixed #16865 -- Made get_or_create use read database for initial get query.Carl Meyer
2012-09-18Use unicode.translate to speed up js escaping.Dave Hall
2012-09-18Fixed #18980 -- Fixed assertContains regression when passed an objectJeremy Dunck
2012-09-18Fixed #18800 -- Support numbers bigger than max float in `numberformat`.Florian Apolloner
2012-09-18Merge pull request #375 from collinanderson/patch-8Florian Apolloner
2012-09-18document changes for YearArchiveView.Collin Anderson
2012-09-17Fixed #18971 -- added root level CONTRIBUTING docPreston Holmes
2012-09-17Added myself as a committer.Preston Holmes
2012-09-17Merge pull request #195 from pydanny/ajax-docs-exampleTim Graham
2012-09-17Merge branch 'lotheac-fix_uploaded_file_exec'Florian Apolloner
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-09-17Added tests for d21f3d9b171a3cbff4c8ce7a9dbb8b8be3f21bac.Florian Apolloner
2012-09-17Only update `last_login` instead of the whole user object in `update_last_log...Florian Apolloner
2012-09-17Add example of AJAX form submission.Marc Tamlyn
2012-09-16Merge pull request #360 from calebsmith/add-permalink-wraps-testFlorian Apolloner
2012-09-16Fixed #17485 regression -- only + select_related interactionAnssi Kääriäinen
2012-09-16Merge pull request #372 from ptone/patch-2Florian Apolloner
2012-09-16Merge pull request #371 from camilonova/fix_docs_typoFlorian Apolloner
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
2012-09-15Clearer wording for defer docsPreston Holmes
2012-09-15Fixes docs typoCamilo Nova
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-09-15Modernized views.DebugViewTestsClaude Paroz
2012-09-15Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd fo...Tim Graham
2012-09-15Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...Tim Graham
2012-09-15Added an example of using a form wizard with different templates; thanks Lori...Tim Graham
2012-09-15Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c...Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-09-14Correcting my English.Bryan Veloso
2012-09-14Adding myself to the committers list.Bryan Veloso
2012-09-13Merge pull request #364 from martey/ticket_18933Tim Graham
2012-09-13Removed unused quoting/encoding in gis db backendClaude Paroz
2012-09-13Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz
2012-09-12Fixed my terribly outdated profile in committers.txt in celebration of my com...Jeremy Dunck
2012-09-12[py3] Fixed GeoDjango mutable list testsClaude Paroz
2012-09-12Made minimal changes to make gis test suite start with Python 3Claude Paroz
2012-09-12Fixed test output check when password is blankClaude Paroz
2012-09-12Fixed #18182 -- Made is_usable_password check if hashing algorithm is correctClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-10Removed a colloquialism ("and then some") from the documentation index page t...Julien Phalip
2012-09-10Removed an obsolete documentation page about admin style customization.Julien Phalip
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-10Merge pull request #366 from collinanderson/patch-6Alex Gaynor
2012-09-10fixed rfc comment typo in middleware/csrf.pyCollin Anderson
2012-09-10Fixed #18611 -- Display current date/time when running runserverMike Grouchy
2012-09-09Fixed a couple of test failures on Windows.Karen Tracey
2012-09-09Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-09-09Fix Python 3 test failure introduced in a78dd109.Carl Meyer