Please consider adding this feature. Thank you.
--
Ticket URL: <https://code.djangoproject.com/ticket/20546>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Hello,
I have the same use case in my genealogy project. I have various
information for example for the birthday of my individuals like "Dec
1708", "Est.(imated to) 1706", "14 Jan 1708", "1702", etc. where I for
example want the persons properly ordered according to the birthday and
different kinds of filtering. I handle that in my views, and I would
assume there are quite few us that have a "not-so-elegant" and a "not-
very-efficient" model for handling similar use cases. I would prefer to
call it FlexibleDateField (in contrast to the python DateField that is in
Django), but I would also assume that the meaning of flexibility would
vary from user to user. Still, it is not possible to extend the present
DateField; one has to start from scratch so there should be some common
denominator.
--
Ticket URL: <https://code.djangoproject.com/ticket/20546#comment:1>
Comment (by lukeplant):
There is no reason why this feature needs to live in Django core, and at
the moment I don't think there is a big demand for it.
If there is already a 3rd party solution, use that. If it is not
maintained, and there is only one, that is evidence there isn't a huge
amount of demand for this feature. Accepting this feature request will not
magically create some people willing to write and maintain this code, so
I'm going to have to WONTFIX, sorry.
Please bring this up on the DevelopersMailingList if you want to persuade
us that there is big demand for this feature and it needs to be in Django
itself.
--
Ticket URL: <https://code.djangoproject.com/ticket/20546#comment:2>
* status: new => closed
* resolution: => wontfix
Comment:
Indeed.
--
Ticket URL: <https://code.djangoproject.com/ticket/20546#comment:3>