[Python-modules-commits] r26902 - in packages/django-ldapdb/trunk/debian (control)

obergix at users.alioth.debian.org obergix at users.alioth.debian.org
Fri Dec 27 15:06:58 UTC 2013


    Date: Friday, December 27, 2013 @ 15:06:57
  Author: obergix
Revision: 26902

Update the package description.

Modified:
  packages/django-ldapdb/trunk/debian/control

Modified: packages/django-ldapdb/trunk/debian/control
===================================================================
--- packages/django-ldapdb/trunk/debian/control	2013-12-27 13:40:15 UTC (rev 26901)
+++ packages/django-ldapdb/trunk/debian/control	2013-12-27 15:06:57 UTC (rev 26902)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: python-setuptools, python-all, debhelper, dh-python, python-mockldap, python-django
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 Homepage: https://github.com/jlaine/django-ldapdb
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-ldapdb/trunk/
@@ -16,4 +16,8 @@
 Description: LDAP database backend for Django
  django-ldapdb is an LDAP database backend for Django. It allows you
  to manipulate LDAP entries using Django's models.
-
+ .
+ Declaring models using theLDAP backend is very staightforward, you
+ simply inherit from ldapdb.models.Model and declare the fields in the
+ same way as for regular models. You can even edit the LDAP entries 
+ using Django's admin interface.




More information about the Python-modules-commits mailing list