Commit graph

83 commits

Author SHA1 Message Date
Kenneth Reitz
b3fbbc2f90 2014 2014-03-10 09:15:48 -04:00
Kenneth Reitz
37e89aeee0 Merge pull request #35 from JeffPaine/ignore
Remove .pyc file, add .gitignore
2014-03-10 09:05:18 -04:00
Jeff Paine
b5528dd8f0 Add .gitignore file 2014-03-04 09:57:21 -05:00
Jeff Paine
7b184c7f3d Remove .pyc file 2014-03-04 09:57:04 -05:00
Kenneth Reitz
ebb012f3af Merge pull request #31 from JeffPaine/setup
Add trove classifiers to setup.py for python versions
2014-03-03 13:09:19 -05:00
Kenneth Reitz
d734741df1 Merge pull request #32 from JeffPaine/wheel
Add setup.cfg for wheel support
2014-03-03 13:09:03 -05:00
Kenneth Reitz
2e9b62dcf3 Merge pull request #33 from JeffPaine/test
Fix cleardb test
2014-03-03 13:08:39 -05:00
Kenneth Reitz
f7244bf00b Merge pull request #34 from JeffPaine/travis
Remove Travis CI unsupported python version
2014-03-03 13:08:08 -05:00
Jeff Paine
f75e487dc1 Remove travis-ci unsupported python version
Per docs http://docs.travis-ci.com/user/languages/python/ "Travis CI support Python versions 2.6, 2.7, 3.2 and 3.3"
2014-03-03 02:15:08 -05:00
Jeff Paine
f07b16b35c Fix cleardb test
Although I find `assert url['PORT'] is None` more pythonic, PORT is set
in the main script via `'PORT': url.port or '',` so, we are obliged to
use checking for '' in our tests.
2014-03-03 02:07:39 -05:00
Jeff Paine
61ba55c3cd Add setup.cfg for wheel support 2014-03-03 01:56:28 -05:00
Jeff Paine
e44d3b2072 Add trove classifiers for python versions 2014-03-03 01:41:24 -05:00
Kenneth Reitz
86984deace Merge pull request #25 from waveaccounting/master
Add MySQL (GIS) support
2014-01-08 12:19:59 -08:00
Michael Warkentin
f534e5b435 Replace Python 3.1 with Python 3.3 2014-01-08 15:18:46 -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
958717e05d Merge pull request #26 from hiisi13/master
Ability to set different engine
2014-01-08 11:15:47 -08:00
Kenneth Reitz
e19ea2ed75 Merge pull request #22 from flashingpumpkin/master
Added spatialite backend
2014-01-08 11:13:44 -08:00
Kenneth Reitz
3963baf36b Merge pull request #13 from gabrielgrant/patch-1
Add "pgsql" as a PostgreSQL URL scheme.
2014-01-08 11:13:20 -08:00
Kenneth Reitz
19d7c8f1b9 Merge pull request #10 from cberner/master
This patch fixes the way urls are parsed to support blank passwords, usernames, hostnames...etc. This is particularly important in dev environments with Postgres, where blank passwords currently don't work
2014-01-08 11:12:37 -08:00
Dmitry Kozhedubov
fb302bc609 Ability to set different engine 2013-12-15 20:59:18 +04:00
Kenneth Reitz
de1545cdf8 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
Alen Mujezinovic
a573afce27 Added spatialite to uses_netloc too 2013-02-04 15:24:58 +00:00
Alen Mujezinovic
a1f61599ca Added spatialite backend 2013-02-01 16:33:44 +00: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
Gabriel Grant
a537423d90 Bump minor version 2012-09-08 13:56:14 -03:00
Gabriel Grant
c003896bc9 Add "pgsql" as a PostgreSQL URL scheme. 2012-09-08 13:42:37 -03:00
Christopher Berner
18a990511a Add support for blank fields (Django expects '' not None)
Fixes a bug with postgres, where blank passwords weren't supported.
2012-06-22 16:57:53 -07:00
Kenneth Reitz
0400f59e6d fixed url 2012-06-21 12:04:16 -04:00
Kenneth Reitz
c27a5e2b38 python3 support 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