2 years agoMerged w/trunk up to r11732. trunk tip
Justin Bronn <jbronn@geodjango.org> [Fri, 13 Nov 2009 11:27:59 -0600] rev 1144
Merged w/trunk up to r11732.

2 years ago[svn r11732] Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rfugger for the report and test case. trunk
russellm [Wed, 11 Nov 2009 07:06:18 -0600] rev 1143
[svn r11732] Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rfugger for the report and test case.

2 years ago[svn r11731] Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0 due to bug in that underlying library version. trunk
jbronn [Tue, 10 Nov 2009 11:28:20 -0600] rev 1142
[svn r11731] Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0 due to bug in that underlying library version.

2 years ago[svn r11730] Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignKeys outside of models. Thanks to jittat for the report. trunk
russellm [Tue, 10 Nov 2009 09:21:12 -0600] rev 1141
[svn r11730] Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignKeys outside of models. Thanks to jittat for the report.

2 years ago[svn r11729] Fixed a brittle test case that was failing on PostGIS versions < 1.4. trunk
jbronn [Mon, 09 Nov 2009 21:51:05 -0600] rev 1140
[svn r11729] Fixed a brittle test case that was failing on PostGIS versions < 1.4.

2 years ago[svn r11728] Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010. trunk
jbronn [Mon, 09 Nov 2009 21:35:25 -0600] rev 1139
[svn r11728] Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010.

2 years ago[svn r11727] Added support for spatially filtering what OGR features are returned in iteration via the `Layer.spatial_filter` property. trunk
jbronn [Mon, 09 Nov 2009 19:54:35 -0600] rev 1138
[svn r11727] Added support for spatially filtering what OGR features are returned in iteration via the `Layer.spatial_filter` property.

2 years ago[svn r11726] Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to prevent spurious warnings in database logs. Thanks, Matt Russell for ticket and patch. trunk
jbronn [Sat, 07 Nov 2009 18:51:42 -0600] rev 1137
[svn r11726] Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to prevent spurious warnings in database logs. Thanks, Matt Russell for ticket and patch.

2 years ago[svn r11724] Fixed #12168 -- Corrected the registration of m2m autocreated models when models.py is split into submodules. Thanks to Jens Diemer for the report and test case. trunk
russellm [Thu, 05 Nov 2009 05:57:28 -0600] rev 1136
[svn r11724] Fixed #12168 -- Corrected the registration of m2m autocreated models when models.py is split into submodules. Thanks to Jens Diemer for the report and test case.

2 years ago[svn r11723] Corrected a markup error in the m2m inline docs. trunk
russellm [Wed, 04 Nov 2009 09:05:49 -0600] rev 1135
[svn r11723] Corrected a markup error in the m2m inline docs.