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-04-03
Fixed #9991: correctly introspect PostgreSQL 'real' types.
Jacob Kaplan-Moss
2009-04-02
Fixed #9779: added support for relation detection to inspectdb under SQLite. ...
Jacob Kaplan-Moss
2009-04-02
Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte...
Jacob Kaplan-Moss
2009-04-02
Fixed #10670: fixed reusing QuerySets previously used in a filter expression....
Jacob Kaplan-Moss
2009-04-01
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...
Justin Bronn
2009-03-30
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2009-03-30
Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...
Jacob Kaplan-Moss
2009-03-30
Fixed #10157: correctly set the related objects pk when assigning a reverse O...
Jacob Kaplan-Moss
2009-03-30
Fixed redundant definition of `connection_created` signal due to DVCS mistake...
Justin Bronn
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-03-27
Fixed an issue with unicode being mangled in Oracle when the database charact...
Ian Kelly
2009-03-25
Fixed a breakage with ManyToManyFields in admin caused by r10139.
Malcolm Tredinnick
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-22
Fixed deferred loading of fields with default values.
Malcolm Tredinnick
2009-03-20
Fixed #9628 -- Use `pysqlite2` for database backend, if installed.
Justin Bronn
2009-03-20
Fixed #2698 -- Fixed deleting in the presence of custom managers.
Malcolm Tredinnick
2009-03-20
Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.
Malcolm Tredinnick
2009-03-19
Typo fix for an error path in r100090.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-16
More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.
Malcolm Tredinnick
2009-03-15
Use plain model.Manager, or suitable proxy, for model saving.
Malcolm Tredinnick
2009-03-14
Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....
Russell Keith-Magee
2009-03-13
Fixed #10488: fixed DB cache backend test failures in Oracle.
Ian Kelly
2009-03-13
Fixed #10238: coerce TextField values to unicode in the oracle backend.
Ian Kelly
2009-03-13
Fixed a case where column aliases weren't being quoted properly.
Ian Kelly
2009-03-13
Prevented InsertQuery from appending a 'RETURNING' clause when it's not actua...
Ian Kelly
2009-03-13
Improved the error message in case of an invalid DATABASE_BACKEND to ignore '...
Adrian Holovaty
2009-03-13
Fixed #10487 -- Refactored the database-backend-selection logic into a functi...
Adrian Holovaty
2009-03-12
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
2009-03-12
Tweaked the dummy database backend initialisation.
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 #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
Added savepoint support to the Oracle backend, necessary per the thread at ht...
Ian Kelly
2009-03-10
Removed a FIXME from the queryset-refactor days.
Malcolm Tredinnick
2009-03-10
Fixed #10443 -- Fixed model attribute updating after r10003.
Malcolm Tredinnick
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-09
Pass values through get_db_prep_save() in a QuerySet.update() call.
Malcolm Tredinnick
2009-03-08
Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.
Malcolm Tredinnick
2009-03-08
Fixed #10432 -- Handle all kinds of iterators in queryset filters.
Malcolm Tredinnick
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
[prev]
[next]