Custom model field
- Dominant language
- JavaScript
- Stars
- 389
- Forks
- 140
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to specify Markdown in the model:
```
from django_markdown.fields import MarkdownField
class Item(models.Model):
...
md = MarkdownField()
```
##
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5523627-custom-model-field?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the repository's existing Django integration and any model-field implementations or tests. The work is complete when users can import django_markdown.fields.MarkdownField and declare it on a Django model as shown, with the expected Markdown behavior covered by the project's tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100