aboutsummaryrefslogtreecommitdiff
path: root/rpki/fields.py
AgeCommit message (Expand)Author
2016-05-07More copyright notices, what fun.Rob Austein
2016-01-23Remove last vestiges of "__metaclass__ = models.SubfieldBase"Rob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-11-10Use a lock to serialize rpkid tasks. Add temporary trace callRob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-25Tweak binary field types to get SQLite3 working as a Django ORMRob Austein
2015-10-24Switched from BlobField to BinaryField, but doesn't seem to haveRob Austein
2015-10-22First cut at replacing rpkid's HTTP and I/O system with Tornado. NotRob Austein
2015-10-19Amputate old SQL code out of rpkid with a fire axe, replacing it withRob Austein
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
2015-10-08Add an initial set of rpkidb models and confirm that Django is willingRob Austein
2015-10-08Initial sorta-mostly-working with Django 1.8. Incredibly noisy due toRob Austein
2014-09-19Convert pubd to use Django ORM and lxml.etree.Rob Austein
2014-09-13Groundwork for Django ORM world conquest: sort out settings.py mess.Rob Austein