InvenTree/InvenTree/build
Oliver 63b4ff3eb6
Remove reliance on django-markdownx (#3231)
* Remove reliance on django-markdownx

- We are now rendering notes on the client side using easymde
- No longer any need to utilize the markdownx integration
- Adds character limit for notes fields`

* Adjust legacy migrations - remove references to markdownx

* Fix bug for company notes field
2022-06-20 22:20:04 +10:00
..
fixtures fix trailing 2022-05-20 13:20:55 +02:00
migrations Remove reliance on django-markdownx (#3231) 2022-06-20 22:20:04 +10:00
templates/build Sales order tables (#3225) 2022-06-18 22:22:00 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Merge pull request from GHSA-7rq4-qcpw-74gq 2022-06-15 18:32:35 +10:00
api.py Add bleach (#41) (#3204) 2022-06-16 10:01:53 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Remove reliance on django-markdownx (#3231) 2022-06-20 22:20:04 +10:00
serializers.py Add new global setting to control auto-upload of test reports (#3137) 2022-06-06 15:20:41 +10:00
tasks.py Overdue order notification (#3114) 2022-06-06 19:12:29 +10:00
test_api.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00
test_build.py Notification on new orders (#3145) 2022-06-07 08:11:11 +10:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
urls.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00
views.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00