django-github Commits

« Back to django-github

git clone git://github.com/coleifer/django-github.git

Upping version to 0.1.2

Fixing blank=True on new many-to-many

Csrf exempting the post commit webhook.

Redoing the migrations for GitHub

added the dependency to httplib2 in setup.py and README.rst

Fixed missing readme and templates in package

Added admin actions for fetching a users' followers and following

Adding an admin action and a many-to-many to denote which repos a user is watching.

Adding gitignore

Bumping version to 0.1.1

Make sure the package data is actually installed from a source distribution.

Setting author null=True in migration

Adding an empty migration to account for the renaming of the User model

Allow committer to be null if migrating

Rename User -> GithubUser to prevent collision with django's auth.User and for general sanity.

Description on project should be optional

Fixing calls to reverse() to match new urlconf, small update to the user detail template to show projects a user has contributed to

Version info

Adding user views and templates, also prefixing all view names with github_ for clarity - update yer templates!

Fixing commit fetcher so that it will not give empty authors for commits.