summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-04Tweaked a test model in delete_regress to avoid having a column name that cau...Karen Tracey
2010-04-04Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...Russell Keith-Magee
2010-04-04Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...Russell Keith-Magee
2010-04-03Fixed #12247 -- Corrected the way update queries are processed when the updat...Russell Keith-Magee
2010-04-02Fixed #11956 -- Modified the handling of m2m relationships between subclasses...Russell Keith-Magee
2010-04-02Fixed #12429 -- Modified RawQuery to provide some facilities required by Orac...Russell Keith-Magee
2010-04-01Fixed #13256 -- `OGRGeometry` no longer raises an exception when compared to ...Justin Bronn
2010-04-01Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...Russell Keith-Magee
2010-04-01Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee
2010-04-01Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...Russell Keith-Magee
2010-04-01Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee
2010-03-31No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf` when u...Justin Bronn
2010-03-31Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...Russell Keith-Magee
2010-03-31Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee
2010-03-31Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...Russell Keith-Magee
2010-03-31Restored pre-r10062 behavior allowing None from formfield_callback to exclude...Brian Rosner
2010-03-30PostGIS 1.5 allows distance queries on non-point geographic geometry columns ...Justin Bronn
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-30Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...Russell Keith-Magee
2010-03-30Fixed #8904 -- Improved error message when spatial lookup is not available, a...Justin Bronn
2010-03-29Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...Justin Bronn
2010-03-29Added another GDAL bug workaround for retrieving the correct coordinate dimen...Justin Bronn
2010-03-29Fixed #13070 -- Introduced fallback code to detect SpatiaLite 2.3.0 versions ...Justin Bronn
2010-03-29Fixed #11785 -- Clarified error message when the layer geometry type doesn't ...Justin Bronn
2010-03-29Fixed #12312 -- Set the coordinate dimension on each component of geometry co...Justin Bronn
2010-03-29Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r...Russell Keith-Magee
2010-03-29Fixed #13239 -- Forced the deletion of the Popen object, avoiding a bug in Py...Russell Keith-Magee
2010-03-27Updated jQuery to 1.4.2.Jannis Leidel
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-27Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...Jannis Leidel
2010-03-27Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.Gary Wilson Jr
2010-03-27Fixed #13103 -- A bit of re-organization to the custom template `ModelAdmin` ...Gary Wilson Jr
2010-03-27Fixed #13032 - Added localize parameter to form fields to be able to selecti...Jannis Leidel
2010-03-27Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...Russell Keith-Magee
2010-03-27Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...Russell Keith-Magee
2010-03-27Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley for patch.Gary Wilson Jr
2010-03-27Fixed #13202 -- Documented required libraries for markup template tags, based...Gary Wilson Jr
2010-03-26Removed out-of-date statement in markdown templatetags docstring (refs #1204).Gary Wilson Jr
2010-03-26Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...Gary Wilson Jr
2010-03-26Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...Justin Bronn
2010-03-26Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...Russell Keith-Magee
2010-03-25Peform smarter version detection of GDAL so development versions are supported.Justin Bronn
2010-03-25Modified the delete test to clean up after itself properly, so that the proxy...Russell Keith-Magee
2010-03-25Fixed #12766 -- Only set the psycopg1 client encoding when the connection is ...Russell Keith-Magee
2010-03-25Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...Russell Keith-Magee
2010-03-25Fixed #12759 -- Fixed the iterator method on psycopg1 cursors, which was prev...Russell Keith-Magee
2010-03-25Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee
2010-03-23Fixed #13173: Made the admin_scripts tests pass when the running python execu...Karen Tracey
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-23Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel ...Russell Keith-Magee