Feature:support alter relativedelta field on admin#7
Feature:support alter relativedelta field on admin#7ChandlerBent wants to merge 2 commits intoCodeYellowBV:masterfrom
Conversation
|
Please don't change indentation of existing code. This causes your patch to be larger than necessary and makes it hard to review. Ideally, you should configure your editor to accept editorconfig configuration, that would've prevented that in the first place. Can you rebase your patch such that it doesn't create so large a change? |
|
It's done. |
|
Thanks for the quick turnaround! I'll add a test app which will make it easier for me to test your code and get back to you (might take a couple of work days). |
|
Sorry for the delay. I finally got around to this. Your code works, but I think it's a bit confusing, it looks more like a date and time stamp input (point in time) than a relative delta input (period of time). Especially due to the way time is separated from the years, days, months. Could you change this a bit to make it clearer that this is for interval of time rather than a specific point in time? |
|
I will think about that how to change it and make it be real relative delta input. Anyway, make it more easy and friendly for other developer to use is right. |
Hi
I am looking for the relativedelta field and want to use on admin.
Then found it that solve what I want.
Bug it doesn't support alter on admin.
So I do some modify to support admin.