mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
7eaa582980
* Add RabbitmqDsn Will update once finished - haven't looked at the CONTRIB yet. Want to test locally to see if it works. * added tests; added to docs * added changes * fixed import in networks.py * fixed linting issues; fixed __init__.py import issue * sorted imports * added trailing comma on imports * Merge master * Change class name from RabbitmqDsn to RabbitMqDsn * Format code * Rename change file and prettify content * Fix RabbitMQ name on documentation * Add a trivial test * Address Samuel and Nuno's comments * Refactor AMQP tests according to Redis tests style * Update docs/examples/settings_main.py * cleanup Co-authored-by: Thomas <thomas@9bitbyte.com> Co-authored-by: Thomas Crha <tom.crha@dragonflytechnologies.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>