summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-04-14Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...Karen Tracey
2010-04-13Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...Russell Keith-Magee
2010-04-13Fixed #13290 - Added a section about minification of admin JavaScript files t...Jannis Leidel
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-13Also minify the JavaScript file for pre-populated form fields in the admin.Jannis Leidel
2010-04-13Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel
2010-04-13Fixed #13332 -- Corrected the cleanup code in the test client to avoid a refc...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 #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-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-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-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-27Updated jQuery to 1.4.2.Jannis Leidel