﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31772	Support for field with Roman Numeral	Aman Sharma	nobody	"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."	New feature	closed	Database layer (models, ORM)	3.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
