0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
check for group before assuming it is there in GroupBase.get_url_kwargs More... over 13 years ago
improved error message when group generic foreign key does not exist More... about 14 years ago
0.1.dev10 More... about 14 years ago
when looking up the GFK field we now support content_objects join parameter More... about 14 years ago
accept gfk_field in GroupBase.associate More... about 14 years ago
0.1.dev9 More... about 14 years ago
renamed GroupMiddleware to GroupAwareMiddleware More... about 14 years ago
0.1.dev8 More... about 14 years ago
fixed prefixing URL names for urlconf_aware=False cases More... about 14 years ago
0.1.dev7 More... about 14 years ago
allow a custom generic foreign key name for group fk in content models More... about 14 years ago
0.1.dev6 More... about 14 years ago
better name for parameter to prevent future confusion More... about 14 years ago
always use the model from the queryset in GroupBase.content_objects as the value passed in isn't always a model More... about 14 years ago
attaching GroupRequestHelper works correctly now More... about 14 years ago
added GroupMiddleware which will help reduce boilerplate code in content apps More... about 14 years ago
added urlconf_aware to ContentBridge to handle bridges that won't ever call include_urls More... about 14 years ago
fixed some bugs in get_group More... about 14 years ago
0.1.dev5 More... about 14 years ago
pull group GFK from the correct model More... about 14 years ago
lookup group GFK field name instead of hard-coding object_id and content_type More... about 14 years ago
0.1.dev4 More... over 14 years ago
Removed NestedGroupBase in favor of using GroupAware mixin More... over 14 years ago
created GroupBase and NestedGroupBase to make it simpler to make a subclass a Group More... over 14 years ago
fixed typo More... over 14 years ago
0.1.dev2 More... over 14 years ago
modified version syntax to conform to PEP 386 More... over 14 years ago
bring back null=True and blank=True for GroupAware More... over 14 years ago
added Meta.abstract = True to GroupAware mixin More... over 14 years ago
no need for blank=True when null=False More... over 14 years ago