ubuntu-bengali-manual team mailing list archive
-
ubuntu-bengali-manual team
-
Mailing list archive
-
Message #04194
[Bug 494950] Re: Team Approved/Expire dates don't require time.
The change happens somewhere in the 0.1 version of LP.
What i did to hopefully fix it:
changes models.py of the head version:
- DateField to DateTimeField
./manage.py schemamigration --auto teams
Change in the 0013_auto__chg_field_team_approved_date.py:
- Flipped the lines from the functions: forwards and backwards
** Branch linked: lp:~ronnie.vd.c/loco-directory/494950_db_approved
--
You received this bug notification because you are a member of Ubuntu
Bengali Manual, which is subscribed to loco-directory.
https://bugs.launchpad.net/bugs/494950
Title:
Team Approved/Expire dates don't require time.
Status in LoCo Directory:
Confirmed
Bug description:
The approved_date and expires_date are of type DateTimeField which also gives us the following representation:
2010-06-22 13:33:03.308369
I would argue that that time element is irrelevant, and the only
important data is the date.