58 Commits

Author SHA1 Message Date
Kenneth Reitz de1545cdf8 v0.2.2 v0.2.2 2013-07-17 16:39:48 -04:00
Kenneth Reitz 19e8bd30b9 Merge pull request #21 from carlio/hotfix/issue-20
Fix for issue #20
2013-04-15 11:50:11 -07:00
carlio e17c0308c7 Replacing tab with spaces 2013-01-05 11:28:27 +01:00
carlio a14743d00b Handling special case of sqlite://:memory: 2013-01-05 11:25:37 +01:00
carlio fc70e019ba Empty sqlite path will now use a :memory: database 2013-01-05 11:22:45 +01:00
carlio 4cb5f889bf Fixing test to actually use the result of the parse 2013-01-05 11:22:16 +01:00
carlio 0a7273be5f Adding in tests to ensure sqlite in-memory databases work 2013-01-05 11:19:54 +01: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
Kenneth Reitz 8dda14a6b6 Merge pull request #16 from doismellburning/add_travis_build_link_to_readme
Added :target: attribute to Travis status image in README
2012-09-24 08:53:54 -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
Kenneth Reitz 0b68da67d8 Merge pull request #14 from wraithan/patch-1
Added docs for default argument to config
2012-09-16 17:13:59 -07: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 c27a5e2b38 python3 support v0.2.1 2012-06-19 11:53:51 -04:00
Kenneth Reitz 65f223d17c v0.2.1 2012-06-19 11:37:41 -04:00
Kenneth Reitz 0315139c23 v0.2.2 2012-06-19 11:36:55 -04:00
Kenneth Reitz 0b9d11dbfd travis status 2012-06-19 11:33:59 -04:00
Kenneth Reitz 260acb6817 travis tests 2012-06-19 11:24:53 -04:00
Kenneth Reitz 1c33ee47cf test environment variables 2012-06-19 11:23:05 -04:00
Kenneth Reitz 435997276f test for cleardb 2012-06-19 11:21:15 -04:00
Kenneth Reitz 78c2070456 remove query strings from name 2012-06-19 11:21:06 -04:00
Kenneth Reitz f39a80e12a postgres test 2012-06-19 11:09:00 -04:00
Kenneth Reitz 73f3209707 tests 2012-06-19 11:03:52 -04:00
Kenneth Reitz df9319ac93 refactor scheme lookup 2012-06-19 10:57:33 -04:00
Kenneth Reitz 0018edad82 Merge pull request #9 from bencord0/master
Support the 'postgresql' url scheme.
2012-06-18 08:05:58 -07:00
bencord0 34e1863af3 RedHat's OpenShift platform uses the 'postgresql' scheme.
Note:
Use .config(env=OPENSHIFT_DB_URL) or some other way to set DATABASE_URL=$OPENSHIFT_DB_URL
2012-06-17 16:09:29 +02:00
Kenneth Reitz 8d638d74df Merge pull request #8 from mrluanma/patch-1
Registerd postgis URL scheme.
2012-06-04 23:10:09 -07:00
Zhao Xiaohong 90cbde873f Registerd postgis URL scheme. 2012-06-05 10:37:58 +08:00
Kenneth Reitz ab11f7a4f8 Merge pull request #7 from fcurella/master
Added ``postgis`` url scheme
2012-06-03 11:29:51 -07:00
Flavio Curella 5030d257b5 Added postgis:// url scheme 2012-06-03 12:23:37 -05:00
Kenneth Reitz 47ade69fbc Merge pull request #5 from ghickman/master
Swap out an if block for get() on os.environ.
2012-05-30 02:06:04 -07:00
George Hickman d5e81355a5 Use get() on os.environ instead of an if. 2012-05-30 09:46:21 +01:00
Kenneth Reitz 9f2358f9e3 v0.2.0 v0.2.0 2012-05-30 01:51:32 -04:00
Kenneth Reitz df7f4ec14b parse(s) 2012-05-30 01:51:08 -04:00
Kenneth Reitz cf91cafcd3 Merge remote-tracking branch 'origin/master' v0.1.4 2012-05-30 01:23:55 -04:00
Kenneth Reitz 2a78118ec7 defaults for env 2012-05-30 01:23:28 -04:00
Kenneth Reitz eab725fa8d Merge pull request #4 from mjtamlyn/patch-1
Set the DATABASES dict rather than assigning to it.
2012-05-29 16:59:52 -07: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
Kenneth Reitz 9ab34db82a v0.1.3 v0.1.3 2012-05-02 17:32:43 -04:00
Kenneth Reitz a60e0fdbdb Merge pull request #2 from j4mie/sqlite
Add support for SQLite
2012-05-01 10:23:59 -07:00
Jamie Matthews 34ecac9dd0 Add note to README on supported databases 2012-05-01 17:24:37 +01:00
Jamie Matthews 6e2124c2d7 Add support for SQLite 2012-05-01 17:23:09 +01:00
Kenneth Reitz dbd4d7a3c8 fix copypasta 2012-04-30 15:13:09 -04:00
Kenneth Reitz 08c8ffaad8 readme notes v0.1.2 2012-04-30 15:08:20 -04:00
Kenneth Reitz e6cf053d94 typo 2012-04-30 15:04:06 -04:00
Kenneth Reitz 37340e253d parse / config 2012-04-30 14:55:37 -04:00
Kenneth Reitz 7462e79d51 new style v0.1.1 2012-04-30 14:33:12 -04:00
Kenneth Reitz fb6af9c4e6 Merge remote-tracking branch 'origin/master' 2012-04-30 13:43:48 -04:00
Kenneth Reitz a6f73aca04 lawyer up 2012-04-30 13:43:46 -04:00