Changes between Initial Version and Version 2 of Ticket #13934
- Timestamp:
- Jul 14, 2010, 3:01:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13934
- Property Milestone → 1.3
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #13934 – Description
initial v2 1 If you try to {{{select_related()}}} with a {{{GeoManager}}}, things get pretty nasty with Django 1.2.1 If you try to `select_related()` with a `GeoManager`, things get pretty nasty with Django 1.2. 2 2 3 You get a {{{TypeError}}}, claiming that {{{get_default_columns()}}} does not support the {{{local_only}}}parameter.3 You get a `TypeError`, claiming that `get_default_columns()` does not support the `local_only` parameter. 4 4 5 5 Included is a patch that ports the functionality over.