summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-12Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni...Russell Keith-Magee
2010-04-12Fixed #13229 -- Updated the list of Finnish municipalities in localflavor. Th...Russell Keith-Magee
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-12Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee
2010-04-12Fixed #11696: Changed app loading code so that it does not swallow import err...Karen Tracey
2010-04-11Fixed #9437 -- Now close the connection after getting the PostGIS version dur...Justin Bronn
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-11Fixed #13298 -- Modified test assertion to ensure that javascript variables a...Russell Keith-Magee
2010-04-11Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...Russell Keith-Magee
2010-04-11Fixed #13311 -- Modified the tag library import process so it doesn't mask im...Russell Keith-Magee
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee
2010-04-09Minor documentation tweaks for GeoDjango, including addition of link to main ...Justin Bronn
2010-04-09Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...Russell Keith-Magee
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-04-09Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee
2010-04-09Fixed #13304 -- Updated auth decorators so they can be used with callable cla...Russell Keith-Magee
2010-04-07Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...Luke Plant
2010-04-06Fixed #13099 - incorrect SQL for `exclude()` exampleLuke Plant
2010-04-06Fixed #13270 - typos in documentationLuke Plant
2010-04-06Fixed test failure that was occurring since r12908Luke Plant
2010-04-06Fixed #13035 - Incorrect documentation regarding admin and default managersLuke Plant
2010-04-06Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant
2010-04-05Fixed #13263 -- Corrected field name typo in queries documentation examples. ...Justin Bronn
2010-04-05Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito.Justin Bronn
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee
2010-04-05Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...Russell Keith-Magee
2010-04-05Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...Russell Keith-Magee
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
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