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

Added support for zoneinfo objects #849

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

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    02cc192 View commit details
    Browse the repository at this point in the history
  2. Fix format for .rst

    WasinTh committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    b0f1906 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    67f5489 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. update readme.rst

    `permission_classes` expects tuple but list was provided
    sumit4613 authored Dec 12, 2020
    Configuration menu
    Copy the full SHA
    5b88e65 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. url from DEFAULT_API_URL now works

    fix a bug: url from swagger_settings.DEFAULT_API_URL is not working
    CoreJa authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    426fb5d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    d2a2783 View commit details
    Browse the repository at this point in the history
  2. Merge pull request axnsan12#1 from capslent/serpy_allow_null

    Check for allow_null attribute
    krectra authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ecf1699 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Add utf-8 support for generated formats

    mmurashov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    00f8838 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    364732a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    cbdb713 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. simplify if condition

    krectra committed May 24, 2021
    Configuration menu
    Copy the full SHA
    11fdb02 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    571cd00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    468d0b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d0528 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. handle errors rendering with TemplateHTMLRenderer

    This change fixes an `OPTIONS` request to the API page which will return
    a successful response, but the `TemplateHTMLRender` will not be prepared
    to render it since there is no template name provided in either the view
    or response [1].
    
    [1]: https://github.com/encode/django-rest-framework/blob/f0a5b958a134e8cd94e3ef3263e8fa623ac9b82f/rest_framework/renderers.py#L178-L189
    terencehonles committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    be1f084 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    049c2ed View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    6670052 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    e6c1aad View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fix map source mapping

    PetrDlouhy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0c14a4f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    7230713 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    ab7f37f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge pull request axnsan12#778 from PetrDlouhy/master

    fix map source mapping
    JoelLefkowitz authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fc4d6a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request axnsan12#773 from damien-devpy/missing_import_readme

    [readme] Fix missing re_path import
    JoelLefkowitz authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3f01252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d2805 View commit details
    Browse the repository at this point in the history
  4. Merge pull request axnsan12#692 from ProstoMaxim/utf8-support

    Add utf-8 support for generated formats
    JoelLefkowitz authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    113be08 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    JoelLefkowitz committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    850ccf5 View commit details
    Browse the repository at this point in the history
  6. Update changelog typos

    JoelLefkowitz committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8bc55e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge pull request axnsan12#782 from gopackgo90/patch-1

    Remove universal wheel, python 2 is unsupported
    JoelLefkowitz authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    78720c7 View commit details
    Browse the repository at this point in the history
  2. Add cspell

    JoelLefkowitz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f5f9b2a View commit details
    Browse the repository at this point in the history
  3. Fix old spelling errors

    JoelLefkowitz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    58d0cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a577536 View commit details
    Browse the repository at this point in the history
  5. Merge pull request axnsan12#796 from axnsan12/cspell

    Fix old spelling errors and add a cspell configuration.
    JoelLefkowitz authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1b03e72 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Merge pull request axnsan12#757 from oppgjorskontoret/allow-inserting…

    …-arbitrary-references
    
    Allow specifying response as a reference
    JoelLefkowitz authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    6745ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ae05c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4289361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eebb245 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe08c76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e6564a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a088d32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba54faa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1662fc8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request axnsan12#695 from cbek/patch-1

    Added `many` support to example code.
    JoelLefkowitz authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ea5c3b6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request axnsan12#445 from WasinTh/drf-extra-fields-base64-…

    …integration
    
    Drf extra fields base64 integration
    JoelLefkowitz authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5774190 View commit details
    Browse the repository at this point in the history
  12. Merge pull request axnsan12#678 from sumit4613/patch-1

    Update permission_classes to a tuple
    JoelLefkowitz authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d3b14ab View commit details
    Browse the repository at this point in the history
  13. Update chagnelog

    JoelLefkowitz committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    124f2cd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    0ec7f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb3994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b76535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3972472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe53426 View commit details
    Browse the repository at this point in the history
  6. Specify all tox targets

    JoelLefkowitz committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    822f66d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7314b6 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    JoelLefkowitz committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a000102 View commit details
    Browse the repository at this point in the history
  9. Merge pull request axnsan12#797 from axnsan12/prepublish

    Add prepublish compatibility checks, a composite installation action and explicitly set tox targets
    JoelLefkowitz authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f4bf7ba View commit details
    Browse the repository at this point in the history
  10. Merge pull request axnsan12#742 from terencehonles/handle-errors-rend…

    …ering-with-TemplateHTMLRenderer
    
    handle errors rendering with TemplateHTMLRenderer
    JoelLefkowitz authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f87dbd5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request axnsan12#717 from MilanPecov/add-support-for-timez…

    …one-field
    
    add support for working with pytz object field
    JoelLefkowitz authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    13f0af2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request axnsan12#688 from krectra/master

    Add checker for allow_null attr
    JoelLefkowitz authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cb03608 View commit details
    Browse the repository at this point in the history
  13. Merge pull request axnsan12#682 from CoreJa/master

    url from DEFAULT_API_URL now works axnsan12#681
    JoelLefkowitz authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    0e09cbe View commit details
    Browse the repository at this point in the history
  14. Update changelog

    JoelLefkowitz committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    00b042b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Declare Django 3.2 support in README, classifiers

    This commit will make sure that `Django :: 3.2` will show up in the
    classifiers list on PyPI: https://pypi.org/project/drf-yasg/
    
    (The magic happens because we parse the README to get supported Django):
    https://github.com/DavidCain/drf-yasg/blob/ee29412d3cdb311/setup.py#L36
    
    3.2 support should already exist
    ================================
    A closed pull request, axnsan12#735,
    noted support for Django 3.2 in both `tox.ini`, and the README.
    
    That PR was closed in favor of
    axnsan12#741, which edited `tox.ini`
    and switched to GitHub Actions.
    
    axnsan12#735 (comment)
    
    This project has been testing on Django 3.2 for a long time (about a
    year). I think we can declare it supported it the README!
    DavidCain committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7adddf7 View commit details
    Browse the repository at this point in the history
  2. Fix pip install command for contributors on zsh

    On `zsh` (a popular shell, and the default for macOS), install fails:
    
        $ pip install -U -e .[validation]
        zsh: no matches found: .[validation]
    
    Quote the arguments so that `bash` or `zsh` will succeed.
    DavidCain committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    611594d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Merge pull request axnsan12#803 from DavidCain/dcain-django32

    Declare Django 3.2 support in README, classifiers
    JoelLefkowitz authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    44fed4b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Merge pull request axnsan12#802 from DavidCain/dcain-contributing

    Fix `pip install` command for contributors on zsh
    JoelLefkowitz authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d73cffc View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    5420475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2646dfa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    a58f098 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    JoelLefkowitz committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0cdc4bd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    bf9b217 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Run tests with latest dependencies

    - Django 4.0 & 4.1
    - DRF 3.13 & 3.14
    - Python 3.10
    nikosmichas committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    5aa412d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37d792 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fix RecursiveField

    iorlandini committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3dbc697 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request axnsan12#816 from amir-bio/update-readme-to-use-path

    Update README to use path instead of re_path in example
    JoelLefkowitz authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fa3ebf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b3555 View commit details
    Browse the repository at this point in the history
  3. Merge pull request axnsan12#822 from iorlandini/master

    Fix `RecursiveField`
    JoelLefkowitz authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2e24395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ead159 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d071aa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4aa2c0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    158bd10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    860b8ff View commit details
    Browse the repository at this point in the history
  9. Merge pull request axnsan12#818 from nikosmichas/run-tests-with-new-d…

    …j-drf
    
    Run tests with latest dependencies
    JoelLefkowitz authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    19e5ab2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d9f56b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Update changelog

    JoelLefkowitz committed Feb 9, 2023
    1 Configuration menu
    Copy the full SHA
    065b4f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    6e40342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b2d89c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcd0951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9286033 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    198dfb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    a6fe9a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    87187b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Merge pull request axnsan12#841 from terencehonles/keep-path-paramete…

    …r-ordering
    
    keep path parameters in their given order
    JoelLefkowitz authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5530022 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    83aa352 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Fix: Update python version for dj-master branch.

    Django master branch bumped minimal python version
    to Python 3.10. In latest version was added check for uniq basename.
    onegreyonewhite committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a00fd87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request axnsan12#837 from onegreyonewhite/1.21.x

    Fix: Provide support for enums in codecs.
    JoelLefkowitz authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    353f071 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Feature: Migrate to PyYAML for yaml generator. (axnsan12#845)

    * Feature: Migrate to PyYAML for yaml generator.
    
    Closes axnsan12#833
    
    * Chore: Update swagger ui and redoc dependencies.
    onegreyonewhite authored May 16, 2023
    Configuration menu
    Copy the full SHA
    afea1bc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    0c73a90 View commit details
    Browse the repository at this point in the history