Tim Graham
|
97fa7fe961
Fixed #25212 -- Documented the RawSQL expression.
|
9 years ago |
Federico Capoano
|
59c279e5e5
Added PostgreSQL non-durable settings hint in docs.
|
9 years ago |
Tim Graham
|
0c91a419f8
Dropped support for PostgreSQL 9.0.
|
10 years ago |
Calvin Jeong
|
cefbbb9db3
Fixed typo in docs/ref/database.txt
|
10 years ago |
Tim Graham
|
3adc5f1ee6
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres).
|
10 years ago |
Tim Graham
|
35f0cae19d
Fixed #24350 -- Freshened up database install topic section.
|
10 years ago |
Tim Graham
|
f3bc7c5447
Removed a note about old versions of MySQLdb.
|
10 years ago |
Michał Modzelewski
|
39b58ad95a
Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0
|
10 years ago |
Claude Paroz
|
337cd09836
Updated some other external links in the docs
|
10 years ago |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 years ago |
Jon Dufresne
|
4d27d72d14
Refs #23964 -- Added warning about case-insensitive, unique fields used with formsets
|
10 years ago |
Tim Graham
|
e0685368c6
Fixed links to mysqlclient in database notes.
|
10 years ago |
Claude Paroz
|
713f23492a
Required MySQLdb >= 1.2.5 for fractional seconds support
|
10 years ago |
Claude Paroz
|
22da5f8817
Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up
|
10 years ago |
Claude Paroz
|
7f089ac2e3
Fixed #23446 -- Officially recommended mysqlclient as MySQL driver
|
10 years ago |
Tim Graham
|
9db3653670
Fixed #23631 -- Removed outdated note on MySQL timezone support.
|
10 years ago |
Shai Berger
|
d128eac316
Changed Oracle test-user creation to grant privileges instead of roles
|
10 years ago |
Marc Tamlyn
|
ed7821231b
Fixed #19463 -- Added UUIDField
|
10 years ago |
Tim Graham
|
348c89cbfb
Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ=True.
|
10 years ago |
Ola Sitarska
|
549284faa4
Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
|
10 years ago |
Tim Graham
|
73ff4498aa
Removed some tabs in the docs.
|
10 years ago |
Tim Graham
|
a9fa3d4667
Removed notes for versions of SQLite older than 5 years.
|
10 years ago |
Tim Graham
|
d28396f526
Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.
|
10 years ago |
Tim Graham
|
fb4f3e04b1
Updated MySQL links to version 5.6.
|
10 years ago |
Tim Graham
|
8f9d6e83a0
Fixed #23145 -- Dropped support for Oracle < 11.1
|
10 years ago |
Tim Graham
|
a9bdce7e55
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
|
10 years ago |
Niclas Olofsson
|
08b85de9b7
Fixed #22305 -- Added note to docs about UTF8 database requirement.
|
10 years ago |
INADA Naoki
|
7be646425f
Updated current state of MySQL Connector/Python.
|
10 years ago |
Moayad Mardini
|
bfac6bef83
Fixed #22368 -- clarified connecting to Oracle DB using service name
|
10 years ago |
Marti Raudsepp
|
11d453bcad
Various documentation typo/spelling fixes
|
11 years ago |