Oliver
|
5261e96c8a
|
Revert to django 2.2.9
2.2.10 causes issues
```ModuleNotFoundError: No module named 'django.utils'```
|
2020-02-12 14:32:09 +11:00 |
|
dependabot[bot]
|
05f7b30ab0
|
Bump django from 2.2.9 to 2.2.10
Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.9...2.2.10)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-02-12 00:09:16 +00:00 |
|
Oliver Walters
|
c546ed5dcd
|
Update requirements
- Use markdownify for rendering
- Use markdownx for editing
|
2020-01-31 21:42:30 +11:00 |
|
Oliver Walters
|
596d06cf1a
|
Add a markdown editor for the 'Notes" field of Part model
https://github.com/timmyomahony/django-pagedown
|
2020-01-31 20:28:54 +11:00 |
|
Oliver Walters
|
442c6e8b27
|
Update django version
|
2020-01-19 21:33:24 +11:00 |
|
dependabot[bot]
|
bacdb7776b
|
Bump pillow from 5.0.0 to 6.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.0.0...6.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-12-05 03:19:21 +00:00 |
|
Oliver Walters
|
98374ca466
|
Update to more recent libraries
- Specify exact module versions
|
2019-12-05 14:12:05 +11:00 |
|
Oliver Walters
|
173e1311d4
|
Hard code PIP requirements
|
2019-12-05 10:29:33 +11:00 |
|
Oliver Walters
|
ce6f54aeaa
|
Lock specific version of coverage
|
2019-11-05 20:23:15 +11:00 |
|
Oliver Walters
|
b3a5dbb5db
|
Add django-mptt as a requirement
(cherry picked from commit 8c33a9fca11ad9af9c9f1c6ddf2a9dab8d71e2e4)
|
2019-09-08 14:02:30 +10:00 |
|
Oliver Walters
|
e1ef7174f9
|
Install package for fast string matching
- But really, mostly to supress a warning!
|
2019-09-07 22:33:35 +10:00 |
|
Oliver Walters
|
61a21de7d8
|
Update requred django version for security reasons
|
2019-08-06 18:40:54 +10:00 |
|
dependabot[bot]
|
dc19a5c584
|
Bump django from 2.2.2 to 2.2.3
Bumps [django](https://github.com/django/django) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.2...2.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-07-03 22:28:55 +00:00 |
|
Oliver Walters
|
4f5b87dd38
|
Comment out postgres requirement
|
2019-07-02 18:44:49 +10:00 |
|
Oliver Walters
|
0644c29a96
|
Updated to django 2.2.2
|
2019-06-11 08:44:36 +10:00 |
|
Oliver Walters
|
63114a29f1
|
Add PIP requirement for fuzzywuzzy
https://github.com/seatgeek/fuzzywuzzy
|
2019-05-11 09:31:23 +10:00 |
|
Oliver Walters
|
1cff778a29
|
Added extra CORS options
- Allows AJAX requests from external sites
- If DEBUG mode is enabled, all CORS requests are allowed
|
2019-05-07 10:24:39 +10:00 |
|
Oliver Walters
|
5f6909d32a
|
Add django-dbbackup app
- https://github.com/un1t/django-cleanup
- Backup location defaults to temp directory
|
2019-05-04 01:00:58 +10:00 |
|
Oliver Walters
|
32bbbbd404
|
Comments for pip requirements.txt
|
2019-04-28 19:41:03 +10:00 |
|
Oliver Walters
|
c6b5177f5c
|
Cleanup requirements file
|
2019-04-25 21:04:33 +10:00 |
|