xapian #1

Merged
cayop merged 26 commits from xapian into master 2024-09-17 10:11:28 +00:00
Showing only changes of commit 4df2efd8ad - Show all commits

View file

@ -9,7 +9,6 @@ class LotsForm(forms.Form):
) )
def clean(self): def clean(self):
# import pdb; pdb.set_trace()
self._lots = self.cleaned_data.get("lots") self._lots = self.cleaned_data.get("lots")
return self._lots return self._lots