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
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2009-08-21
[1.0.X] Fixed #11049: introspection on Oracle now identifies IntegerFields co...
Matt Boersma
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-07-11
[1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for m2...
Russell Keith-Magee
2009-06-15
[1.0.X] Fixed #9023 -- Corrected a problem where cached attribute values woul...
Russell Keith-Magee
2009-06-15
[1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caus...
Russell Keith-Magee
2009-06-08
[1.0.X] Fixed #10785 -- Corrected a case for foreign key lookup where the rel...
Russell Keith-Magee
2009-06-03
[1.0.X] Fixed #9479 -- Corrected an edge case in bulk queryset deletion that ...
Russell Keith-Magee
2009-05-29
[1.0.X] Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.
Gary Wilson Jr
2009-05-19
[1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key fields w...
Russell Keith-Magee
2009-05-13
[1.0.X] Fixed BooleanFields being coerced null=True in Oracle. Backport of r1...
Ian Kelly
2009-05-12
[1.0.X] Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled wit...
Matt Boersma
2009-05-11
[1.0.X] Fixed #11050 -- Oracle now passes all but one introspection unit test.
Matt Boersma
2009-05-02
[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...
Russell Keith-Magee
2009-04-21
[1.0.X] Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.
Matt Boersma
2009-04-13
[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...
Russell Keith-Magee
2009-04-13
[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m fields...
Russell Keith-Magee
2009-04-12
[1.0.X] Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.
Malcolm Tredinnick
2009-04-12
[1.0.X] Fixed #10692 -- Fixed DecimalField lookups for extreme values.
Malcolm Tredinnick
2009-04-12
[1.0.X] Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.
Malcolm Tredinnick
2009-04-12
[1.0.X] Fixed #10071 -- Changed some internal database data representations.
Malcolm Tredinnick
2009-04-11
[1.0.X] Fixed #10357 -- Fixed the "dbshell" command for Windows users.
Malcolm Tredinnick
2009-04-11
[1.0.X] Fixed #10450 -- Fixed an initialisation problem in the savepoint code.
Malcolm Tredinnick
2009-04-10
[1.0.X] Fixed #9640, #10549: BooleanFields with choices, a default, and null=...
Jacob Kaplan-Moss
2009-04-03
[1.0.X] Fixed #9991: correctly introspect PostgreSQL 'real' types. Backport o...
Jacob Kaplan-Moss
2009-04-02
[1.0.X] Fixed #10063: stop passing the -W flag to psql since it isn't needed ...
Jacob Kaplan-Moss
2009-03-31
[1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying ...
Jacob Kaplan-Moss
2009-03-31
[1.0.X] Fixed #10157: correctly set the related objects pk when assigning a r...
Jacob Kaplan-Moss
2009-03-30
[1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on...
Joseph Kocherhans
2009-03-27
[1.0.X] Fixed an issue with unicode being mangled in Oracle when the database...
Ian Kelly
2009-03-25
[1.0.X] Fixed a breakage with ManyToManyFields in admin caused by r10140. Ref...
Russell Keith-Magee
2009-03-24
[1.0.X] Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-20
[1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers.
Malcolm Tredinnick
2009-03-15
[1.0.X] Use plain model.Manager, or suitable proxy, for model saving.
Malcolm Tredinnick
2009-03-13
[1.0.X] Fixed #10488: fixed DB cache backend test failures in Oracle. Backpor...
Ian Kelly
2009-03-13
[1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backen...
Ian Kelly
2009-03-10
[1.0.X] Backport of 10022 from trunk. Added savepoint support to the Oracle b...
Ian Kelly
2009-03-10
[1.0.X] Fixed #10443 -- Fixed model attribute updating after r10004.
Malcolm Tredinnick
2009-03-09
[1.0.X] Pass values through get_db_prep_save() in a QuerySet.update() call.
Malcolm Tredinnick
2009-03-08
[1.0.x] Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.
Malcolm Tredinnick
2009-03-08
[1.0.X] Fixed #10432 -- Handle all kinds of iterators in queryset filters.
Malcolm Tredinnick
2009-03-06
[1.0.X] Fixed #9649 -- Better error handling in model creation.
Malcolm Tredinnick
2009-03-06
[1.0.X] Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 ba...
Malcolm Tredinnick
2009-03-06
[1.0.X] Improved table join handling for comparisons against NULL.
Malcolm Tredinnick
2009-03-04
[1.0.X] Made it explicit if you accidentally override a Field from a parent m...
Malcolm Tredinnick
2009-03-04
[1.0.X] Fixed #10406 -- Fixed some problems with model inheritance and pk fie...
Malcolm Tredinnick
2009-03-04
[1.0.X] Fixed #10251 -- Fixed model inheritance when there's also an explicit...
Malcolm Tredinnick
2009-03-04
[1.0.X] Changed the row count value returned from update queries in some cases.
Malcolm Tredinnick
2009-03-04
[1.0.X] Fixed #10362 -- An update() that only affects a parent model no longe...
Malcolm Tredinnick
2009-03-01
[1.0.X] Changed the way cache specifiers are parsed.
Malcolm Tredinnick
2009-03-01
[1.0.X] Fixed #8737 -- Made the PostgreSQL version number detection more flex...
Malcolm Tredinnick
[next]