Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 548 Bytes

File metadata and controls

28 lines (19 loc) · 548 Bytes

0.1 release notes

What's new in 0.1

Cronfield

This version introduces a new custom django field for use of cron strings in django models.

Cronfield introduces an new parameter named daily_limit which can be used to limit daily frequency of the given cron string.

Python Support

The Django Fancy Cronfield supports python 2.6, 2.7, 3.3 and 3.4.

Django Support

The Django Fancy Cronfield supports django 1.5, 1.6, 1.7 and 1.8.