summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-15Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Pau...Russell Keith-Magee
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2009-03-15Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee
2009-03-15Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2009-03-15Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-14Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th...Adrian Holovaty
2009-03-14Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Sc...Russell Keith-Magee
2009-03-14Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....Russell Keith-Magee
2009-03-13Fixed #10488: fixed DB cache backend test failures in Oracle.Ian Kelly
2009-03-13Fixed #10238: coerce TextField values to unicode in the oracle backend.Ian Kelly
2009-03-13Fixed a case where column aliases weren't being quoted properly.Ian Kelly
2009-03-13Prevented InsertQuery from appending a 'RETURNING' clause when it's not actua...Ian Kelly
2009-03-13Improved the error message in case of an invalid DATABASE_BACKEND to ignore '...Adrian Holovaty
2009-03-13Fixed #10487 -- Refactored the database-backend-selection logic into a functi...Adrian Holovaty
2009-03-12Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.Ian Kelly
2009-03-12Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee
2009-03-12Tweaked the dummy database backend initialisation.Malcolm Tredinnick
2009-03-12Fixed a problem from r10036. Fixed #10470.Malcolm Tredinnick
2009-03-12Fixed #10472 -- Fixed a race condition in reverse URL resolving.Malcolm Tredinnick
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