summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-21Fixed #19008 typo in signals docsPreston Holmes
2012-09-21Fixed #10853 -- Skipped some sessions tests with dummy cache backendClaude Paroz
2012-09-21Merge pull request #386 from clelland/ticket_15269Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-20Removed an excess colon. Thanks to jMyles for the patch.Alex Gaynor
2012-09-20Add documentation for get_caches functionIan Clelland
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-09-20Fixed #17687 -- Made LayerMapping router-awareClaude Paroz
2012-09-20Added a note about GEOS support for 3D/4D WKT notationClaude Paroz
2012-09-19Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...Tim Graham
2012-09-19Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...Tim Graham
2012-09-19Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.Tim Graham
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