[Python-modules-commits] r11847 - in packages/django-threaded-multihost/trunk/debian (2 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Feb 22 08:30:46 UTC 2010
Date: Monday, February 22, 2010 @ 08:30:43
Author: dktrkranz
Revision: 11847
Typos and little improvements
Modified:
packages/django-threaded-multihost/trunk/debian/changelog
packages/django-threaded-multihost/trunk/debian/control
Modified: packages/django-threaded-multihost/trunk/debian/changelog
===================================================================
--- packages/django-threaded-multihost/trunk/debian/changelog 2010-02-22 08:22:02 UTC (rev 11846)
+++ packages/django-threaded-multihost/trunk/debian/changelog 2010-02-22 08:30:43 UTC (rev 11847)
@@ -1,5 +1,5 @@
django-threaded-multihost (1.3.2-1) unstable; urgency=low
- * Initial release (Closes: 527169)
+ * Initial release (Closes: #527169)
-- Deepak Tripathi <apenguinlinux at gmail.com> Sun, 21 Feb 2010 07:09:06 +0000
Modified: packages/django-threaded-multihost/trunk/debian/control
===================================================================
--- packages/django-threaded-multihost/trunk/debian/control 2010-02-22 08:22:02 UTC (rev 11846)
+++ packages/django-threaded-multihost/trunk/debian/control 2010-02-22 08:30:43 UTC (rev 11847)
@@ -13,7 +13,7 @@
Package: python-django-threaded-multihost
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-django
-Description: allows to server multiple sites from one django installation
- This small app provides multi-host utilities to Django projects by using
+Description: allows to serve multiple sites from one django installation
+ This application provides multi-host utilities to Django projects by using
threadlocals, middleware and simple utilities. Using the middleware provided,
you can "easily" provide multi-site awareness to any project.
More information about the Python-modules-commits
mailing list