summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-12Fixed #10470 -- Fixed a race condition in middleware initialization.Malcolm Tredinnick
2009-03-12Fixed #10467 -- Fixed generated INSERT SQL for PostgreSQL 8.1 and earlier.Malcolm Tredinnick
2009-03-12Return last insert ID correctly when the feature is enabled.Malcolm Tredinnick
2009-03-12Slight refactoring of isolation setting from r10029.Malcolm Tredinnick
2009-03-11Fixed some breakages in the Oracle test database handling from r10026.Ian Kelly
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2009-03-11Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10...Russell Keith-Magee
2009-03-11Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.Malcolm Tredinnick
2009-03-11Fixed the django.contrib.gis test database creation as well.Malcolm Tredinnick
2009-03-11Fixed some breakages in the test database handling from r10026.Malcolm Tredinnick
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2009-03-10Refs #10443: Added Oracle to the #10443 regression test exemption, since we d...Ian Kelly
2009-03-10Added savepoint support to the Oracle backend, necessary per the thread at ht...Ian Kelly
2009-03-10Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM...Justin Bronn
2009-03-10Removed a FIXME from the queryset-refactor days.Malcolm Tredinnick
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-03-10Fixed #10439 -- Fixed a subtle test failure caused by r9994.Malcolm Tredinnick
2009-03-10Fixed #10443 -- Fixed model attribute updating after r10003.Malcolm Tredinnick
2009-03-10Added an editorial comment to a test.Malcolm Tredinnick
2009-03-09Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objec...Justin Bronn
2009-03-09Updates German translation, fixes #10444Jannis Leidel
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2009-03-09Made a couple of cross-references in the model fields documentaiton consistent.Malcolm Tredinnick
2009-03-09Fixed #9436 -- Updated docs build code to create "new in development version".Malcolm Tredinnick
2009-03-09Changed a few versionadded doc directives from "development" to "1.1".Malcolm Tredinnick
2009-03-09Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick
2009-03-08Fixed #10072 -- `GMarker` overlays now have `draggable` option. Thanks to pr...Justin Bronn
2009-03-08Fixed #9626 -- Fixed a deletion race in the locmem cache.Malcolm Tredinnick
2009-03-08Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick
2009-03-08Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well.Malcolm Tredinnick
2009-03-08Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.Malcolm Tredinnick
2009-03-08Fixed #9399 -- Added StopFutureHandlers to export list in file handling.Malcolm Tredinnick
2009-03-08Fixed #10433: Corrected typo in test doc. Thanks Matt Doran.Karen Tracey
2009-03-08Fixed #10432 -- Handle all kinds of iterators in queryset filters.Malcolm Tredinnick
2009-03-07Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn
2009-03-06Fixed #9649 -- Better error handling in model creation.Malcolm Tredinnick
2009-03-06Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend.Malcolm Tredinnick
2009-03-06Improved table join handling for comparisons against NULL.Malcolm Tredinnick
2009-03-06Fixed #10397 -- made GIS test runner compatible with changes in r9756.Justin Bronn
2009-03-05Clarified documentation regarding Oracle's treatment of nulls and empty strings.Ian Kelly
2009-03-04Made it explicit if you accidentally override a Field from a parent model.Malcolm Tredinnick
2009-03-04Fixed #10406 -- Fixed some problems with model inheritance and pk fields.Malcolm Tredinnick
2009-03-04Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field.Malcolm Tredinnick
2009-03-04Fixed #10362 -- An update() that only affects a parent model no longer crashes.Malcolm Tredinnick
2009-03-04Changed the row count value returned from update queries in some cases.Malcolm Tredinnick
2009-03-04Changed the handling of as_sql() versus _as_sql() in Query/QuerySet from r9928.Malcolm Tredinnick
2009-03-04Fixed #10381 -- Fixed some a machine-dependent test failure after r9921.Malcolm Tredinnick
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn
2009-03-03Final piece (he says, hopefully) of r9945 changes.Malcolm Tredinnick
2009-03-03Fixed #10395 -- Fixed more fallout from r9945.Malcolm Tredinnick