Closing fix-empty-lease-seconds branch
Catch invalid lease_seconds values supplied by GET
Return 200 even if no items pushed
Fixed small coding issues that cause errors
Use quote instead of urlencode when dealing with strings
Encode feed topic URL as it is a GET parameter
Implementing retrieve call
Forgot a print statement...
Minor PEP8 cleanup. Prepping for Py3K compat.
Adding basic support for GET calls and implementing status call
Added tag 0.7 for changeset ce6decf9c4c4
Stupid README fix.
Version bump. README update.
Updated README to reflect support for Django 1.5
Replacing deprecated Django hashcompat library with Pythons native hashlib
Removing deprecated verify_exists parameter for URLFields
Version bump
Small change for Django 1.4 rename from raw_post_data to body
Version bump.
Added subscription_needs_update signal. Much more user friendly than automatically re-subscribing.