[Python-modules-commits] r7755 - in packages/python-django/trunk/debian (changelog control)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Wed Feb 25 01:29:37 UTC 2009
Date: Wednesday, February 25, 2009 @ 01:29:36
Author: lamby
Revision: 7755
Update crufty long and short descriptions.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/control
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2009-02-25 01:29:34 UTC (rev 7754)
+++ packages/python-django/trunk/debian/changelog 2009-02-25 01:29:36 UTC (rev 7755)
@@ -8,6 +8,7 @@
* Drop versions on Build-Depends where they are satisfied in current
oldstable (ie. etch).
* Remove repeated 'Priority' line in binary package stanza.
+ * Update crufty long and short descriptions.
-- Chris Lamb <lamby at debian.org> Wed, 25 Feb 2009 00:50:50 +0000
Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control 2009-02-25 01:29:34 UTC (rev 7754)
+++ packages/python-django/trunk/debian/control 2009-02-25 01:29:36 UTC (rev 7755)
@@ -15,19 +15,24 @@
Depends: ${python:Depends}
Recommends: libjs-jquery
Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
-Description: A high-level Python Web framework
- Django is a high-level Python Web framework that encourages rapid development
- and clean, pragmatic design.
+Description: High-level Python web development framework
+ Django is a high-level web application framework that loosely follows the
+ model-view-controller design pattern.
.
- Python's equivalent to the famous Ruby on rails, Django lets you build
- high-performing, elegant Web applications quickly. Django focuses on
- automating as much as possible and adhering to the "Don't Repeat
- Yourself" (DRY) principle.
+ Python's equivalent to Ruby on Rails, Django lets you build complex
+ data-driven websites quickly and easily - Django focuses on automating as much
+ as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
.
- It notably features:
- * an object-relational mapper
- * an automatic admin interface
- * an elegant URL design
- * a template system
- * a cache system
- * internationalization support
+ Django additionally emphasizes reusability and "pluggability" of components;
+ many generic third-party "applications" are available to enhance projects or
+ to simply to reduce development time even further.
+ .
+ Notable features include:
+ * An object-relational mapper (ORM)
+ * Automatic admin interface
+ * Elegant URL dispatcher
+ * Form serialization and validation system
+ * Templating system
+ * Lightweight, standalone web server for development and testing
+ * Internationalization support
+ * Testing framework and client
More information about the Python-modules-commits
mailing list