summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-24Enlarged exception catching when testing for GDAL presenceClaude Paroz
2012-09-23[py3] Allowed bytes in get_prep_value for a GeometryClaude Paroz
2012-09-23[py3] Fixed unicode string in geoapp testClaude Paroz
2012-09-23[py3] Updated PostGIS adapterClaude Paroz
2012-09-23[py3] Fixed outdated map() call in GIS sql compilerClaude Paroz
2012-09-23Made a version condition less confusing.Aymeric Augustin
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-09-23[py3] Added buffer/memoryview compatibilityClaude Paroz
2012-09-23Fixed #18982 - Caught TypeError in DateField.cleanAymeric Augustin
2012-09-22Fixed #18861 -- Triggered message validation with locmem email backendClaude Paroz
2012-09-22Fixed #18968 -- Only use separate GML regex for SpatiaLite < 3.0Brian Galey
2012-09-22Fixed #18057 - Documented that caches are not cleared after each test; thanks...Tim Graham
2012-09-22Fixed #18951 -- Formatting of microseconds.Aymeric Augustin
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-09-22Made geo3d tests independent from each otherClaude Paroz
2012-09-22Fixed #16835 -- add groups to auth.user admin list_filterDan Loewenherz
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