Django community: RSS
This page, updated regularly, aggregates New/updated Django packages from the Django community.
-
django-site-permissions
Per site permissions in django admin -
django-completion
autocompletion for django models -
django-request
django-request is a statistics module for django. It stores requests in a database for admins to see, it can also be used to get statistics on who is online etc. -
Added tag 0.2a for changeset 699dc049e341
Added tag 0.2a for changeset 699dc049e341 .hgtags(2 lines added, 0 lines removed) -
Adding forgotten bits
Adding forgotten bits django_monitor/__init__.py(1 lines added, 1 lines removed) .hgtags(2 lines added, 0 lines removed) CHANGES.rst(27 lines added, 0 lines removed) -
Tagged revision 22:abac as 0.2a
Tagged revision 22:abac as 0.2a .hgtags(1 lines added, 0 lines removed) -
Django-monitor: Source directory name changed as django_monitor. * Renamed the source directory as ``django_monitor``. We know that it is unusual to rename the source root directory like this. It may break many existing things but the name change is essential for us to make it available over pypi etc. So we follow, the zen of python: ``Now is better than never``.
Django-monitor: Source directory name changed as django_monitor. * Renamed the source directory as ``django_monitor``. We know that it is unusual to rename the source root directory like this. It may break many existing things but the name change is essential for us to make it available over pypi etc. So we follow, the zen of python: ``Now is better than never``. django_monitor/conf.py(17 lines added, 0 lines removed) django_monitor/tests/apps/testapp/admin.py(31 lines added, 0 lines removed) django_monitor/actions.py(104 lines added, 0 lines removed) django_monitor/tests/settings.py(19 lines added, 0 lines removed) django_monitor/tests/__init__.py(3 lines added, 0 lines removed) django_monitor/tests/utils/request_factory.py(44 lines added, 0 lines removed) monitor/admin.py(0 lines added, 211 lines removed) monitor/middleware.py(0 lines added, 13 lines removed) monitor/tests/__init__.py(0 lines added, 3 lines removed) django_monitor/tests/apps/testapp/tests.py(332 lines added, 0 lines removed) django_monitor/__init__.py(63 lines added, 0 lines removed) docs/source/dev_howto.rst(18 lines added, 16 lines removed) monitor/tests/apps/testapp/views.py(0 lines added, 1 lines removed) django_monitor/util.py(305 lines added, 0 lines removed) monitor/tests/utils/request_factory.py(0 lines added, 44 lines removed) django_monitor/templates/admin/django_monitor/monitorentry/change_list.html(74 lines added, 0 lines removed) monitor/conf.py(0 lines added, 17 lines removed) django_monitor/admin.py(211 lines added, 0 lines removed) django_monitor/tests/utils/testsettingsmanager.py(87 lines added, 0 lines removed) monitor/tests/utils/__init__.py(0 lines added, 0 lines removed) monitor/filter.py(0 lines added, 37 lines removed) django_monitor/tests/urls.py(14 lines added, 0 lines removed) django_monitor/filter.py(37 lines added, 0 lines removed) monitor/tests/apps/testapp/__init__.py(0 … -
django-invitation
Built on top of django-registration, it restricts registration to a given number of invited person per active user (strategy introduced by GMail to involve 2.0 users). -
django-cms-search
This package provides multilingual search indexes for easy Haystack integration with django CMS -
Brazilian Cities Select Widget
-
Issue #19
Issue #19 (2011-05-25) -
django-athumb
A Django thumbnailer aimed at cloud-based (S3, Cloud Files) storage backends. This app is much more efficient/scalable than the late sorl (and other on-the-fly thumbnailers). -
Issue #18
Issue #18 (2011-05-14) -
Issue #17
Issue #17 (2011-05-05) -
Issue #16
Issue #16 (2011-04-22) -
Issue #11
Issue #11 (2011-03-10) -
Issue #14
Issue #14 (2011-04-01) -
Issue #12
Issue #12 (2011-03-17) -
Issue #15
Issue #15 (2011-04-14) -
Issue #10
Issue #10 (2011-03-03) -
Issue #13
Issue #13 (2011-03-24) -
Issue #9
Issue #9 (2011-02-24) -
django email services
Email services for django providing various backends. -
DSE: 2.0.0-RC1 released - now using BSD license
No change in code, just a new license. No new issues has been reported. Will try to add the announced and planned unittests related to SQL injection in a few days, but this version of the source is most likely the same as the forthcoming stable 2.0.0. -
django-generic-logo
A very simple django, where you can attach an image to any object. I uses django-imagekit for this :)