James CookeJames Cooke

Posts tagged 'topic:django'

Comparing Django Q Objects in Python 3 with pytest

An updated simple assertion helper for comparing instances of Django’s Q objects using pytest in Python 3.

Django Factory Audit

Exploring the various model instance factories available for Django. Each factory is tested based on the quality of the instances it creates. Bonus: talk version and slides also available.

Comparing Django Q Objects

A super simple assertion helper for comparing instances of Django’s Q objects.

Django’s model save vs full_clean

Confirming that Django can screw up your data when saving, and exploring why this is still the case.

Django-mailchimp compatability with v1.3 API

Some small updates to the django-mailchimp library to upgrade to the latest Mailchimp API.

Fixing exception in django-menu

A tiny pull request to stop django-menu from throwing exceptions on new unconfigured sites.