summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-27Fixed two broken links introduced in recent commits.Tim Graham
2012-09-27Added a note regarding interaction between GitHub and Trac PluginPreston Holmes
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-09-27Fixed a small oversight in auth testsPreston Holmes
2012-09-27Added complementary regression test for commit c1729510Eduardo Cereto Carvalho
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-27Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-09-26Fixed #18675 -- Fixed was_modified_since with floating-point mtimeClaude Paroz
2012-09-26Fixed parse_http_date docstring and moved related testsClaude Paroz
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-26Merge pull request #391 from reverie/patch-1Tim Graham
2012-09-25Fixed #19020 -- Do not depend on dict order in formtools testsClaude Paroz
2012-09-25Merge pull request #394 from yohanboniface/doc_typosAlex Gaynor
2012-09-25Fix little typo in cache documentationYohan Boniface
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-24Fix docs for context_processors.authAndrew Badr
2012-09-24Called parent __init__ in test logging handlerClaude Paroz
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-24Replaced a deprecated assertEqualsClaude Paroz
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