Django community: RSS
This page, updated regularly, aggregates New/updated Django packages from the Django community.
-
django-registration-paypal
Paypal registration backend for django-registration -
cykooz.djangorecipe
Buildout recipe for Django -
gravey
gravey is extends Django's admin app with lots of cool new features. -
django-cte-trees
Experimental implementation of trees for Django using PostgreSQL Common Table Expressions (CTE). -
arecibo
Error handling and testing libraries for web sites -
django-threaded-messages
Rewrite of django-messages to support Facebook-style threaded messaging -
django-slimmer
Html compression as middleware and view decorators. -
Issue #20
Issue #20 (2011-06-05) -
Django-monitor: Fixed #3 * Issue #3 was about django_monitor not respecting the presence of custom model_admin.queryset methods. Added tests for it and fixed the same. Refer issues section in bitbucker repo for details.
Django-monitor: Fixed #3 * Issue #3 was about django_monitor not respecting the presence of custom model_admin.queryset methods. Added tests for it and fixed the same. Refer issues section in bitbucker repo for details. CHANGES.rst(2 lines added, 0 lines removed) django_monitor/admin.py(14 lines added, 5 lines removed) django_monitor/tests/apps/testapp/admin.py(10 lines added, 1 lines removed) django_monitor/tests/apps/testapp/models.py(9 lines added, 0 lines removed) django_monitor/tests/apps/testapp/tests.py(57 lines added, 3 lines removed) -
pybbm
Fork of pybb with different modifications. -
django-pendulum
A time logging application for Django-powered sites. -
django-timepiece
Django time tracking app -
Added tag 0.2a3 for changeset 11eb8a0d1040
Added tag 0.2a3 for changeset 11eb8a0d1040 .hgtags(1 lines added, 0 lines removed) -
Django-monitor: BUGFIX - Fixed #2 * Issue #2 was about post_moderation signal being not emitted during instance creation. Added tests and fixed it. Refer issues section in bitbucket repo for details.
Django-monitor: BUGFIX - Fixed #2 * Issue #2 was about post_moderation signal being not emitted during instance creation. Added tests and fixed it. Refer issues section in bitbucket repo for details. django_monitor/tests/apps/testapp/models.py(17 lines added, 0 lines removed) django_monitor/tests/apps/testapp/tests.py(15 lines added, 0 lines removed) django_monitor/util.py(3 lines added, 2 lines removed) -
Django-monitor: Added templates to MANIFEST.in * By default, setup.py will include python files only to the distributions created by commands like ``sdist``. Others are to be declared in MANIFEST.in. Added ``django_monitor/templates`` also to the declaration.
Django-monitor: Added templates to MANIFEST.in * By default, setup.py will include python files only to the distributions created by commands like ``sdist``. Others are to be declared in MANIFEST.in. Added ``django_monitor/templates`` also to the declaration. MANIFEST.in(2 lines added, 0 lines removed) -
imagestore
Very simple image galleries -
django-dataguard
Simple django app that polls for data changes periodical and sends an email to django ADMINS if too much data changed -
django-comparison-grid
Django application that allows creating simple comparison grids -
Added MANIFEST.in to declare files to be included in sdist
Added MANIFEST.in to declare files to be included in sdist CHANGES.rst(3 lines added, 1 lines removed) MANIFEST.in(2 lines added, 0 lines removed) -
Added tag 0.2a2 for changeset 8071a34329e4
Added tag 0.2a2 for changeset 8071a34329e4 .hgtags(1 lines added, 0 lines removed) -
Made minor edits in documentation
Made minor edits in documentation README.rst(24 lines added, 15 lines removed) docs/source/intro.rst(22 lines added, 10 lines removed) -
django-secure
Helping you remember to do the stupid little things to improve your Django site's security. -
django-hosts
Dynamic (and static) hosts support for Django -
Fixed issues with setup.py
Fixed issues with setup.py setup.py(3 lines added, 7 lines removed) CHANGES.rst(1 lines added, 1 lines removed) README.rst(5 lines added, 1 lines removed) -
django-site-permissions
Per site permissions in django admin