Aiia-django-rest-swagger

Latest version: v1.0.0

Safety actively analyzes 613777 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.1.2

[2.1.2](https://github.com/marcgibbons/django-rest-swagger/tree/2.1.2) (2017-03-12)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.1.1...2.1.2)

**Merged pull requests:**

- Add template block to override logo [\624](https://github.com/marcgibbons/django-rest-swagger/pull/624) ([marcgibbons](https://github.com/marcgibbons))
- Add DRF 3.6, Python 3.6 to test suite [\623](https://github.com/marcgibbons/django-rest-swagger/pull/623) ([marcgibbons](https://github.com/marcgibbons))
- Test against Django 1.11 [\610](https://github.com/marcgibbons/django-rest-swagger/pull/610) ([edmorley](https://github.com/edmorley))

2.1.1

[2.1.1](https://github.com/marcgibbons/django-rest-swagger/tree/2.1.1) (2017-01-06)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.1.0...2.1.1)

**Merged pull requests:**

- Set zip\_safe as False [\605](https://github.com/marcgibbons/django-rest-swagger/pull/605) ([jakul](https://github.com/jakul))
- blueyed: doc api version authorization [\598](https://github.com/marcgibbons/django-rest-swagger/pull/598) ([marcgibbons](https://github.com/marcgibbons))
- Restore swagger shortcut view [\597](https://github.com/marcgibbons/django-rest-swagger/pull/597) ([marcgibbons](https://github.com/marcgibbons))
- optional urlconf [\578](https://github.com/marcgibbons/django-rest-swagger/pull/578) ([theromis](https://github.com/theromis))

2.1.0

[2.1.0](https://github.com/marcgibbons/django-rest-swagger/tree/2.1.0) (2016-10-29)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.0.7...2.1.0)

**Merged pull requests:**

- simple fix in schema documentation [\575](https://github.com/marcgibbons/django-rest-swagger/pull/575) ([drgarcia1986](https://github.com/drgarcia1986))
- 2.1.0: Make DRF 3.5 minimum version, use get\_schema\_view shortcut [\570](https://github.com/marcgibbons/django-rest-swagger/pull/570) ([marcgibbons](https://github.com/marcgibbons))
- Minimum DRF version to 3.4.1 [\566](https://github.com/marcgibbons/django-rest-swagger/pull/566) ([vinodc](https://github.com/vinodc))

2.0.7

[2.0.7](https://github.com/marcgibbons/django-rest-swagger/tree/2.0.7) (2016-10-16)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.0.6...2.0.7)

**Merged pull requests:**

- Swagger doc view shortcut [\564](https://github.com/marcgibbons/django-rest-swagger/pull/564) ([marcgibbons](https://github.com/marcgibbons))
- Extend OpenAPI codec to accept extra dict [\563](https://github.com/marcgibbons/django-rest-swagger/pull/563) ([marcgibbons](https://github.com/marcgibbons))

[2.0.6](https://github.com/marcgibbons/django-rest-swagger/tree/2.0.6) (2016-10-02)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.0.5...2.0.6)

**Merged pull requests:**

- Add testing instructions \(Closes \503\) [\558](https://github.com/marcgibbons/django-rest-swagger/pull/558) ([marcgibbons](https://github.com/marcgibbons))
- PR \554 [\557](https://github.com/marcgibbons/django-rest-swagger/pull/557) ([marcgibbons](https://github.com/marcgibbons))
- Update dependency versions to latest. [\556](https://github.com/marcgibbons/django-rest-swagger/pull/556) ([marcgibbons](https://github.com/marcgibbons))
- Docs fixup: METHOD -\> METHODS [\550](https://github.com/marcgibbons/django-rest-swagger/pull/550) ([lwm](https://github.com/lwm))

2.0.6

- Use minified swagger-ui.min.js [\545](https://github.com/marcgibbons/django-rest-swagger/pull/545) ([coagulant](https://github.com/coagulant))

[2.0.5](https://github.com/marcgibbons/django-rest-swagger/tree/2.0.5) (2016-08-21)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.0.4...2.0.5)

**Merged pull requests:**

- Use entrypoint for Dockerfile \524. [\532](https://github.com/marcgibbons/django-rest-swagger/pull/532) ([marcgibbons](https://github.com/marcgibbons))
- Feature/526 template overrides [\531](https://github.com/marcgibbons/django-rest-swagger/pull/531) ([marcgibbons](https://github.com/marcgibbons))
- run\_example: fix "docker build" command [\527](https://github.com/marcgibbons/django-rest-swagger/pull/527) ([blueyed](https://github.com/blueyed))
- Feature: exception handling [\523](https://github.com/marcgibbons/django-rest-swagger/pull/523) ([marcgibbons](https://github.com/marcgibbons))

2.0.4

[2.0.4](https://github.com/marcgibbons/django-rest-swagger/tree/2.0.4) (2016-08-16)
[Full Changelog](https://github.com/marcgibbons/django-rest-swagger/compare/2.0.3...2.0.4)

**Merged pull requests:**

- Feature/517 fix bug when auth urls none [\520](https://github.com/marcgibbons/django-rest-swagger/pull/520) ([marcgibbons](https://github.com/marcgibbons))
- Add basic UI settings [\519](https://github.com/marcgibbons/django-rest-swagger/pull/519) ([marcgibbons](https://github.com/marcgibbons))
- Feature/auto detect hosts [\516](https://github.com/marcgibbons/django-rest-swagger/pull/516) ([marcgibbons](https://github.com/marcgibbons))
- Upgrade template settings for 1.10 support in example app. [\514](https://github.com/marcgibbons/django-rest-swagger/pull/514) ([marcgibbons](https://github.com/marcgibbons))
- Update test env settings. [\513](https://github.com/marcgibbons/django-rest-swagger/pull/513) ([marcgibbons](https://github.com/marcgibbons))
- Heroku deployment of example\_app. [\506](https://github.com/marcgibbons/django-rest-swagger/pull/506) ([marcgibbons](https://github.com/marcgibbons))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.