1. 07 Sep, 2020 1 commit
  2. 04 Sep, 2020 1 commit
    • Jacob Rief's avatar
      fix #1209 (#1210) · 48356c45
      Jacob Rief authored
      
      * fix #1209
      
      Applying filer.0012_file_mime_type: psycopg2.errors.NotNullViolation: null value in column "mime_type" violates not-null constraint
      
      * fix isort ordering
      
      * fix isort ordering
      
      * Bump to version 2.0.1
      
      Co-authored-by: default avatarJacob Rief <cb351035@uibk.ac.at>
      2.0.1
      48356c45
  3. 03 Sep, 2020 3 commits
  4. 02 Sep, 2020 1 commit
    • Angelo Dini's avatar
      Add Django 3.1 support (#1201) · 42ca9f37
      Angelo Dini authored
      
      * lift the setup.py restrictions
      
      * update files
      
      * fix isort
      
      * add further fixes
      
      * update app helper
      
      * fix docs
      
      * fix last issues
      
      * update docs :)
      
      * Remove Python-2 legacy (#1178)
      
      * remove all occurences of six
      
      * remove all occurences of __future__
      
      * also adopt for all unit tests
      
      * remove six as external dependency
      
      * fix isort complaints
      
      * no need to inherit from ‘object’ in Python-3
      
      * use Python-3 super() style
      
      * further adaptions
      
      * additional fixes fom comments
      
      * fix tests
      
      * fix isort
      
      * I give up on the integration tests
      
      * well fe tests can still be enabled :)
      
      * move the comma to the comment
      
      * add depth again
      
      * fix 3.1 issue
      
      * fix windowname_to_id
      
      * updates
      
      * compare in lowercase for certain dbs
      
      * fixes docs?
      
      * update polymorphic version
      
      * update docs
      
      * rename license file
      
      Co-authored-by: default avatarJacob Rief <jacob.rief@gmail.com>
      42ca9f37
  5. 04 May, 2020 2 commits
  6. 29 Apr, 2020 2 commits
  7. 23 Apr, 2020 1 commit
  8. 08 Mar, 2020 1 commit
  9. 20 Feb, 2020 1 commit
  10. 19 Feb, 2020 1 commit
    • Angelo Dini's avatar
      Django 3.0 support (#1174) · 4470875e
      Angelo Dini authored
      * lift the setup.py restrictions
      
      * update files
      
      * fix isort
      
      * add further fixes
      
      * update app helper
      
      * fix docs
      
      * fix last issues
      
      * update docs :)
      4470875e
  11. 22 Dec, 2019 2 commits
  12. 06 Nov, 2019 2 commits
  13. 30 Oct, 2019 3 commits
  14. 29 Oct, 2019 1 commit
  15. 28 Sep, 2019 1 commit
  16. 26 Sep, 2019 3 commits
    • Jacob Rief's avatar
      added management command (#912) · e1e95d7c
      Jacob Rief authored
      * added management command
      
      * Flake8 complained, used isort
      
      * Use the storage.location as intended
      
      * change interface according to @yakky’s annotations
      
      * add management command ‘filer_check’ plus tests
      
      * Use verbosity flag <3 to only render filenames
      
      * fix indention
      
      * use ‘input’ from PY2/3 compatibility layer
      
      * isort complained for that extra line
      
      * fix typos
      
      * remove translations from managment commands
      
      * aborting a managment command does not raise an error
      
      * fix typo
      
      * fix flake8 complaint
      
      * fix isort complaints
      
      * fix all tests regarding filer_check
      
      * fix flake8 complaint
      e1e95d7c
    • Angelo Dini's avatar
      c74aa95e
    • Stefan Wehrmeyer's avatar
      Add jQuery as AdminFileWidget Media dependency (#1116) · b66a42b9
      Stefan Wehrmeyer authored
      Dropzone requires jQuery, so it should be listed in here. Otherwise the output order might be different.
      b66a42b9
  17. 10 May, 2019 1 commit
    • Angelo Dini's avatar
      General cleanup (#1146) · 64ba3fe4
      Angelo Dini authored
      * root file cleanup
      
      * update tests
      
      * utf8 adaptions
      
      * adapt naming
      
      * remove Django <= 1.10 support
      
      * fixed reverse import
      
      * applied isort
      
      * adapted changelog
      
      * fixes readme
      
      * fix flake issue
      
      * fixes docs build
      
      * docs update
      
      * added django cms compatibility infos
      
      * added code changes from comments
      
      * fix import error
      
      * fixes linting issues
      64ba3fe4
  18. 30 Apr, 2019 1 commit
  19. 25 Apr, 2019 1 commit
    • Bartosz Płóciennik's avatar
      Added support for Django 2.2 (#1140) · 94662908
      Bartosz Płóciennik authored
      * Added support for Django 2.2
      
      * Added travis
      
      * added missing migration
      
      * restructure tests
      
      * remove django <= 1.10 tests
      
      * cleanup setup.py
      
      * remove not referenced entries
      
      * adapted tests
      
      * updated test infrastructure
      
      * added env
      
      * fix env
      
      * tox adaptions
      
      * test travis
      
      * further adaptions
      
      * running isort
      
      * fix flake8
      
      * add more envs
      
      * added more envs
      
      * fix frontend tests
      
      * fix django 2.2 issues
      
      * update frontend test paths
      
      * use full suite
      
      * further adaptions
      
      * this is weird
      
      * fixes migration
      
      * update migration
      
      * remove unsupported version
      
      * this should also work
      
      * fixes migration issue
      94662908
  20. 22 Jan, 2019 2 commits
  21. 07 Jan, 2019 5 commits
  22. 06 Dec, 2018 1 commit
  23. 04 Dec, 2018 3 commits