0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating readme More... almost 12 years ago
Small fixes More... about 12 years ago
Merging fix for 31 slightly modified to avoid needless request context instantiation More... about 12 years ago
Relaxing requirement on image field, fixes #27 More... about 12 years ago
Better regex for youtube that includes shortened urls, fixes #24 More... over 12 years ago
More robust handling of content-type in case it has encoding information More... over 12 years ago
Whoops, typo More... over 12 years ago
Adding slideshare's endpoint More... over 12 years ago
If a provider's endpoint contains a '?' join parameters using an ampersand - fixes #18 More... over 12 years ago
Merge pull request #21 from paltman/master More... over 12 years ago
Add real request object if it exists in context More... over 12 years ago
Revert "Removing mock_request() and getting the request from the Context instead, this way all other request context should be included. Fix for Issue #13" More... over 12 years ago
Merge pull request #19 from silentworks/patch-1 More... over 12 years ago
Removing mock_request() and getting the request from the Context instead, this way all other request context should be included. Fix for Issue #13 More... over 12 years ago
No longer using a set when extracting urls as it makes sense to preserve ordering More... over 12 years ago
Adding requirements to setup.py and cleaning up pip reqs, thanks tiktuk More... almost 13 years ago
No longer supporting queryset as a Meta option -- this should be done in an overridden get_queryset() method on the provider More... almost 13 years ago
Check for presence of files and verify that they are correct size in provider tests More... about 13 years ago
Smarter handling of image testing using an in-memory dummy filesystem More... about 13 years ago
Django's File / ContentFile implementations are slightly different, so use ContentFile as its closer to what we want More... about 13 years ago
Fix to size_to_nearest More... about 13 years ago
Fixing some poorly named variables that were causing storage to use wrong path when loading file More... about 13 years ago
Revert "Hacking around some really bizarre IntegrityErrors was getting with" More... about 13 years ago
Hacking around some really bizarre IntegrityErrors was getting with 1.3.x when using get_or_create or create() - the model appeared to save to the db but the PK was not set on the instance More... about 13 years ago
Get the oembed static media provider working with django's storage backend More... about 13 years ago
Rewriting the PIL resizer to play more nicely with django's various storage backends More... about 13 years ago
fixed bug in Google maps provider (renamed width and height vars) More... about 13 years ago
Use the simplejson bundled with django More... over 13 years ago
Use the simplejson bundled with django More... over 13 years ago
Added test media to .gitignore. More... over 13 years ago