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

Add QuillJSONField #36

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

Commits on Jul 14, 2020

  1. Update README.md

    LeeHanYeong authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    9962c1b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Bug fixes (LeeHanYeong#20)

    * Fix content damage on validation error
    * Fix fixtures format and enable null values
    * Fixed non-saving data of dynamically created quills
    * Poetry fix
    * Setup fix
    
    Co-authored-by: Michał Dyczko <[email protected]>
    michaldyczko and Michał Dyczko authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    be1352a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d85604 View commit details
    Browse the repository at this point in the history
  3. Docs update

    LeeHanYeong committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e1288e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    b6f26c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request LeeHanYeong#23 from Pierox57/patch-1

    Update widgets.py
    LeeHanYeong authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d602b0d View commit details
    Browse the repository at this point in the history
  3. bump to 0.1.15

    LeeHanYeong committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    2c6fe47 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

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

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    fe8ef8a View commit details
    Browse the repository at this point in the history
  2. add image uploader

    gokselcoban committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3533ed9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. rewrite QuillField to inherit JSONField (LeeHanYeong#27)

    this allows the db backend to apply any optimizations it might want/need
    closes LeeHanYeong#26
    
    Co-authored-by: proxi <[email protected]>
    proxi and proxi authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a362dca View commit details
    Browse the repository at this point in the history
  2. Bump to Quill Version 1.3.7 (LeeHanYeong#34)

    * Bump to Quill Version 1.3.7
    
    Bump to Quill Version 1.3.7 - This version of Quill fixes Quill Vuln slab/quill#2438
    
    Here is the change commit to fix the vuln in Quill slab/quill#2439
    
    The Vuln is described here: https://ossindex.sonatype.org/vuln/d96c07dd-81f9-41f6-b2bd-531143bcaeab
    
    * Adding JS/CSS include instructions from README.md
    
    Resolves issue [LeeHanYeong#33](LeeHanYeong#33)
    cdesch authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1ee92ab View commit details
    Browse the repository at this point in the history
  3. bump to 0.1.18

    LeeHanYeong committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b7092cb View commit details
    Browse the repository at this point in the history
  4. add QuillJSONField

    gokselcoban committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3e838d3 View commit details
    Browse the repository at this point in the history
  5. remove print

    gokselcoban committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4e11071 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    e4d1746 View commit details
    Browse the repository at this point in the history
  2. bump to 0.1.19

    LeeHanYeong committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f867a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd66ea7 View commit details
    Browse the repository at this point in the history
  4. add image uploads docs

    gokselcoban committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    25df5c2 View commit details
    Browse the repository at this point in the history
  5. minor documentation fix

    gokselcoban committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    fabe28f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5452487 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cbf08c View commit details
    Browse the repository at this point in the history
  8. remove save methods

    gokselcoban committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b7ae2ea View commit details
    Browse the repository at this point in the history
  9. add deprecation warnings

    gokselcoban committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d0fef9d View commit details
    Browse the repository at this point in the history
  10. update documentations

    gokselcoban committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0541e4e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    e7db4b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from KaratasFurkan/fix-empty-value-on-form-error

    Return value itself that holds the data on POST requests
    gokselcoban authored May 4, 2021
    Configuration menu
    Copy the full SHA
    84a9f95 View commit details
    Browse the repository at this point in the history