django-admin-confirm-briq/admin_confirm
Thu Trang Pham 4f50c63f7b
WIP: 2021 02 24 dockerize (#18)
* Use cache for most fields and admin form for m2m files

* MR comments/clean up

* Cache should obey exclude and fields

* Some more tests and docs

* Only use cache for image files

* Even more tests and handle save as new

* fix test

* More tests

* minor refactor

* Improve test coverage

* Adding tests for fieldsets

* Added cache timeout

* Added another test for an edge case

* Fix issue with ManagementForm tampered with

* Update cache to only set when form is_multipart

* Even more testing changes

* Dockerize

* Setting up tests in docker

* Update github actions

* Got first integration test to work

* Refactor a bit

* Fix github action yml

* Use docker-compose up -d in github actions

* combine coveralls

* Updated readme

* Clean up code

* Remove dup code from rebase

Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
2021-03-03 07:42:24 -08:00
..
static/admin/css fix(ISSUE-8): try using admin form (#16) 2021-02-26 09:56:57 -08:00
templates/admin WIP: 2021 02 24 dockerize (#18) 2021-03-03 07:42:24 -08:00
templatetags ISSUE-8: format m2m confirmation values (#15) 2021-02-20 08:58:32 -08:00
tests WIP: 2021 02 24 dockerize (#18) 2021-03-03 07:42:24 -08:00
__init__.py feat(ISSUE-3): travis and coveralls (#10) 2021-02-19 21:28:17 -08:00
admin.py fix(MR-16): Use cache for FileField and ImageField (#17) 2021-02-27 15:39:01 -08:00
constants.py fix(MR-16): Use cache for FileField and ImageField (#17) 2021-02-27 15:39:01 -08:00
utils.py fix(MR-16): Use cache for FileField and ImageField (#17) 2021-02-27 15:39:01 -08:00