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