CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/admin.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/history.rst
docs/ical.png
docs/index.rst
docs/installation.rst
docs/make.bat
docs/management_commands.rst
docs/models.rst
docs/modules.rst
docs/readme.rst
docs/recurring.rst
docs/usage.rst
docs/widget.png
docs/_build/html/_images/ical.png
docs/_build/html/_images/widget.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
src/django_recurring.egg-info/PKG-INFO
src/django_recurring.egg-info/SOURCES.txt
src/django_recurring.egg-info/dependency_links.txt
src/django_recurring.egg-info/requires.txt
src/django_recurring.egg-info/top_level.txt
src/recurring/__init__.py
src/recurring/admin.py
src/recurring/apps.py
src/recurring/forms.py
src/recurring/models.py
src/recurring/settings_test.py
src/recurring/utils.py
src/recurring/widgets.py
src/recurring/management/commands/recalculate_occurrences.py
src/recurring/migrations/0001_initial.py
src/recurring/migrations/__init__.py
src/recurring/static/admin/css/rrule_widget.css
src/recurring/static/admin/js/rrule_widget.js
src/recurring/static/admin/js/vendor/rrule.min.js
src/recurring/templates/admin/recurring/recurrence_set_widget.html
tests/__init__.py
tests/test_forms.py
tests/test_models.py
tests/test_utils.py