index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
databases.txt
Age
Commit message (
Expand
)
Author
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-18
Added warn note to docs about MySQL issues with 0000-00-00 date strings
Juan Catalano
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-11
Fixed #19377 - Emphasized database host link in tutorial
Tim Graham
2012-11-04
Fixed #19090 - Added PostgreSQL connection note.
Tim Graham
2012-10-12
Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5
Tim Graham
2012-08-16
Fixed #18223 - Corrected default transaction behavior in postgresql docs.
Tim Graham
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-25
Fix typo.
Piet Delport
2012-07-01
Fixed #16882 - Clarified why one should not use 'init_command' after initial ...
Tim Graham
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-21
Added documentation notes about lack of database savepoints support when usin...
Ramiro Morales
2012-04-21
Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.
Ramiro Morales
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-19
Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine...
Aymeric Augustin
2011-12-11
Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'...
Aymeric Augustin
2011-11-20
Fixed #17267 -- Clarified the description of MyISAM's lack of support for for...
Aymeric Augustin
2011-11-13
Fix #17174: Add note in the supported databases notes that MySQL can't concei...
Karen Tracey
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
Fixed ReST indentation errors introduced in [16983]. Grr.
Luke Plant
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-10
Fixed #16592 -- More test changes and documentation to account for MySQL's ca...
Russell Keith-Magee
2011-08-26
Clarify the documentation around SQLite and case-sensitive string matching.
Malcolm Tredinnick
2011-08-18
Fixed #16152 -- Added Sybase Advantage Database Server to the 3rd-party datab...
Gabriel Hurley
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-06-16
Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.
Ramiro Morales
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-03-03
Added crossref targets for a couple of Django exceptions and cleaned up relat...
Gabriel Hurley
2011-01-22
Fixed #15141 - remove some deprecated storage engines from the MySQL notes; t...
Timo Graham
2010-12-28
Fixed #14320 - Add a note about lack of timezone support in MySQL. Thanks Rau...
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-02
Fixed grammar and tweaked notes about MySQL database/table collation interact...
Ramiro Morales
2010-12-01
Fixed #11706: Added an Oracle connection option to disable the use of RETURNI...
Ian Kelly
2010-11-20
Updated an old workaround described in the Oracle backend notes with more mod...
Ian Kelly
2010-11-19
Fixed #13351: Added documentation about the cx_Oracle 'threaded' option to th...
Ian Kelly
2010-11-14
Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...
Ramiro Morales
2010-10-28
Corrected to markup problems with docs added for recent features.
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
[next]