Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small fixes for use with python 3.4, postgres, and many-to-many relations #165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

denys-duchier
Copy link

replaced file->open (file is no longer a builtin in python3.4). also postgres is very grumpy about integrity constraint violations (as it should be): it stopped complaining after these fixes. Ah yes... also: table names need to be quoted if e.g. they have the bad taste of using camelcase (which unfortunately one of my apps did).

@jwhitlock
Copy link
Contributor

Interesting bucket of issues.

FastFixtureTestCase fixes will probably come after REUSE_DB=1 fixes, but if you want to write some tests (#220) and submit individual PRs, it might get fast tracked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants