Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Juan Catalano
|
36b45611bc
Added warn note to docs about MySQL issues with 0000-00-00 date strings
|
12 years ago |
Aymeric Augustin
|
6197935152
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
|
12 years ago |
Aymeric Augustin
|
4b31a6a9e6
Added support for savepoints in SQLite.
|
12 years ago |
Aymeric Augustin
|
5e27debc5c
Enabled database-level autocommit for all backends.
|
12 years ago |
Aymeric Augustin
|
e0449316eb
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
|
12 years ago |
Aymeric Augustin
|
2ee21d9f0d
Implemented persistent database connections.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
0eed8ece32
Fixed #19377 - Emphasized database host link in tutorial
|
12 years ago |
Tim Graham
|
249c3d730e
Fixed #19090 - Added PostgreSQL connection note.
|
12 years ago |
Tim Graham
|
c870cb48cd
Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5
|
12 years ago |
Tim Graham
|
2079b730f1
Fixed #18223 - Corrected default transaction behavior in postgresql docs.
|
12 years ago |
Aymeric Augustin
|
c5ef65bcf3
[py3] Ported django.utils.encoding.
|
12 years ago |
Piet Delport
|
f1128e5474
Fix typo.
|
12 years ago |
Tim Graham
|
9974069620
Fixed #16882 - Clarified why one should not use 'init_command' after initial database creation.
|
12 years ago |
Claude Paroz
|
8a5d1a6b93
Updated obsolete links in the documentation
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Anssi Kääriäinen
|
584e2c0337
Prevent Oracle from changing field.null to True
|
13 years ago |
Ramiro Morales
|
83fc965171
Added documentation notes about lack of database savepoints support when using MySQL+MyISAM.
|
13 years ago |
Ramiro Morales
|
4536359887
Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.
|
13 years ago |
Claude Paroz
|
23d3459761
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.
|
13 years ago |
Claude Paroz
|
78638a9a51
Replaced http by https in djangoproject.com links
|
13 years ago |
Adrian Holovaty
|
2ade1e916f
Edited stuff from [17543] to [17629]
|
13 years ago |
Aymeric Augustin
|
0fe4218427
Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine. Thanks Lenz Hirsch for the report and Claude Paroz for the patch.
|
13 years ago |
Aymeric Augustin
|
219b41cc15
Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn't necessary.
|
13 years ago |
Aymeric Augustin
|
1240c8332d
Fixed #17267 -- Clarified the description of MyISAM's lack of support for foreign keys.
|
13 years ago |
Karen Tracey
|
fae75a32ee
Fix #17174: Add note in the supported databases notes that MySQL can't conceive of a time unit smaller than a second. Thanks jammon and poirier.
|
13 years ago |
Aymeric Augustin
|
246580573d
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
|
13 years ago |
Luke Plant
|
d1e7409278
Fixed ReST indentation errors introduced in [16983]. Grr.
|
13 years ago |