X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fdjango-ldapdb.git;a=blobdiff_plain;f=ldapdb%2Fmodels%2Fbase.py;h=41d00e8c684b3fa7483973a5478b888808cce290;hp=9291c6b122656dc4b08e92db20dc30928d22bc28;hb=c15d0f62f8b92e9a2c69d9b93ded4cf964ef710c;hpb=a215a2ba69e247e614fa4cffda46ced4e51706bb diff --git a/ldapdb/models/base.py b/ldapdb/models/base.py index 9291c6b..41d00e8 100644 --- a/ldapdb/models/base.py +++ b/ldapdb/models/base.py @@ -60,6 +60,12 @@ class Model(django.db.models.base.Model): super(Model, self).__init__(*args, **kwargs) self.saved_pk = self.pk + def _collect_sub_objects(self, collector): + """ + This private API seems to be called by the admin interface in django 1.2 + """ + pass + def build_rdn(self): """ Build the Relative Distinguished Name for this entry.