0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 11 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from rhn/master More... almost 11 years ago
Fixed accepting unicode as callable_name.
rhn
More... almost 11 years ago
Bumping version to 0.2.3. More... over 13 years ago
Passing along the ignore_errors parameter from run_jobs to fix a deadly NameError in start_scheduled_jobs. More... over 13 years ago
Merge branch 'master' of http://github.com/jezdez/django-future More... over 13 years ago
Bumped version to 0.2.2 since 0.2.1 is on PyPI but code on Github is still on 0.2.1. More... over 13 years ago
Updated README, added AUTHORS file, updated manifest template and bumped version to 0.2.1. More... over 13 years ago
Added English base translation file for other languages. More... over 13 years ago
Added initial German translation. More... over 13 years ago
Added admin fieldset. More... over 13 years ago
Marked a bunch of strings for translation. More... over 13 years ago
Raise a nicer CommandError instead of showing the ValueError on the command line. More... over 13 years ago
Make sure args and kwargs passed to the callable are correctly typed (as list and dict). More... over 13 years ago
Bumped version number. More... over 14 years ago
Added TODO marker about schedule_job() callable_name validation. More... over 14 years ago
fixed exception caused by delete_completed not being passed to start_scheduled_jobs More... over 14 years ago
Removed obsolete TODO. More... over 14 years ago
Refactored run_jobs() into subfunctions, added job module import. More... over 14 years ago
Added docstring. More... over 14 years ago
Merge branch 'master' of [email protected]:shrubberysoft/django-future More... over 14 years ago
Store string value returned by a job handler. More... over 14 years ago
Expire jobs in one SQL statement. More... over 14 years ago
Updated example in docs. More... over 14 years ago
Wording fix. More... over 14 years ago
Bumped version to 0.1.9. More... over 14 years ago
Mark expired jobs as expired. More... over 14 years ago
Removed TODO; we do complain. More... over 14 years ago
Removed obsolete TODO. More... over 14 years ago
Updated docs on reschedule(). More... over 14 years ago
Shifted transaction boundaries so that concurrent runner check would work properly. More... over 14 years ago