Skip to content

Add the ability to remove connection options #210

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

Closed
wants to merge 1 commit into from

Conversation

ferdegje
Copy link

It seems that the most recent version of Mongo rejects the connection when 'safe', '_connect','max_pool_size' or 'auto_start_request' are passed. This change allows us to specify the connection parameters to exclude from the DATABASES section of settings.py by adding a section 'OPTIONS_REMOVED': ['safe', '_connect','max_pool_size','auto_start_request']

@aburgel
Copy link
Member

aburgel commented Jun 19, 2015

See #214

@aburgel aburgel closed this Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants