summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-04-13[1.1.X] Refs #13227 -- Partial backport of r12865; backported the changes to ...Russell Keith-Magee
2010-04-12[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in ...Karen Tracey
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-12[1.1.X] Fixed #13309 -- Ensure that delete() deletes everything it should del...Russell Keith-Magee
2010-04-12[1.1.X] Fixed #11696: Changed app loading code so that it does not swallow im...Karen Tracey
2010-04-11[1.1.X] Fixed #9437 -- Now close the connection after getting the PostGIS ver...Justin Bronn
2010-04-05[1.1.X] Fixed #13129 -- Corrected CSS on RTL layout when a changelist has adm...Russell Keith-Magee
2010-04-05[1.1.X] Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelM...Russell Keith-Magee
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-04-04[1.1.X] Fixed #12328 -- Corrected the handling of subqueries with ordering an...Russell Keith-Magee
2010-04-03[1.1.X] Fixed #12247 -- Corrected the way update queries are processed when t...Russell Keith-Magee
2010-04-02[1.1.X] Fixed #11956 -- Modified the handling of m2m relationships between su...Russell Keith-Magee
2010-04-01[1.1.X] Fixed #13256 -- `OGRGeometry` no longer raises an exception when comp...Justin Bronn
2010-04-01[1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't corrupt...Russell Keith-Magee
2010-03-31[1.1.X] No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf...Justin Bronn
2010-03-31[1.1.X] Fixed #11916 -- Corrected handling of aggregation when there is a sub...Russell Keith-Magee
2010-03-31[1.1.X] Fixed #13253 -- Updated the help message for dumpdata to indicate tha...Russell Keith-Magee
2010-03-31[1.1.X] Restored pre-r10062 behavior allowing None from formfield_callback to...Brian Rosner
2010-03-29[1.1.X] Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on g...Justin Bronn
2010-03-29[1.1.X] Added another GDAL bug workaround for retrieving the correct coordina...Justin Bronn
2010-03-29[1.1.X] Fixed #11785 -- Clarified error message when the layer geometry type ...Justin Bronn
2010-03-29[1.1.X] Fixed #12312 -- Set the coordinate dimension on each component of geo...Justin Bronn
2010-03-29[1.1.X] `OGRGeomType` now recognizes 2.5D types, and removes need for unneces...Justin Bronn
2010-03-29[1.1.X] Fixed a brittle test case that was failing on PostGIS versions < 1.4.Justin Bronn
2010-03-27[1.1.X] Fixed #12778 - Added media handling abilities to admin inlines. Thank...Jannis Leidel
2010-03-26[1.1.X] Removed out-of-date statement in markdown templatetags docstring (ref...Gary Wilson Jr
2010-03-26[1.1.X] Fixed #12594 -- Ensured that a meaningful exception is raised when th...Russell Keith-Magee
2010-03-25[1.1.X] Peform smarter version detection of GDAL so development versions are ...Justin Bronn
2010-03-25[1.1.X] Fixed #12766 -- Only set the psycopg1 client encoding when the connec...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...Russell Keith-Magee
2010-03-22[1.1.X] Fixed #12554 again: Corrected regression in silencing attribute looku...Karen Tracey
2010-03-21[1.1.X] Fixed #12822: Don't copy the _aggregate_select_cache when cloning a q...Karen Tracey
2010-03-21[1.1.X] Fixed #12286: Ensure proxied model's table is created.Karen Tracey
2010-03-20[1.1.X] Fixed #12554: Silence exceptions that have specified silent_variable_...Karen Tracey
2010-03-20[1.1.X] Fixed #12239, again: Refined the original fix to avoid the test error...Karen Tracey
2010-03-20[1.1.X] Fixed #12239: Fixed results of gte and lt queries when comparing floa...Karen Tracey
2010-03-20[1.1.X] Fixed #12851 -- Corrected the interaction of defer() with select_rela...Russell Keith-Magee
2010-03-20[1.1.X] Fixed #12707. Admin action messages are no longer displayed when subm...Karen Tracey
2010-03-20[1.1.X] Fixed #12850 -- Ensured that constraint names are quoted when they ar...Russell Keith-Magee
2010-03-19[1.1.X] Fixed #13152 -- Ensure the test client saves the session before writi...Russell Keith-Magee
2010-03-16[1.1.X] Changed the comments post view code to avoid raising an exception if ...Karen Tracey
2010-03-16[1.1.X] Fixed #12105: Corrected handling of isnull=False lookups in admin. Th...Karen Tracey
2010-03-15[1.1.X] Fixed #12339 -- Made content type deletion an interactive process to ...Russell Keith-Magee
2010-03-15[1.1.X] Fixed #13114 -- Modified escapejs to produce output that is JSON comp...Russell Keith-Magee
2010-03-15[1.1.X] Fixed #13108 -- Corrected an ambiguity in test data with the potentia...Russell Keith-Magee
2010-03-14[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs...Karen Tracey
2010-03-13[1.1.X] Fixed #13107: Adjusted decimal_places validation to accept 0 as a val...Karen Tracey
2010-03-12[1.1.X] Fixed #11801 -- Corrected form validation to ensure you can still get...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...Russell Keith-Magee