chrisdev / django-wagtail-feeds

Adds support for RSS and JSON Feeds to your Wagtail CMS Projects
MIT License
59 stars 20 forks source link

Feeds can now specify custom date field. #44

Closed Parbhat closed 6 years ago

Parbhat commented 6 years ago

@chrisdev As discussed in Issue #39

Allows custom date field. Also, a date field can be DateField or DateTimeField. Django feeds expects pubdate to be datetime field. So, taking those cases into consideration as well.