Commit graph

56 commits

Author SHA1 Message Date
Matt Seymour
c469885ebf
Merge branch 'master' into master 2025-04-30 13:29:15 +01:00
boxydog
5a91d7a2c7
Update README.rst (#247)
Add `postgresql` as an alternative URL, which works and is in the code.
2024-05-28 13:11:20 +01:00
Alexander Gerbik
b27bd63e82 Generic backend registration 2024-02-29 14:09:10 +01:00
Mike
e0cd4c10b1
Support urlencoding/decoding for hostname (#181)
* Use URL Parse library to decode % encodes

Use URL Parse library for what it's good for: to decode % URL encode strings. Don't do it here -- we're already importing a better library for that!

* Test revision with Google Cloud SQL connector

Add synthetic test correlating to Google Cloud SQL connector socket, to make sure Issue https://github.com/jacobian/dj-database-url/issues/132 is solved

Co-authored-by: jared-hardy <jaredhardy@gmail.com>
2022-12-12 20:18:02 +00:00
Chris Hranj
d2e4719a8d
allow TEST settings to be passed into a db config (#116) 2022-12-12 14:56:50 +00:00
Adam Johnson
f19d4970dc
Add ability to set CONN_HEALTH_CHECKS (#185) 2022-12-11 15:38:29 +00:00
Lino Helms
91bb95360e Added support for Timescale and Timescale (GIS)
Timescale is a Postgres based database for time series data and it's
supported via the django-timescaledb package.

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2022-08-06 08:37:23 +00:00
Matt Seymour
8d854dcd78 Update README.rst formatting 2022-07-29 10:48:19 +01:00
Daniele Bortoluzzi
931a4e4198
Fix #149 Add support to official Microsoft mssql-django adapter (#150)
* Fix #149 Add support to official Microsoft mssql-django adapter

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Matt Seymour <mattaseymour@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-28 21:18:21 +01:00
Matt Seymour
836740dd81
Update README.rst 2022-05-25 22:23:35 +01:00
Matt Seymour
e589ed03b5
Merge pull request #130 from ParthS007/docs-improvement
Clarify the usage example in the docs
2022-05-24 21:37:49 +01:00
Matt Seymour
e1b62fde7c
Merge pull request #145 from palfrey/cockroachdb
Add CockroachDB to supported database options
2022-05-24 21:36:51 +01:00
Jannis Leidel
dabf94b963
Remove trailing whitespace. 2022-05-24 17:00:20 +02:00
Jannis Leidel
a9c0fe4cb3
Add codecov badge. 2022-05-24 15:29:23 +02:00
Jannis Leidel
fa2614bd39
Fix badge. 2022-05-24 15:00:28 +02:00
Matt Seymour
98421fdf85
Merge branch 'master' into cockroachdb 2022-05-17 22:13:39 +01:00
Matt Seymour
d99f8aca97 Ref: #156 - Update README.rst to include jazzband logo 2022-05-04 09:52:56 +01:00
Matt Seymour
a42c0ba71e Update README.rst with contributing guidelines 2022-01-11 12:39:25 +00:00
Tom Parker-Shemilt
edba8c1a46 Add CockroachDB to the list of supported DBs 2021-06-07 22:51:50 +01:00
Tom Parker-Shemilt
78d225c069 Add support for CockroachDB 2021-06-07 22:50:57 +01:00
Parth Shandilya
a022bb04a5 Clarify the usage example in the docs 2020-01-21 20:27:09 +01:00
Jacob Kaplan-Moss
c01081bd45 📝 point the ci badge at GH actions 2019-12-25 10:39:16 -05:00
Jacob Kaplan-Moss
acf2909e64
Update the build image; remove outdated sponsorship link 2019-07-24 15:02:26 -04:00
David Talbot
3e7a0e46c7
Footnote 2019-07-12 16:37:18 -04:00
David Talbot
c05d09013f
Update PostgreSQL Django Backend name
More info here:
https://stackoverflow.com/questions/47946856/what-is-the-difference-between-postgres-and-postgresql-psycopg2-as-a-database-en
2019-07-12 15:29:15 -04:00
Kenneth Reitz
43299688f5
Update README.rst 2018-09-17 08:14:27 -04:00
Enno Lohmeier
443b708ffe add mssql to readme 2017-08-21 17:32:22 +02:00
Alisson R. Perez
cb677240e7 Fix RST schemas 2017-08-03 18:06:20 -03:00
Sobolev Nikita
b35016c2ae Updated README.rst with a svg badge 2016-12-14 00:55:24 +03:00
makoto tsuyuki
d1139e3e71 add redshift support 2016-10-25 17:25:01 +09:00
Anthony Monthe
b03cff2466 Added SpatiaLite in README.rst
After PR #22, there was no README update
2016-06-05 17:49:35 +01:00
Eduardo Klosowski
584623b6f9 fix parenthesis in readme 2016-02-10 10:57:35 -02:00
Kenneth Reitz
1422f191f8 oxford comma 2016-02-03 18:39:53 -05:00
Kenneth Reitz
6e87d67ba8 update readme 2016-02-02 19:20:44 -05:00
Kenneth Reitz
a40e4c29e8 update readme 2016-02-02 19:19:28 -05:00
Kenneth Reitz
b7b75fa0b8 Merge pull request #42 from slafs/oraclesupport
add oracle support
2016-02-02 17:32:49 -05:00
Peter J. Farrell
6af46b9672 Added doco for conn_max_age 2015-05-11 00:35:47 -05:00
Kevin Ndung'u
21dc45a071 Update README.rst
Mention that the library should be imported first before usage
2014-12-12 12:58:37 +03:00
Sławek Ehlert
10a7b4c7eb add oracle support 2014-10-24 21:05:40 +02:00
Danilo Bargen
8c7fa4a026 Added support for percent-encoded postgres paths
This allows the user to specify unix domain sockets as host.

Example: postgresql://%2Fvar%2Flib%2Fpostgresql/dbname

Reference: http://www.postgresql.org/docs/9.2/interactive/libpq-connect.html#AEN38162
2014-08-26 22:10:36 +02:00
Stephen Eisenhauer
4a972d8067 Add URL schema examples to README
Also reordered some of the sections for a more logical flow
2014-04-18 01:35:07 -05:00
Michael Warkentin
5abe35049f Add MySQL (GIS) support
Add mysqlgis url scheme which uses django.contrib.gis.db.backends.mysql,
add a test, and update the README.
2014-01-08 15:18:46 -05:00
Kenneth Reitz
890a3dba87 Merge pull request #15 from doismellburning/fix_readme_title_underline
Fixed too-short title underline
2012-09-26 10:40:04 -07:00
Kristian Glass
060bf13c3a Fixed too-short title underline 2012-09-24 16:45:34 +01:00
Kristian Glass
3f69239b27 Added :target: attribute to Travis status image in README 2012-09-24 16:44:31 +01:00
Chris McDonald
a4e081f08a Added docs for default argument to config
Perhaps could be formatted/organized better but this gets it in the docs.
2012-09-13 03:33:03 -07:00
Kenneth Reitz
0400f59e6d fixed url 2012-06-21 12:04:16 -04:00
Kenneth Reitz
0b9d11dbfd travis status 2012-06-19 11:33:59 -04:00
Flavio Curella
5030d257b5 Added postgis:// url scheme 2012-06-03 12:23:37 -05:00
Marc Tamlyn
3a2232f3a6 Set the DATABASES dict rather than assigning to it.
Basically just to allow more copy-pasting from the README. I know it should be obvious but it was instinct to copy verbatim.
2012-05-28 16:28:19 +02:00