Open johnraz opened 10 years ago
I'm way late to the party, but we're running into this issue right now, with an integer field that's showing suffixes like __day, etc. Our new developer was very confused about this when reviewing our interactive documentation.
eg: For a CharField we shouldn't see the
__day
filter...It seems to be allowed/tolerated by both django and tastypie ... So I don't know if we should address this or not.
Would like to hear from you guyz ;-)