* cc: ben.coughlan@… (added)
* easy: => 0
Comment:
This would 'really' simplify django support for [http://code.google.com/p
/python-money/ python-money]. I'd like to have a MoneyField which needs
two columns, one for a Decimal value and another for a 3 character
currency code.
Right now we're using the example found
[http://blog.elsdoerfer.name/2008/01/08/fuzzydates-or-one-django-model-
field-multiple-database-columns/ here] but it leaves a lot to be desired
regarding lookups and aggregates.
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:17>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by anonymous):
Any update? I need pseudo-tz-aware field for date time, as anything but
PostgreSQL supports timezone aware. I plan to use one column for date time
and another for timezone name.
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:19>
Comment (by anonymous):
http://blog.elsdoerfer.name/2008/01/08/fuzzydates-or-one-django-model-
field-multiple-database-columns/
I found good workaround!
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:20>
* cc: gonz (removed)
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:21>
* cc: ognajd@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:22>
* cc: j.arnds@… (added)
Comment:
related: https://code.djangoproject.com/ticket/27
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:23>
* cc: carlos.palol@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:24>
* cc: cmawebsite@… (added)
Comment:
This should be much easier now that the _meta refactor is complete.
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:25>
Comment (by Asif Saifuddin Auvi):
Replying to [comment:25 Collin Anderson]:
> This should be much easier now that the _meta refactor is complete.
any work around?
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:26>
* cc: Frank Sachsenheim (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:27>
Comment (by HAMA Barhamou):
hi, there has been a gap in my schedule. so if it's ok with you we can
start as soon as possible. or if you want we can wait until 4pm as planned
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:28>
* owner: (none) => HAMA Barhamou
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:29>
Comment (by Randy Giffen):
Another example is a Blood Pressure field composed of 2 values that should
be stored in separate db columns.
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:30>
Comment (by Kound):
This is also needed if you want to support a user entering a value in
different units.
Required for this [https://github.com/CarliJoy/django-
pint/issues/38#issuecomment-1137018967 this plugin ].
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:31>
* status: assigned => closed
* resolution: => duplicate
Comment:
Duplicate of #373.
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:32>
Comment (by HAMA Barhamou):
Dear Members of Tickets #5929 and #373, I invite you to join a new
discussion to clarify the differences and overlaps between these two
tickets and address why #373 was marked as a duplicate
[https://forum.djangoproject.com/t/request-for-clarification-and-guidance-
on-the-status-of-ticket-5929-following-closure-of-ticket-373/26075]
--
Ticket URL: <https://code.djangoproject.com/ticket/5929#comment:33>