#31772: Support for field with Roman Numeral
-------------------------------------+-------------------------------------
Reporter: Aman | Owner: nobody
Sharma |
Type: New | Status: new
feature |
Component: Database | Version: 3.0
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
A Django model field which would have an inbuilt validation to check if
the value entered is a valid Roman Numeral. It could be something like
this:
{{{
from django.db import models
class Book(models.Model):
volume = models.RomanNumeralField()
}}}
I wanted to know if this is a good idea or not. If it gets approved, I
would definitely like to work on it.
--
Ticket URL: <https://code.djangoproject.com/ticket/31772>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/055.e04924900849ac445beedb6672c4aeaa%40djangoproject.com.