django-github Commits
- Commit f7a90226 for django-github 08/06/2010 3:00p.m.
Upping version to 0.1.2
- Commit d22673b5 for django-github 07/04/2010 8:07p.m.
Fixing blank=True on new many-to-many
- Commit f9842a81 for django-github 07/03/2010 12:11a.m.
Csrf exempting the post commit webhook.
- Commit 9b51a701 for django-github 07/02/2010 11:53p.m.
Redoing the migrations for GitHub
- Commit a8890fa2 for django-github 06/26/2010 8:42p.m.
added the dependency to httplib2 in setup.py and README.rst
- Commit ed3e30bc for django-github 06/26/2010 8:42p.m.
Fixed missing readme and templates in package
- Commit 4eb94057 for django-github 05/08/2010 12:48p.m.
Added admin actions for fetching a users' followers and following
- Commit c69cb2c4 for django-github 05/08/2010 12:30p.m.
Adding an admin action and a many-to-many to denote which repos a user is watching.
- Commit 96c1b333 for django-github 04/30/2010 8:02a.m.
Adding gitignore
- Commit 43aaadbf for django-github 04/30/2010 8:00a.m.
Bumping version to 0.1.1
- Commit b1b4f32b for django-github 04/30/2010 7:59a.m.
Make sure the package data is actually installed from a source distribution.
- Commit 4a2cb61e for django-github 04/29/2010 10:34a.m.
Setting author null=True in migration
- Commit c26fc3f5 for django-github 04/29/2010 10:24a.m.
Adding an empty migration to account for the renaming of the User model
- Commit dcd19baf for django-github 04/29/2010 9:45a.m.
Allow committer to be null if migrating
- Commit 52ad1923 for django-github 04/29/2010 9:37a.m.
Rename User -> GithubUser to prevent collision with django's auth.User and for general sanity.
- Commit c917447d for django-github 04/29/2010 9:01a.m.
Description on project should be optional
- Commit 615e00e2 for django-github 04/29/2010 8:53a.m.
Fixing calls to reverse() to match new urlconf, small update to the user detail template to show projects a user has contributed to
- Commit 0e313763 for django-github 04/29/2010 8:41a.m.
Version info
- Commit 3127a9bb for django-github 04/29/2010 8:40a.m.
Adding user views and templates, also prefixing all view names with github_ for clarity - update yer templates!
- Commit 91d0e36a for django-github 04/29/2010 8:05a.m.
Fixing commit fetcher so that it will not give empty authors for commits.